aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* doc: improve description of synchronous_commit modesBruce Momjian2020-10-15
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-31
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Fix comments related to table AMsMichael Paquier2020-07-14
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Fix nbtree.h dedup state comment.Peter Geoghegan2020-06-17
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Fix some comments in xlogreader.hMichael Paquier2020-05-28
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13
* Adjust "root of to-be-deleted subtree" function.Peter Geoghegan2020-05-11
* Fix obsolete references to "XLogRead"Alvaro Herrera2020-05-11
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Normalize _bt_findsplitloc() argument names.Peter Geoghegan2020-05-05
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan2020-05-01
* Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan2020-05-01
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* nbtree: Rename BT_RESERVED_OFFSET_MASK.Peter Geoghegan2020-04-22
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan2020-04-07
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-07
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Fix assorted typosMagnus Hagander2020-03-31
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Implement operator class parametersAlexander Korotkov2020-03-30
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-24
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Remove stray parenthesis in nbtree.h.Peter Geoghegan2020-03-10
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Silence nbtree.h cpluspluscheck warning.Peter Geoghegan2020-03-02