summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag 7.4.28REL7_4_28Marc G. Fournier2010-03-125-18/+18
* Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,Tom Lane2010-03-101-1/+120
* Add missing space in example.Magnus Hagander2010-03-081-2/+2
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-062-7/+13
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-033-6/+6
* Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1.Tom Lane2010-02-254-6/+46
* Check to ensure the number of primary key fields supplied does notJoe Conway2010-02-033-0/+70
* Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane2010-02-011-50/+66
* Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane2010-01-251-2/+5
* Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane2010-01-071-7/+17
* tag 7.4.27REL7_4_27Marc G. Fournier2009-12-105-18/+18
* Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23,Tom Lane2009-12-101-1/+121
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-0914-96/+230
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-092-5/+46
* Translation updatesPeter Eisentraut2009-12-083-152/+152
* Ignore attempts to set "application_name" in the connection startup packet.Tom Lane2009-12-021-1/+3
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-103-13/+52
* Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane2009-10-301-3/+5
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-161-50/+82
* Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas2009-10-081-2/+2
* Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane2009-09-261-5/+52
* Remove outside-the-scanner references to "yyleng".Tom Lane2009-09-082-8/+3
* Tag 7.4.26REL7_4_26Marc G. Fournier2009-09-045-18/+18
* Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22,Tom Lane2009-09-031-3/+94
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-033-20/+32
* Translation updatesPeter Eisentraut2009-09-0311-9907/+9937
* Improve picksplit debug messagePeter Eisentraut2009-09-021-3/+3
* Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1.Bruce Momjian2009-08-271-1/+40
* Fix inclusions of readline/editline header files so that we only attempt toTom Lane2009-08-241-8/+14
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-181-1/+4
* Re-add documentation for --no-readline option of psql, mistakenly removed a d...Andrew Dunstan2009-08-101-1/+12
* Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane2009-08-071-1/+4
* Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane2009-06-231-15/+14
* Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane2009-06-101-13/+7
* Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan2009-06-051-3/+14
* Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan2009-06-041-2/+8
* Split the release notes into a separate file for each (active) major branch,Tom Lane2009-05-026-10635/+10711
* When checking for datetime field overflow, we should allow a fractional-secondTom Lane2009-05-011-5/+5
* Fix the handling of sub-SELECTs appearing in the arguments of an outer-levelTom Lane2009-04-253-2/+46
* Remove HELIOS Software GmbH name and copyright from AIX dynloader files,Bruce Momjian2009-04-253-20/+1
* Remove beer-ware license from crypt-md5.c, perMagnus Hagander2009-04-151-7/+2
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-072-47/+163
* Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane2009-04-071-10/+28
* Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane2009-04-043-27/+56
* Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane2009-03-311-1/+11
* tag 7.4.25REL7_4_25Marc G. Fournier2009-03-135-18/+18
* Update back-branch release notes.Tom Lane2009-03-121-3/+82
* Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane2009-03-121-2/+2
* Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.Heikki Linnakangas2009-03-051-1/+2
* Put back our old workaround for machines that declare cbrt() in math.h butTom Lane2009-03-041-1/+10