]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2002-12-12  Tom LaneBack-patch fix to prevent core dump in EXPLAIN if optim...
2002-12-11  Bruce MomjianMark SCO Openserver 5.0.4. supported by 7.3.1 as per...
2002-12-11  Bruce MomjianFix line count error reporting in config files, like...
2002-12-11  Bruce MomjianBump version for 7.3 and 7.4.
2002-12-10  Peter EisentrautTranslation updates
2002-12-09  Bruce MomjianThis patch updates doc/src/sgml/runtime.sgml to refer...
2002-12-09  Peter EisentrautFix Latin1/Unicode conversion by selecting the right...
2002-12-09  Bruce MomjianAs far as I figured from the source code this function...
2002-12-06  Tom LaneExplain's code for showing quals of SubqueryScan nodes...
2002-12-06  Bruce MomjianThank you very much, you catch it :). This bug had...
2002-12-05  Tom Lanelocalbuf.c must be able to do blind writes.
2002-12-05  Tom LaneAvoid pulling up sublinks from a subselect's targetlist...
2002-12-05  Bruce MomjianIt looks like the problem was introduced when the ...
2002-12-05  Bruce MomjianAllow 'password' encryption even when pg_shadow has...
2002-12-05  Dave Cramerchanged sort of column names to sort by attnum, not...
2002-12-04  Tom LaneRepair oversight in recent change of dependency extract...
2002-12-03  Tom LaneFix off-by-one bug in usage check.
2002-12-02  Tom LaneRepair core dump when trying to delete an entry from...
2002-12-02  Tom LaneFix script name in README.
2002-12-02  Tom LaneFix dependency generation for multicolumn foreign keys...
2002-12-01  Tom LaneFix pg_dump failure against 7.1 or older servers, per
2002-12-01  Tom LaneRepair coredump in COPY OUT when client encoding is...
2002-11-29  Tom LaneRepair prehistoric logic error in lseg_eq and lseg_ne.
2002-11-27  Tom Lanerm should be rm -f, per comment from Peter Harris. REL7_3
2002-11-27  Tom LaneUpdate resultmap pattern for geometry-solaris-i386...
2002-11-26  Bruce MomjianUpdate TODO in 7.3 branch
2002-11-26  Bruce MomjianRecreate HISTORY file to match release.sgml changes...
2002-11-26  Bruce MomjianUpdate build rules for /HISTORY.
2002-11-26  Bruce MomjianFix typo in release notes.
2002-11-26  Bruce MomjianAllocate proper length for sprintf string, from Tatsuo.
2002-11-26  Tatsuo IshiiGuard against 0 length string encoding conversion case.
2002-11-25  Bruce MomjianRemove check for pg_group file as part of initdb -W...
2002-11-23  Tom LaneFix inappropriate quoting in dblink. From Joe Conway.
2002-11-23  Tom LaneUpdate ports list from recent regression-test-database...
2002-11-23  Tom LaneRelease note improvements (Neil, Tom)
2002-11-23  Tom LaneRemove inappropriate double-quoting in connectby()...
2002-11-22  Tom LaneFix a dozen or so places that were passing unpredictabl...
2002-11-22  Bruce MomjianFix elog in dbmirror to use %s.
2002-11-22  Tom LaneQuote database name properly when invoking pg_dump...
2002-11-22  Tom LaneTAS code originally written for s390 (32-bit) does...
2002-11-21  Peter EisentrautFixups for man pages
2002-11-21  Tom LaneFix breakage in new-in-7.3 timetz_zone() function:...
2002-11-21  Peter EisentrautRegenerate
2002-11-21  Tom LaneCode review for superuser_reserved_connections patch...
next