| Commit message (Expand) | Author | Age | Files | Lines |
* | Back-patch removal of extraneous semicolon, so that this will build | Tom Lane | 2004-10-24 | 1 | -1/+0 |
* | Stamp release 7.2.6.REL7_2_6 | Tom Lane | 2004-10-22 | 9 | -15/+96 |
* | Prevent pg_ctl from being run as root. Since it uses configuration files | Tom Lane | 2004-10-22 | 1 | -1/+9 |
* | Back-patch make_oidjoins_check security improvement. | Tom Lane | 2004-10-21 | 1 | -9/+14 |
* | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-13 | 2 | -5/+22 |
* | Fix breakage in hashjoin from recent backpatch of left-join bug fix. | Tom Lane | 2004-10-13 | 1 | -10/+10 |
* | Hashed LEFT JOIN would miss outer tuples with no inner match if the join | Tom Lane | 2004-09-17 | 1 | -5/+7 |
* | Update 7.2 regression tests to match what you get when using a modernREL7_2_5 | Tom Lane | 2004-08-19 | 3 | -30/+30 |
* | Stamp 7.2.5. | Tom Lane | 2004-08-15 | 9 | -15/+90 |
* | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane | 2004-08-11 | 3 | -7/+40 |
* | Repair multiple memory leaks in getTables(), including one that could | Tom Lane | 2004-03-20 | 1 | -1/+4 |
* | Fix longstanding error in _bt_search(): should moveright at top of loop not | Tom Lane | 2003-07-29 | 1 | -10/+10 |
* | Fix a *second* buffer overrun bug in to_ascii(). Grumble. | Tom Lane | 2003-07-14 | 1 | -2/+2 |
* | Second try at avoiding conflicts with system isblank(). | Tom Lane | 2003-04-13 | 1 | -15/+10 |
* | Guard against macro versions of isblank(). | Tom Lane | 2003-04-12 | 1 | -2/+7 |
* | Add #include <errno.h> per recent reports that it's now necessary on | Tom Lane | 2003-04-11 | 1 | -1/+2 |
* | Fix buffer overrun in to_ascii(), per report from Guido Notari. | Tom Lane | 2003-04-02 | 1 | -5/+6 |
* | TestConfiguration returns int, not bool. This mistake is relatively | Tom Lane | 2003-03-31 | 1 | -3/+3 |
* | Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes | Tom Lane | 2003-03-13 | 1 | -1/+18 |
* | Back patch bug fix to quote function. | D'Arcy J.M. Cain | 2003-02-27 | 1 | -1/+1 |
* | Brand 7.2.4.REL7_2_4 | Tom Lane | 2003-01-29 | 5 | -9/+9 |
* | Update release history for 7.2.4. | Tom Lane | 2003-01-29 | 2 | -1/+73 |
* | Back-patch fix to avoid integer overflow in ExecHashJoinGetBatch(), | Tom Lane | 2003-01-29 | 1 | -13/+23 |
* | Back-patch fixes to detoast pg_group.grolist. | Tom Lane | 2003-01-26 | 1 | -3/+4 |
* | Back-patch fixes to ensure t_ctid always has correct value (prevents | Tom Lane | 2003-01-26 | 1 | -1/+18 |
* | Back-patch fix for alphabetization mistakes in datetime token tables. | Tom Lane | 2003-01-26 | 3 | -16/+14 |
* | Back-patch fix to ensure pg_clog updates are not only written but sync'ed | Tom Lane | 2003-01-21 | 1 | -5/+3 |
* | Back-patch fixes for integer overflows in circle_poly(), path_encode(), | Tom Lane | 2003-01-21 | 1 | -11/+32 |
* | Back-patch fix for VACUUM being confused by SELECT FOR UPDATE of tuple | Tom Lane | 2003-01-21 | 1 | -4/+11 |
* | Brand 7.2.3.REL7_2_3 | Bruce Momjian | 2002-10-01 | 9 | -111/+235 |
* | Update HISTORY/release.sgml for 7.2.3. | Bruce Momjian | 2002-10-01 | 2 | -2/+71 |
* | Back-patch fixes to work around broken mktime() in recent glibc releases. | Tom Lane | 2002-09-30 | 2 | -27/+94 |
* | Back-patch fix for bad SIGUSR2 interrupt handling during backend shutdown. | Tom Lane | 2002-09-30 | 2 | -3/+10 |
* | Back-patch fix for correct TAS operation on multi-CPU PPC machines. | Tom Lane | 2002-09-30 | 2 | -2/+22 |
* | Back-patch fix for 'can't wait without a PROC structure' failures: | Tom Lane | 2002-09-30 | 4 | -29/+22 |
* | Back-patch fix to ensure a checkpoint occurs before truncating CLOG, | Tom Lane | 2002-09-30 | 5 | -15/+15 |
* | Back-patch fix to not change pg_database.datvacuumxid or truncate CLOG | Tom Lane | 2002-09-30 | 1 | -14/+34 |
* | Back-patch fix for failure to dump views containing FULL JOIN USING. | Tom Lane | 2002-09-20 | 1 | -1/+12 |
* | Update HISTORY with Neil's changes.REL7_2_2 | Bruce Momjian | 2002-08-23 | 1 | -4/+9 |
* | Stamp the 7.2.2 release. | Bruce Momjian | 2002-08-22 | 9 | -15/+96 |
* | Fix regression-test breakage from (unnecessary) rewrite of show_datestyle. G... | Tom Lane | 2002-08-22 | 1 | -2/+2 |
* | Back-patch fix to make partial indexes usable on relations other than | Tom Lane | 2002-08-22 | 1 | -4/+19 |
* | Apply Neil Conway's security patches to 7.2.X. | Bruce Momjian | 2002-08-22 | 5 | -34/+72 |
* | Fix bug in pg_convert() per report from MaC.Yui. | Tatsuo Ishii | 2002-08-19 | 1 | -2/+2 |
* | Back-patch 7.3 fix to fully parenthesize UNION/EXCEPT/INTERSECT queries | Tom Lane | 2002-06-15 | 1 | -19/+14 |
* | Please apply attached patch to contrib/intarray (7.2, 7.3). | Bruce Momjian | 2002-06-07 | 2 | -1/+31 |
* | Repair incorrect dumping of user-defined aggregate with null initcond. | Tom Lane | 2002-05-28 | 1 | -2/+5 |
* | Fix a bug with building rtree_gist indexes. | Tom Lane | 2002-05-28 | 1 | -20/+65 |
* | Repair error with not adjusting active scans properly after gistSplit. | Tom Lane | 2002-05-28 | 1 | -5/+9 |
* | Make RelationForgetRelation error out if the relcache entry has nonzero | Tom Lane | 2002-05-22 | 1 | -25/+29 |