aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-24
* Re-allow underscore as first character of custom GUC names.Tom Lane2022-02-23
* Fix statenames in mergejoin commentsDaniel Gustafsson2022-02-23
* Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-22
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Add compute_query_id = regressMichael Paquier2022-02-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-21
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* Fix possible null pointer referencePeter Eisentraut2022-02-21
* Fix meaning-changing typo introduced in fa0e03c15a9f.Andres Freund2022-02-20
* Fix uninitialized variable.Heikki Linnakangas2022-02-20
* Use bitwise rotate functions in more placesJohn Naylor2022-02-20
* Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier2022-02-19
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* Fix comment in CheckIndexCompatible().Fujii Masao2022-02-18
* Fix a comment in worker.c.Amit Kapila2022-02-18
* 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