Commits

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

DateSubjectAuthorReleases
2008-08-26 Fix pg_dump docs to acknowledge that you can use -Z with plain text output. Pointed out by Daniel Migowski. Tom Lane 7.4.22
2008-08-16 Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec Tom Lane 7.4.22
2008-08-05 Do not allow Unique nodes to be scanned backwards. The code claimed that it Tom Lane 7.4.22
2008-07-08 Fix performance bug in write_syslog(): the code to preferentially break the Tom Lane 7.4.22
2008-07-07 Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean Tom Lane 7.4.22
2008-06-10 Create a script to handle stamping release version numbers into files, Tom Lane 7.4.22
2008-06-09 Fix datetime input functions to correctly detect integer overflow when Tom Lane 7.4.22
2008-06-09 tag 7.4.21 Tom Lane 7.4.21
2008-06-08 Stamp 7.4.21 (except for configure.in/configure) Tom Lane 7.4.21
2008-06-07 Update release notes for 8.3.3 et al. Tom Lane 7.4.21
2008-06-06 Fix pg_get_ruledef() so that negative numeric constants are parenthesized. Tom Lane 7.4.21
2008-06-06 Remove link that pre-8.2 doc tools don't support. Tom Lane 7.4.20
2008-06-06 tag 7.4.20 Tom Lane 7.4.20
2008-06-05 Stamp 7.4.20 (except for configure.in/configure) Tom Lane 7.4.20
2008-06-05 Translation updates. Tom Lane 7.4.20
2008-06-04 Draft release notes for upcoming back-branch updates. Tom Lane 7.4.20
2008-05-28 Improve GRANT documentation to point out that UPDATE and DELETE typically Tom Lane 7.4.20
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 7.4.20
2008-05-25 Adjust timestamp regression tests to prevent two low-probability failure Tom Lane 7.4.20
2008-05-13 Don't try to close negative file descriptors, since this can cause Magnus Hagander 7.4.20
2008-05-09 Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update Tom Lane 7.4.20
2008-04-22 Replace developer FAQ with a reference to the wiki, which is where Magnus Hagander 7.4.20
2008-04-21 Add link to major version release notes at the top of the minor Magnus Hagander 7.4.20
2008-04-11 Fix several datatype input functions that were allowing unused bytes in their Tom Lane 7.4.20
2008-04-10 Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to substract. Michael Meskes 7.4.20