aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Change fastgetattr and heap_getattr to inline functionsAlvaro Herrera2022-03-24
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-23
* Add support for security invoker views.Dean Rasheed2022-03-22
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-21
* pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund2022-03-20
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Fix pg_basebackup with in-place tablespaces.Thomas Munro2022-03-15
* VACUUM VERBOSE: tweak scanned_pages logic.Peter Geoghegan2022-03-13
* vacuumlazy.c: Standardize rel_pages terminology.Peter Geoghegan2022-03-12
* vacuumlazy.c: document vistest and OldestXmin.Peter Geoghegan2022-03-12
* Normalize heap_prepare_freeze_tuple argument name.Peter Geoghegan2022-03-11
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Fix header inclusion order in xloginsert.c with lz4.hMichael Paquier2022-03-11
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier2022-03-03
* Don't use static storage for SaveTransactionCharacteristics().Tom Lane2022-02-28
* vacuumlazy.c: Remove obsolete num_tuples field.Peter Geoghegan2022-02-24
* Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan2022-02-24
* Fix data loss on crash after sorted GiST index build.Heikki Linnakangas2022-02-24
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-21
* Fix uninitialized variable.Heikki Linnakangas2022-02-20
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Fix bogus log message when starting from a cleanly shut down state.Heikki Linnakangas2022-02-16
* Fix read beyond buffer bug introduced by the split xlog.c patch.Heikki Linnakangas2022-02-16
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Move code around in StartupXLOG().Heikki Linnakangas2022-02-16
* Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.Heikki Linnakangas2022-02-16
* Run pgindent on xlog.c.Heikki Linnakangas2022-02-16
* Update "don't truncate with failsafe" rationale.Peter Geoghegan2022-02-15
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-14
* Make origin data initialization consistent other fields in 2PC headerMichael Paquier2022-02-14
* Silence minor compiler warnings.Tom Lane2022-02-13
* Consolidate VACUUM xid cutoff logic.Peter Geoghegan2022-02-11
* Add VACUUM instrumentation for scanned pages, relfrozenxid.Peter Geoghegan2022-02-11
* Simplify lazy_scan_heap's handling of scanned pages.Peter Geoghegan2022-02-11
* Fix typo in multixact.cMichael Paquier2022-02-10
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov2022-02-07
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* vacuumlazy.c: Rename state field for consistency.Peter Geoghegan2022-01-28