Commits

DateSubjectAuthorReleases
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 12.14
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 11.19
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 16.0
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 13.10
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 15.2
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 14.7
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-02-22 Create a function to reliably identify which sessions block which others. Tom Lane 9.6.0
2011-10-22 Support synchronization of snapshots through an export/import procedure. Tom Lane 9.2.0
2009-04-04 A session that does not have any live snapshots does not have to be waited for Tom Lane 8.4.0
2008-08-04 Improve CREATE/DROP/RENAME DATABASE so that when failing because the source Tom Lane 8.4.0
2008-01-09 Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual Tom Lane 8.3.0
2007-09-08 Replace the former method of determining snapshot xmax --- to wit, calling Tom Lane 8.3.0
2007-09-07 Allow CREATE INDEX CONCURRENTLY to disregard transactions in other Tom Lane 8.3.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2007-06-01 Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends Tom Lane 8.3.0
2007-04-03 Remove the CheckpointStartLock in favor of having backends show whether they Tom Lane 8.3.0
2006-06-19 Take the statistics collector out of the loop for monitoring backends' Tom Lane 8.2.0
2005-12-16 Rethink prior patch to filter out dead backend entries from the pgstats Tom Lane 8.2.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-07-31 Add per-user and per-database connection limit options. Tom Lane 8.1.0
2005-06-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional Tom Lane 8.1.0
2005-05-19 Split the shared-memory array of PGPROC pointers out of the sinval Tom Lane 8.1.0