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
...
*
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-24
*
Re-allow underscore as first character of custom GUC names.
Tom Lane
2022-02-23
*
Fix statenames in mergejoin comments
Daniel Gustafsson
2022-02-23
*
Add temporary debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-22
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Add compute_query_id = regress
Michael Paquier
2022-02-22
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
*
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-02-21
*
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-02-21
*
Fix possible null pointer reference
Peter Eisentraut
2022-02-21
*
Fix meaning-changing typo introduced in fa0e03c15a9f.
Andres Freund
2022-02-20
*
Fix uninitialized variable.
Heikki Linnakangas
2022-02-20
*
Use bitwise rotate functions in more places
John Naylor
2022-02-20
*
Fix inconsistencies in SRF checks of pg_config() and string_to_table()
Michael Paquier
2022-02-19
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
*
Fix comment in CheckIndexCompatible().
Fujii Masao
2022-02-18
*
Fix a comment in worker.c.
Amit Kapila
2022-02-18
*
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
[prev]
[next]