summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Back-patch removal of extraneous semicolon, so that this will buildTom Lane2004-10-241-1/+0
* Stamp release 7.2.6.REL7_2_6Tom Lane2004-10-229-15/+96
* Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane2004-10-221-1/+9
* Back-patch make_oidjoins_check security improvement.Tom Lane2004-10-211-9/+14
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-132-5/+22
* Fix breakage in hashjoin from recent backpatch of left-join bug fix.Tom Lane2004-10-131-10/+10
* Hashed LEFT JOIN would miss outer tuples with no inner match if the joinTom Lane2004-09-171-5/+7
* Update 7.2 regression tests to match what you get when using a modernREL7_2_5Tom Lane2004-08-193-30/+30
* Stamp 7.2.5.Tom Lane2004-08-159-15/+90
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-113-7/+40
* Repair multiple memory leaks in getTables(), including one that couldTom Lane2004-03-201-1/+4
* Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane2003-07-291-10/+10
* Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane2003-07-141-2/+2
* Second try at avoiding conflicts with system isblank().Tom Lane2003-04-131-15/+10
* Guard against macro versions of isblank().Tom Lane2003-04-121-2/+7
* Add #include <errno.h> per recent reports that it's now necessary onTom Lane2003-04-111-1/+2
* Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane2003-04-021-5/+6
* TestConfiguration returns int, not bool. This mistake is relativelyTom Lane2003-03-311-3/+3
* Async_NotifyHandler must save and restore ImmediateInterruptOK. FixesTom Lane2003-03-131-1/+18
* Back patch bug fix to quote function.D'Arcy J.M. Cain2003-02-271-1/+1
* Brand 7.2.4.REL7_2_4Tom Lane2003-01-295-9/+9
* Update release history for 7.2.4.Tom Lane2003-01-292-1/+73
* Back-patch fix to avoid integer overflow in ExecHashJoinGetBatch(),Tom Lane2003-01-291-13/+23
* Back-patch fixes to detoast pg_group.grolist.Tom Lane2003-01-261-3/+4
* Back-patch fixes to ensure t_ctid always has correct value (preventsTom Lane2003-01-261-1/+18
* Back-patch fix for alphabetization mistakes in datetime token tables.Tom Lane2003-01-263-16/+14
* Back-patch fix to ensure pg_clog updates are not only written but sync'edTom Lane2003-01-211-5/+3
* Back-patch fixes for integer overflows in circle_poly(), path_encode(),Tom Lane2003-01-211-11/+32
* Back-patch fix for VACUUM being confused by SELECT FOR UPDATE of tupleTom Lane2003-01-211-4/+11
* Brand 7.2.3.REL7_2_3Bruce Momjian2002-10-019-111/+235
* Update HISTORY/release.sgml for 7.2.3.Bruce Momjian2002-10-012-2/+71
* Back-patch fixes to work around broken mktime() in recent glibc releases.Tom Lane2002-09-302-27/+94
* Back-patch fix for bad SIGUSR2 interrupt handling during backend shutdown.Tom Lane2002-09-302-3/+10
* Back-patch fix for correct TAS operation on multi-CPU PPC machines.Tom Lane2002-09-302-2/+22
* Back-patch fix for 'can't wait without a PROC structure' failures:Tom Lane2002-09-304-29/+22
* Back-patch fix to ensure a checkpoint occurs before truncating CLOG,Tom Lane2002-09-305-15/+15
* Back-patch fix to not change pg_database.datvacuumxid or truncate CLOGTom Lane2002-09-301-14/+34
* Back-patch fix for failure to dump views containing FULL JOIN USING.Tom Lane2002-09-201-1/+12
* Update HISTORY with Neil's changes.REL7_2_2Bruce Momjian2002-08-231-4/+9
* Stamp the 7.2.2 release.Bruce Momjian2002-08-229-15/+96
* Fix regression-test breakage from (unnecessary) rewrite of show_datestyle. G...Tom Lane2002-08-221-2/+2
* Back-patch fix to make partial indexes usable on relations other thanTom Lane2002-08-221-4/+19
* Apply Neil Conway's security patches to 7.2.X.Bruce Momjian2002-08-225-34/+72
* Fix bug in pg_convert() per report from MaC.Yui.Tatsuo Ishii2002-08-191-2/+2
* Back-patch 7.3 fix to fully parenthesize UNION/EXCEPT/INTERSECT queriesTom Lane2002-06-151-19/+14
* Please apply attached patch to contrib/intarray (7.2, 7.3).Bruce Momjian2002-06-072-1/+31
* Repair incorrect dumping of user-defined aggregate with null initcond.Tom Lane2002-05-281-2/+5
* Fix a bug with building rtree_gist indexes.Tom Lane2002-05-281-20/+65
* Repair error with not adjusting active scans properly after gistSplit.Tom Lane2002-05-281-5/+9
* Make RelationForgetRelation error out if the relcache entry has nonzeroTom Lane2002-05-221-25/+29