Commits

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

DateSubjectAuthorReleases
2010-05-13 Translation update Peter Eisentraut 8.0.25
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 8.0.25
2010-05-11 Update time zone data files to tzdata release 2010j: DST law changes in Tom Lane 8.0.25
2010-05-08 Work around a subtle portability problem in use of printf %s format. Tom Lane 8.0.25
2010-05-05 Fix psql to not go into infinite recursion when expanding a variable that Tom Lane 8.0.25
2010-05-05 Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior. Tom Lane 8.0.25
2010-05-01 Add code to InternalIpcMemoryCreate() to handle the case where shmget() Tom Lane 8.0.25
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.0.25
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 8.0.25
2010-04-02 Ensure that contrib/pgstattuple functions respond to cancel interrupts Tom Lane 8.0.25
2010-03-25 Prevent ALTER USER f RESET ALL from removing the settings that were put there Alvaro Herrera 8.0.25
2010-03-20 Clear error_context_stack and debug_query_string at the beginning of proc_exit, Tom Lane 8.0.25
2010-03-17 Typo fixes. Magnus Hagander 8.0.25
2010-03-12 tag 8.0.24, not .23 Marc G. Fournier 8.0.24
2010-03-10 Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, Tom Lane 8.0.24
2010-03-09 Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. Tom Lane 8.0.24
2010-03-09 Update time zone data files to tzdata release 2010d: DST law changes in Fiji, Alvaro Herrera 8.0.24
2010-03-08 Add missing space in example. Magnus Hagander 8.0.24
2010-03-08 Update time zone data files to tzdata release 2010c: DST law changes in Tom Lane 8.0.24
2010-03-06 When reading pg_hba.conf and similar files, do not treat @file as an inclusion Tom Lane 8.0.24
2010-03-03 Fix a couple of places that would loop forever if attempts to read a stdio file Tom Lane 8.0.24
2010-03-03 Make contrib/xml2 use core xml.c's error handler, when available (that is, Tom Lane 8.0.24
2010-03-01 Fix contrib/xml2 so regression test still works when it's built without libxslt. Tom Lane 8.0.24
2010-03-01 Remove xmlCleanupParser calls from contrib/xml2. Tom Lane 8.0.24
2010-03-01 Back-patch today's memory management fixups in contrib/xml2. Tom Lane 8.0.24