aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-16
* Avoid VACUUM reltuples distortion.Peter Geoghegan2022-02-16
* 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
* Add missing TYPEALIGN macrosJohn Naylor2022-02-16
* Fix read beyond buffer bug introduced by the split xlog.c patch.Heikki Linnakangas2022-02-16
* Reject trailing junk after numeric literalsPeter Eisentraut2022-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
* Ensure that length argument of memcmp() isn't seen as negative.Tom Lane2022-02-15
* Ensure that the argument of shmdt(2) is declared "void *".Tom Lane2022-02-15
* Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane2022-02-15
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-15
* Remove pg_atoi()Peter Eisentraut2022-02-15
* Move replication slot release to before_shmem_exit().Andres Freund2022-02-14
* Remove one use of pg_atoi()Peter Eisentraut2022-02-14
* Move scanint8() to numutils.cPeter Eisentraut2022-02-14
* Add missing node support functionsPeter Eisentraut2022-02-14
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-14
* Add WL_SOCKET_CLOSED for socket shutdown events.Thomas Munro2022-02-14
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-14
* Track LLVM 15 changes.Thomas Munro2022-02-14
* Correct Makefile dependencies for catalog scriptsJohn Naylor2022-02-14
* Fix memory leak in IndexScan node with reorderingAlexander Korotkov2022-02-14
* Make origin data initialization consistent other fields in 2PC headerMichael Paquier2022-02-14
* Fix misuse of "const" qualifier.Tom Lane2022-02-13
* 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 DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro2022-02-12
* Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane2022-02-11
* Add suport for server-side LZ4 base backup compression.Robert Haas2022-02-11
* Logical decoding of sequencesTomas Vondra2022-02-10
* Remove server support for the previous base backup protocol.Robert Haas2022-02-10
* Make timeout.c more robust against missed timer interrupts.Tom Lane2022-02-10
* Remove server support for old BASE_BACKUP command syntax.Robert Haas2022-02-10
* Update commentPeter Eisentraut2022-02-10
* Add min() and max() aggregates for xid8.Fujii Masao2022-02-10
* Fix typo in multixact.cMichael Paquier2022-02-10
* Reduce more the number of calls to GetMaxBackends()Michael Paquier2022-02-10
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Retire src/backend/utils/misc/check_gucMichael Paquier2022-02-09
* 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
* Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane2022-02-05