Commits

DateSubjectAuthorReleases
2008-03-12 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing Tom Lane 8.3.1
2008-03-12 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing Tom Lane 8.4.0
2007-11-30 Avoid incrementing the CommandCounter when CommandCounterIncrement is called Tom Lane 8.3.0
2005-08-25 Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, Tom Lane 7.4.9
2005-08-25 Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, Tom Lane 8.0.4
2005-08-20 Repair problems with VACUUM destroying t_ctid chains too soon, and with 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-06 For some reason access/tupmacs.h has been #including utils/memutils.h, Tom Lane 8.1.0
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2004-09-11 Renumber SnapshotNow and the other special snapshot codes so that Tom Lane 8.0.0
2004-09-06 Fix a number of places where brittle data structures or overly strong Tom Lane 8.0.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0
2004-05-23 Handle impending sinval queue overflow by means of a separate signal Tom Lane 8.0.0
2004-05-22 Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock Tom Lane 7.4.3
2004-05-22 Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock Tom Lane 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-11-09 Add operator strategy and comparison-value datatype fields to ScanKey. Tom Lane 8.0.0
2003-10-16 Fix bad interaction between NOTIFY processing and V3 extended query Tom Lane 7.4.1
2003-10-01 Repair RI trigger visibility problems (this time for sure ;-)) per recent Tom Lane 7.4.1
2003-09-15 Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a Tom Lane 7.4.1
2003-07-20 Another round of error message editing, covering backend/commands/. Tom Lane 7.4.1
2003-05-14 Backend support for autocommit removed, per recent discussions. The Tom Lane 7.4.1
2003-04-22 Another round of protocol changes. Backend-to-frontend messages now all Tom Lane 7.4.1
2003-03-13 Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes Tom Lane 7.2.5
2003-02-18 Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes Tom Lane 7.3.3