index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
Dean Rasheed
2023-12-21
*
Fix prologue of get_partition_ancestors()
Peter Eisentraut
2023-12-21
*
meson: Make gzip and tar optional
Peter Eisentraut
2023-12-21
*
meson: Make sed optional
Peter Eisentraut
2023-12-21
*
Add PostgreSQL::Test::Cluster::advance_wal
Michael Paquier
2023-12-21
*
Show isCatalogRel in several rmgr descriptions.
Masahiko Sawada
2023-12-21
*
Rename pgindent options
Andrew Dunstan
2023-12-20
*
doc: Fix typo in pg_combinebackup documentation
Daniel Gustafsson
2023-12-20
*
Fix unchecked return value from strdup
Daniel Gustafsson
2023-12-20
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Fix generation of distribution tarball
Michael Paquier
2023-12-20
*
Additional write barrier in AdvanceXLInsertBuffer().
Jeff Davis
2023-12-19
*
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-19
*
Remove MSVC scripts
Michael Paquier
2023-12-20
*
basic_archive: Fix comments related to NO_INSTALLCHECK
Michael Paquier
2023-12-20
*
Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
Robert Haas
2023-12-19
*
Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.
Robert Haas
2023-12-19
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
*
Update comment for Cardinality typedef
Peter Eisentraut
2023-12-19
*
doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example
Daniel Gustafsson
2023-12-19
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes
Michael Paquier
2023-12-19
*
pgstattuple: Fix failure with pgstathashindex() for partitioned indexes
Michael Paquier
2023-12-19
*
pgoutput: Raise an error for missing protocol version parameter.
Amit Kapila
2023-12-19
*
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-18
*
Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.
Nathan Bossart
2023-12-18
*
Micro-optimize datum_to_json_internal() some more.
Nathan Bossart
2023-12-18
*
Provide vectored variants of smgrread() and smgrwrite().
Thomas Munro
2023-12-18
*
Doc: add a bit to indices.sgml about what is an indexable clause.
Tom Lane
2023-12-17
*
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
*
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption
Alvaro Herrera
2023-12-16
*
Provide multi-block smgrprefetch().
Thomas Munro
2023-12-16
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Fix typo
Peter Eisentraut
2023-12-14
*
docs: Fix typo in pg_stat_statements documentation
Daniel Gustafsson
2023-12-13
*
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-12-12
*
Fix typo in comment
Daniel Gustafsson
2023-12-12
*
Provide vectored variants of FileRead() and FileWrite().
Thomas Munro
2023-12-12
*
Provide helper for retrying partial vectored I/O.
Thomas Munro
2023-12-12
*
Define unconstify() and unvolatize() for C++.
Thomas Munro
2023-12-12
*
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-12-11
*
Simplify productions for FORMAT JSON [ ENCODING name ]
Alvaro Herrera
2023-12-11
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Fix an undetected deadlock due to apply worker.
Amit Kapila
2023-12-11
*
Remove some unnecessary includes of "access/xlog_internal.h"
Peter Eisentraut
2023-12-10
*
Fix nbtree backward scan race condition comments.
Peter Geoghegan
2023-12-08
*
Micro-optimize JSONTYPE_NUMERIC code path in json.c.
Nathan Bossart
2023-12-08
*
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
*
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
[next]