Commits

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

DateSubjectAuthorReleases
2013-02-04 Stamp 8.3.23. Tom Lane 8.3.23
2013-02-04 Prevent execution of enum_recv() from SQL. Tom Lane 8.3.23
2013-02-04 Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23. Tom Lane 8.3.23
2013-01-30 Fix grammar for subscripting or field selection from a sub-SELECT result. Tom Lane 8.3.23
2013-01-21 Fix one-byte buffer overrun in PQprintTuples(). Tom Lane 8.3.23
2013-01-18 Protect against SnapshotNow race conditions in pg_tablespace scans. Tom Lane 8.3.23
2013-01-14 Add new timezone abbrevation "FET". Tom Lane 8.3.23
2012-12-23 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. Tom Lane 8.3.23
2012-12-18 Ignore libedit/libreadline while probing for standard functions. Tom Lane 8.3.23
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 8.3.23
2012-12-03 Stamp 8.3.22. Tom Lane 8.3.22
2012-12-03 Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22. Tom Lane 8.3.22
2012-12-03 Fix documentation of path(polygon) function. Tom Lane 8.3.22
2012-12-02 Update time zone data files to tzdata release 2012j. Tom Lane 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-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