Commits

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

DateSubjectAuthorReleases
2015-02-26 Reconsider when to wait for WAL flushes/syncrep during commit. Andres Freund 9.1.16
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.1.14
2012-12-18 Fix failure to ignore leftover temp tables after a server crash. Tom Lane 9.1.8
2012-07-25 Fix longstanding crash-safety bug with newly-created-or-reset sequences. Tom Lane 9.1.5
2012-02-05 Fix transient clobbering of shared buffers during WAL replay. Tom Lane 9.1.3
2011-06-09 Pgindent run before 9.1 beta2. Bruce Momjian 9.1.0
2011-06-02 Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence. Tom Lane 9.1.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-03-26 Clean up cruft around collation initialization for tupdescs and scankeys. Tom Lane 9.1.0
2011-03-10 Remove collation information from TypeName, where it does not belong. Tom Lane 9.1.0
2011-02-22 Fix a couple of unlogged tables goofs. Robert Haas 9.1.0
2011-02-08 Per-column collation support Peter Eisentraut 9.1.0
2011-01-02 Implement remaining fields of information_schema.sequences view Peter Eisentraut 9.1.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-12-13 Generalize concept of temporary relations to "relation persistence". Robert Haas 9.1.0
2010-11-17 Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally. Tom Lane 9.1.0
2010-11-15 Cleanup various comparisons with the constant "true". Robert Haas 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-08-18 Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. Tom Lane 9.1.0
2010-08-13 Include the backend ID in the relpath of temporary relations. Robert Haas 9.1.0
2010-07-25 CREATE TABLE IF NOT EXISTS. Robert Haas 9.1.0