Commits

DateSubjectAuthorReleases
2019-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-01-22 Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. Andres Freund 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2018-01-19 Replace AclObjectKind with ObjectType Peter Eisentraut 11.0
2017-06-22 Teach pgrowlocks to check relkind before scanning Peter Eisentraut 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-06 Fix AclResult vs bool type mix-up Peter Eisentraut 10.0
2017-03-30 Fix pgrowlocks minor coding oversight Simon Riggs 10.0
2017-03-30 Default monitoring roles Simon Riggs 10.0
2017-03-12 Use wrappers of PG_DETOAST_DATUM_PACKED() more. Noah Misch 10.0
2017-01-21 Move some things from builtins.h to new header files Peter Eisentraut 10.0
2016-06-24 Fix handling of multixacts predating pg_upgrade Alvaro Herrera 9.6.0
2016-06-24 Fix handling of multixacts predating pg_upgrade Alvaro Herrera 9.5.4
2016-06-24 Fix handling of multixacts predating pg_upgrade Alvaro Herrera 9.4.9
2016-06-24 Fix handling of multixacts predating pg_upgrade Alvaro Herrera 9.3.14
2016-06-09 Update pgrowlocks extension for parallel query. Robert Haas 9.6.0
2015-04-10 Optimize locking a tuple already locked by another subxact Alvaro Herrera 9.5.0
2014-07-29 Avoid uselessly looking up old LOCK_ONLY multixacts Alvaro Herrera 9.5.0
2014-07-10 Adjust blank lines around PG_MODULE_MAGIC defines, for consistency Bruce Momjian 9.5.0
2014-04-18 Create function prototype as part of PG_FUNCTION_INFO_V1 macro Peter Eisentraut 9.4.0
2013-07-22 pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow. Robert Haas 9.4.0
2013-07-22 Adjust HeapTupleSatisfies* routines to take a HeapTuple. Robert Haas 9.4.0