summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Recommend security@postgresql.org as the contact point for security-related b...REL7_2_7Tom Lane2005-01-302-10/+21
* Stamp release 7.2.7.Tom Lane2005-01-3010-3818/+3790
* Make sure contrib C functions are marked strict where needed.Tom Lane2005-01-293-31/+31
* Backpatch fix for buffer overrun in parsing refcursor parameters toNeil Conway2005-01-271-1/+5
* Mark the text_soundex() function as "strict", to avoid crashing on NULLNeil Conway2005-01-261-1/+1
* Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane2005-01-241-1/+3
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-233-5/+16
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-111-2/+2
* 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