index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-02-16
*
Avoid VACUUM reltuples distortion.
Peter Geoghegan
2022-02-16
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Fix bogus log message when starting from a cleanly shut down state.
Heikki Linnakangas
2022-02-16
*
Add missing TYPEALIGN macros
John Naylor
2022-02-16
*
Fix read beyond buffer bug introduced by the split xlog.c patch.
Heikki Linnakangas
2022-02-16
*
Reject trailing junk after numeric literals
Peter Eisentraut
2022-02-16
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Move code around in StartupXLOG().
Heikki Linnakangas
2022-02-16
*
Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.
Heikki Linnakangas
2022-02-16
*
Run pgindent on xlog.c.
Heikki Linnakangas
2022-02-16
*
Update "don't truncate with failsafe" rationale.
Peter Geoghegan
2022-02-15
*
Ensure that length argument of memcmp() isn't seen as negative.
Tom Lane
2022-02-15
*
Ensure that the argument of shmdt(2) is declared "void *".
Tom Lane
2022-02-15
*
Reject change of output-column collation in CREATE OR REPLACE VIEW.
Tom Lane
2022-02-15
*
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-15
*
Remove pg_atoi()
Peter Eisentraut
2022-02-15
*
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
*
Remove one use of pg_atoi()
Peter Eisentraut
2022-02-14
*
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
*
Add missing node support functions
Peter Eisentraut
2022-02-14
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
*
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-14
*
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
2022-02-14
*
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
*
Track LLVM 15 changes.
Thomas Munro
2022-02-14
*
Correct Makefile dependencies for catalog scripts
John Naylor
2022-02-14
*
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-14
*
Make origin data initialization consistent other fields in 2PC header
Michael Paquier
2022-02-14
*
Fix misuse of "const" qualifier.
Tom Lane
2022-02-13
*
Silence minor compiler warnings.
Tom Lane
2022-02-13
*
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-11
*
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
*
Simplify lazy_scan_heap's handling of scanned pages.
Peter Geoghegan
2022-02-11
*
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-12
*
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-02-11
*
Add suport for server-side LZ4 base backup compression.
Robert Haas
2022-02-11
*
Logical decoding of sequences
Tomas Vondra
2022-02-10
*
Remove server support for the previous base backup protocol.
Robert Haas
2022-02-10
*
Make timeout.c more robust against missed timer interrupts.
Tom Lane
2022-02-10
*
Remove server support for old BASE_BACKUP command syntax.
Robert Haas
2022-02-10
*
Update comment
Peter Eisentraut
2022-02-10
*
Add min() and max() aggregates for xid8.
Fujii Masao
2022-02-10
*
Fix typo in multixact.c
Michael Paquier
2022-02-10
*
Reduce more the number of calls to GetMaxBackends()
Michael Paquier
2022-02-10
*
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
*
Retire src/backend/utils/misc/check_guc
Michael Paquier
2022-02-09
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-07
*
Test, don't just Assert, that mergejoin's inputs are in order.
Tom Lane
2022-02-05
[next]