Commits

DateSubjectAuthorReleases
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-03-16 Simplify the effective_io_concurrency setting. Thomas Munro 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-07-31 Remove superfluous newlines in function prototypes. Andres Freund 12.0
2019-07-31 Remove superfluous newlines in function prototypes. Andres Freund 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-04-01 tableam: bitmap table scan. 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-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-17 Make TupleTableSlots extensible, finish split of existing slot type. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-10 Don't require return slots for nodes without projection. Andres Freund 12.0
2018-10-06 Restore sane locking behavior during parallel query. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-01-29 Introduce ExecQualAndReset() helper. Andres Freund 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-11-28 Teach bitmap heap scan to cope with absence of a DSA. Robert Haas 10.2
2017-11-28 Teach bitmap heap scan to cope with absence of a DSA. Robert Haas 11.0
2017-11-17 Provide DSM segment to ExecXXXInitializeWorker functions. Andres Freund 11.0
2017-11-01 Allow bitmap scans to operate as index-only scans when possible. Tom Lane 11.0