summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-13Update release notes with security issues.Tom Lane
2010-05-13Use an entity instead of non-ASCII letter. Thom BrownTom Lane
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-05-13Translation updatePeter Eisentraut
2010-05-12Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-05-01Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane
2010-04-30Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane
2010-04-03Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...Andrew Dunstan
2010-04-02Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-20Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane
2010-03-17Typo fixes.Magnus Hagander
2010-03-12tag 7.4.28REL7_4_28Marc G. Fournier
2010-03-10Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,Tom Lane
2010-03-08Add missing space in example.Magnus Hagander
2010-03-06When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane
2010-03-03Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane
2010-02-25Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1.Tom Lane
2010-02-03Check to ensure the number of primary key fields supplied does notJoe Conway
2010-02-01Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane
2010-01-25Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane
2010-01-07Make bit/varbit substring() treat any negative length as meaning "all the restTom Lane
2009-12-10tag 7.4.27REL7_4_27Marc G. Fournier
2009-12-10Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23,Tom Lane
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-12-08Translation updatesPeter Eisentraut
2009-12-02Ignore attempts to set "application_name" in the connection startup packet.Tom Lane
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-10-30Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane
2009-10-16Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane
2009-10-08Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas
2009-09-26Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane
2009-09-08Remove outside-the-scanner references to "yyleng".Tom Lane
2009-09-04Tag 7.4.26REL7_4_26Marc G. Fournier
2009-09-03Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22,Tom Lane
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2009-09-03Translation updatesPeter Eisentraut
2009-09-02Improve picksplit debug messagePeter Eisentraut
2009-08-27Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1.Bruce Momjian
2009-08-24Fix inclusions of readline/editline header files so that we only attempt toTom Lane
2009-08-18Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane
2009-08-10Re-add documentation for --no-readline option of psql, mistakenly removed a d...Andrew Dunstan
2009-08-07Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane
2009-06-23Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane
2009-06-10Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane
2009-06-05Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan
2009-06-04Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan