Commits

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

DateSubjectAuthorReleases
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-08 Remove leftover reference to old "flat file" mechanism in a comment. Heikki Linnakangas 12.0
2019-05-07 Revert "Avoid the creation of the free space map for small heap relations". Amit Kapila 12.0
2019-04-12 Fix GetNewTransactionId()'s interaction with xidVacLimit. Thomas Munro 12.0
2019-04-10 Avoid counting transaction stats for parallel worker cooperating Amit Kapila 12.0
2019-04-04 Refactor the fsync queue for wider use. Thomas Munro 12.0
2019-04-03 Log all statements from a sample of transactions Alvaro Herrera 12.0
2019-03-28 Fix typo. Thomas Munro 12.0
2019-03-28 Use FullTransactionId for the transaction stack. Thomas Munro 12.0
2019-03-28 Add basic infrastructure for 64 bit transaction IDs. Thomas Munro 12.0
2019-03-24 Transaction chaining Peter Eisentraut 12.0
2019-03-15 Enable parallel query with SERIALIZABLE isolation. Thomas Munro 12.0
2019-02-13 More unconstify use Peter Eisentraut 12.0
2019-02-04 Avoid creation of the free space map for small heap relations, take 2. Amit Kapila 12.0
2019-01-28 Revert "Avoid creation of the free space map for small heap relations." Amit Kapila 12.0
2019-01-28 Avoid creation of the free space map for small heap relations. Amit Kapila 12.0
2019-01-26 Simplify restriction handling of two-phase commit for temporary objects Michael Paquier 12.0
2019-01-22 Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. Andres Freund 12.0
2019-01-18 Restrict the use of temporary namespace in two-phase transactions Michael Paquier 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-14 Initialize TransactionState and user ID consistently at transaction start Michael Paquier 12.0
2018-11-02 Fix spelling errors and typos in comments Magnus Hagander 12.0
2018-10-12 Simplify use of AllocSetContextCreate() wrapper macro. Tom Lane 12.0
2018-10-08 Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux). Thomas Munro 12.0