]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-02-13  Bruce Momjian> > They work the same as table constraints with in...
2003-02-12  Barry LindApplied patch to update translation file, submitted...
2003-02-12  Barry LindBackport patch from Fernando Nasser and Harald Krake...
2003-02-12  Barry LindBackport a patch from Kris Jurka to 7.3. Allows getTab...
2003-02-11  Tom LaneUse a varno not chosen at random for dummy variables...
2003-02-09  Barry Lindup build # to 108
2003-02-09  Barry LindMerge changes from head to 7.3 branch: better error...
2003-02-07  Tom LaneRevise mechanism for getting rid of temp tables at...
2003-02-07  Tom LaneAvoid generating relid lists with duplicate entries...
2003-02-06  Tom LaneFix core dump when pltcl_elog is called with wrong...
2003-02-06  Tatsuo IshiiFix regexp slowness reported by Wade Klaver.
2003-02-05  Tom LaneAllow qualified type names in CREATE CAST, DROP CAST...
2003-02-04  Dave CramerFix for rollback SQLException from Kris Jurka
2003-02-03  Bruce MomjianAdd mention of CURRENT_SCHEMA for object creation. REL7_3_2
2003-02-02  Tom LaneBrand 7.3.2.
2003-02-02  Tom LaneUpdate release history for 7.3.2.
2003-02-02  Tom LaneFix nodeUnique to behave correctly when reversing direc...
2003-02-01  Tom LaneRemove restriction that cast functions cannot be volati...
2003-02-01  Tom LaneCleaner solution to the problem of loading pre-7.3...
2003-02-01  Tom LaneChanges of 6-Sep-02 broke pg_restore's ability to recog...
2003-02-01  Tom LaneFix assign_session_authorization() to not be confused...
2003-02-01  Tom LanePrevent core dump from calling Tcl_DontCallWhenDeleted...
2003-02-01  Tom LaneApply ljb's patch to prevent both memory leak and core...
2003-01-31  Tom LaneMake plpython's spi_execute interface handle NULLs...
2003-01-31  Tom LaneClean up plpython error reporting so that its regressio...
2003-01-31  Tom LaneTweak bison build rules so that we get the same error...
2003-01-31  Tom LaneHandle mixed-case names properly in plpgsql_parse_tripw...
2003-01-30  Tom LaneFix regression in .pgpass support. From Neil Conway.
2003-01-29  Tom LaneUpdate release history for 7.2.4.
2003-01-29  Tom LaneSPI_exec shouldn't return SPI_OK_SELECT if it hasn...
2003-01-29  Tom LaneRepair array subscript overrun identified by Yichen...
2003-01-29  Tom LaneFix array subscript overruns identified by Yichen Xie.
2003-01-28  Tom LaneConvert variable name to canonical spelling before...
2003-01-28  Bruce MomjianRevert off setting mention for client_min_messages.
2003-01-27  Tom LanePrevent core dump when die_horribly() is called with...
2003-01-24  Tom LaneBack-patch fix for not shell-quoting editor name, as...
2003-01-23  Tom LaneFix obsolete error message (isImmutable doesn't exist).
2003-01-23  Tom LaneChange CREATE TABLE AS / SELECT INTO to create the...
2003-01-23  Tom LaneUpdate 'Mathematical Functions' table to reflect 7...
2003-01-22  Tom LaneMake estimation of mergejoin scan selectivities more...
2003-01-21  Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2003-01-21  Tom LaneBack-patch typprtlen fix, two other minor post-7.3...
2003-01-16  Tom LaneFix bogus formatting of DROP DATABASE command, per...
2003-01-16  Tom LaneRepair an embarrassingly large number of alphabetizatio...
2003-01-15  Bruce MomjianMore comment cleanups for shared_buffers in postgresql...
2003-01-15  Bruce MomjianUpdate shared_buffer comment in postgresql.conf.
2003-01-15  Bruce MomjianThis patch fixes an incorrect statement and makes a...
2003-01-14  Barry LindBumped up build number to 107
2003-01-14  Barry LindBackport to 7.3 of patch to correctly handle fractional...
2003-01-14  Barry LindPatch from Kris Jurka to improve the performance of...
2003-01-11  Bruce MomjianFix capitalization.
2003-01-11  Tom LaneCause symlinks for shared-library versioning to run...
2003-01-11  Tatsuo IshiiFix typo in an error messages
2003-01-11  Bruce Momjian> > This patch improves the documentation for the share...
2003-01-11  Bruce MomjianA tiny patch to fix a typo in configure.in and another...
2003-01-10  Tom LaneAdd missing <limits.h> for INT64_IS_BUSTED case.
2003-01-09  Bruce MomjianFix indenting of log_min_error_statement.
2003-01-09  Tom LaneRepair inconsistent rounding behavior for timestamp...
2003-01-08  Bruce MomjianRemove 'const' from secure_write, to prevent compiler...
2003-01-08  Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08  Bruce MomjianI was playing around with 7.3.1 and found some more...
2003-01-08  Bruce MomjianFix dumping of DEFERRABLE/INITIALLY DEFERRED:
2003-01-08  Tom LaneRepair bug noticed by Deepak Bhole: a shell type should...
2003-01-08  Bruce MomjianFix pgpass to work with PQconnectDB().
2003-01-08  Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2003-01-07  Bruce MomjianBackpatch extra slash removal into 7.3.X. HEAD already...
2003-01-07  Bruce MomjianFix doc chmod .pgpass line in 7.3.X. Head already...
2003-01-07  Bruce MomjianUpgrade to my2pg 1.9
2003-01-07  Bruce MomjianUpgrade to even newer ora2pg 2.0.
2003-01-07  Bruce MomjianUpgrade to ora2pg 1.10. Backpatch to 7.3.X.
2003-01-05  Tom LaneFix inherited UPDATE for cases where child column numbe...
2003-01-05  Tom LaneAdd missing include --- seems include file references...
2003-01-04  Peter EisentrautTranslation updates
2003-01-03  Hiroshi InoueAdd casts between oid and lo in contrib.
2003-01-02  Bruce MomjianFix BSD/OS thread file locking bug in new fseeko code.
2003-01-01  Tom Lanefastpath code neglected to check whether user has privi...
2003-01-01  Tom LaneAwhile back I wrote that freebsd.h was probably broken...
2002-12-30  Tom LanePoint does not return a center of lseg.
2002-12-29  Tom LaneAdjust hash table sizing algorithm to avoid integer...
2002-12-27  Tom LaneDeliver better error message when a relation name is...
2002-12-27  Tom LaneRemove overenthusiastic free'ing of comment dependencie...
2002-12-27  Bruce MomjianSmall fix in documentation and some examples of usage...
2002-12-27  Bruce MomjianTrivial patch to increase max_fsm_pages as per earlier...
2002-12-23  Bruce MomjianUpdate SSL error message for improper permissions....
2002-12-21  Tom LaneFix possible buffer overrun in \d command: substr(... REL7_3_1
2002-12-20  Bruce MomjianUpdate 7.3.1 to give proper attribution to pg_dump...
2002-12-18  Peter EisentrautFix release notes and installation instructions for...
2002-12-18  Bruce MomjianUpdate Russian FAQ. Update all FAQ's for 7.3.X branch.
2002-12-18  Bruce MomjianUpdate RELEASE checklist.
2002-12-18  Bruce MomjianUpdate INSTALL file for 7.3.1.
2002-12-18  PostgreSQL... From the SSL_CTX_new man page:
2002-12-18  Bruce MomjianUpdate FAQ for 7.3.1.
2002-12-18  Bruce MomjianStamp 7.3.1.
2002-12-16  Tom LaneFix ALTER TABLE ADD COLUMN to disallow the same column...
2002-12-14  Bruce MomjianThe actual segfault was caused by a double pfree()...
2002-12-14  Bruce MomjianOk, I think I've gotten this figured out now. I saw...
2002-12-13  Bruce MomjianBackpatch SSL fixes into 7.3.1.
2002-12-13  Bruce MomjianIncrement libpq major number for 7.3.1 and minor for...
2002-12-13  Bruce MomjianThis patch fixes minor bugs in dictionary generator...
2002-12-12  Tom LaneGuard against overrunning CTZName buffer when TZ is...
next