Commits

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

DateSubjectAuthorReleases
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.1.22
2010-08-16 Arrange to fsync the contents of lockfiles (both postmaster.pid and the Tom Lane 8.1.22
2010-08-16 Fix psql's copy of utf2ucs() to match the backend's copy exactly; Tom Lane 8.1.22
2010-08-09 Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple Tom Lane 8.1.22
2010-07-30 Improved version of patch to protect pg_get_expr() against misuse: Tom Lane 8.1.22
2010-07-29 Fix another longstanding problem in copy_relation_data: it was blithely Tom Lane 8.1.22
2010-07-28 Fix potential failure when hashing the output of a subplan that produces Tom Lane 8.1.22
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 8.1.22
2010-07-08 Fix "cannot handle unplanned sub-select" error that can occur when a Tom Lane 8.1.22
2010-07-03 Fix assorted misstatements and poor wording in the descriptions of the I/O Tom Lane 8.1.22
2010-06-15 Fix dblink_build_sql_insert() and related functions to handle dropped Tom Lane 8.1.22
2010-06-15 Consolidate and improve checking of key-column-attnum arguments for Tom Lane 8.1.22
2010-06-14 Rearrange dblink's dblink_build_sql_insert() and related routines to open and Tom Lane 8.1.22
2010-05-27 Change ps_status.c to explicitly track the current logical length of ps_buffer. Tom Lane 8.1.22
2010-05-15 Improve documentation of pg_restore's -l and -L switches to point out their Tom Lane 8.1.22
2010-05-13 Update release notes with security issues. Tom Lane 8.1.21
2010-05-13 Use an entity instead of non-ASCII letter. Thom Brown Tom Lane 8.1.21
2010-05-13 Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless Tom Lane 8.1.21
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.1.21
2010-05-11 Update time zone data files to tzdata release 2010j: DST law changes in Tom Lane 8.1.21
2010-05-08 Work around a subtle portability problem in use of printf %s format. Tom Lane 8.1.21
2010-05-05 Fix psql to not go into infinite recursion when expanding a variable that Tom Lane 8.1.21
2010-05-05 Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior. Tom Lane 8.1.21
2010-05-01 Add code to InternalIpcMemoryCreate() to handle the case where shmget() Tom Lane 8.1.21
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.1.21