Commits

Showing commits that first shipped in 7.4 (backpatches included). Clear

DateSubjectAuthorReleases
2010-07-03 Fix assorted misstatements and poor wording in the descriptions of the I/O Tom Lane 7.4.30
2010-06-30 stringToNode() and deparse_expression_pretty() crash on invalid input, Heikki Linnakangas 7.4.30
2010-06-15 Fix dblink_build_sql_insert() and related functions to handle dropped Tom Lane 7.4.30
2010-06-15 Consolidate and improve checking of key-column-attnum arguments for Tom Lane 7.4.30
2010-06-14 Rearrange dblink's dblink_build_sql_insert() and related routines to open and Tom Lane 7.4.30
2010-06-10 Fix incorrect change in dblink introduced by the previous commit Itagaki Takahiro 7.4.30
2010-06-09 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() Itagaki Takahiro 7.4.30
2010-05-17 > Follow up a visit from the style police. Andrew Dunstan 7.4.30
2010-05-16 Fix longstanding typo in V1 calling conventions documentation. Robert Haas 7.4.30
2010-05-15 Improve documentation of pg_restore's -l and -L switches to point out their Tom Lane 7.4.30
2010-05-14 tag 7.4.29 Marc G. Fournier 7.4.29
2010-05-13 Update release notes with security issues. Tom Lane 7.4.29
2010-05-13 Use an entity instead of non-ASCII letter. Thom Brown Tom Lane 7.4.29
2010-05-13 Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless Tom Lane 7.4.29
2010-05-13 Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is Andrew Dunstan 7.4.29
2010-05-13 Translation update Peter Eisentraut 7.4.29
2010-05-12 Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, Tom Lane 7.4.29
2010-05-08 Work around a subtle portability problem in use of printf %s format. Tom Lane 7.4.29
2010-05-01 Add code to InternalIpcMemoryCreate() to handle the case where shmget() Tom Lane 7.4.29
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 7.4.29
2010-04-03 Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ensuring we can build older branches with modern Perl installations. Andrew Dunstan 7.4.29
2010-04-02 Ensure that contrib/pgstattuple functions respond to cancel interrupts Tom Lane 7.4.29
2010-03-25 Prevent ALTER USER f RESET ALL from removing the settings that were put there Alvaro Herrera 7.4.29
2010-03-20 Clear error_context_stack and debug_query_string at the beginning of proc_exit, Tom Lane 7.4.29
2010-03-17 Typo fixes. Magnus Hagander 7.4.29