Commits

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

DateSubjectAuthorReleases
2012-12-02 Update time zone data files to tzdata release 2012j. Tom Lane 8.3.22
2012-12-02 Fix psql crash while parsing SQL file whose encoding is different from Tatsuo Ishii 8.3.22
2012-12-01 Prevent passing gmake's environment variables down through pg_regress. Tom Lane 8.3.22
2012-11-30 Take buffer lock while inspecting btree index pages in contrib/pageinspect. Tom Lane 8.3.22
2012-11-30 Add missing buffer lock acquisition in GetTupleForTrigger(). Tom Lane 8.3.22
2012-11-30 Produce a more useful error message for over-length Unix socket paths. Tom Lane 8.3.22
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 8.3.22
2012-11-29 When processing nested structure pointer variables ecpg always expected an Michael Meskes 8.3.22
2012-11-26 Remove inaccurate "Incrementally Updated Backups" documentation section; Bruce Momjian 8.3.22
2012-11-22 Fix pg_resetxlog to use correct path to postmaster.pid. Tom Lane 8.3.22
2012-11-20 Improve handling of INT_MIN / -1 and related cases. Tom Lane 8.3.22
2012-11-18 Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. Tom Lane 8.3.22
2012-11-14 Fix the int8 and int2 cases of (minimum possible integer) % (-1). Tom Lane 8.3.22
2012-11-13 Fix memory leaks in record_out() and record_send(). Tom Lane 8.3.22
2012-11-12 Check for stack overflow in transformSetOperationTree(). Tom Lane 8.3.22
2012-10-26 Prefer actual constants to pseudo-constants in equivalence class machinery. Tom Lane 8.3.22
2012-10-24 Prevent parser from believing that views have system columns. Tom Lane 8.3.22
2012-10-19 Fix hash_search to avoid corruption of the hash table on out-of-memory. Tom Lane 8.3.22
2012-10-19 Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly. Tom Lane 8.3.22
2012-10-18 Further tweaking of the readfile() function in pg_ctl. Heikki Linnakangas 8.3.22
2012-10-18 Fix planning of non-strict equivalence clauses above outer joins. Tom Lane 8.3.22
2012-10-17 Fix typo in previous commit Simon Riggs 8.3.22
2012-10-17 Add hash index caution to CREATE INDEX docs Simon Riggs 8.3.22
2012-10-15 Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 8.3.22
2012-10-11 Fix cross-type case in partial row matching for hashed subplans. Tom Lane 8.3.22