index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add test for early backend startup errors
Heikki Linnakangas
2024-07-26
*
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-26
*
Disable all TLS session tickets
Daniel Gustafsson
2024-07-26
*
Add argument names to the regexp_XXX functions.
Tom Lane
2024-07-25
*
Add path column to pg_backend_memory_contexts view
David Rowley
2024-07-25
*
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-24
*
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
*
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-24
*
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-23
*
Get rid of a global variable
Peter Eisentraut
2024-07-23
*
Improve comments in slru.{c,h} about segment name format
Michael Paquier
2024-07-23
*
Windows replacement for strtok_r()
Peter Eisentraut
2024-07-23
*
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-23
*
Remove grotty use of disable_cost for TID scan plans.
Robert Haas
2024-07-22
*
Add port/ replacement for strsep()
Peter Eisentraut
2024-07-22
*
Add a way to create read stream object by using SMgrRelation.
Noah Misch
2024-07-20
*
Refactor PinBufferForBlock() to remove checks about persistence.
Noah Misch
2024-07-20
*
Remove "smgr_persistence == 0" dead code.
Noah Misch
2024-07-20
*
Move resowner from common JitContext to LLVM specific
Heikki Linnakangas
2024-07-19
*
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-18
*
Add INJECTION_POINT_CACHED() to run injection points directly from cache
Michael Paquier
2024-07-18
*
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-17
*
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-16
*
Add min and max aggregates for composite types (records).
Tom Lane
2024-07-11
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-07-11
*
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-11
*
Extend pg_get_acl() to handle sub-object IDs
Michael Paquier
2024-07-10
*
Introduce pg_signal_autovacuum_worker.
Nathan Bossart
2024-07-09
*
Use pgstat_kind_infos to write fixed shared statistics
Michael Paquier
2024-07-09
*
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-09
*
Perform forgotten cat version bump
David Rowley
2024-07-09
*
Teach planner how to estimate rows for timestamp generate_series
David Rowley
2024-07-09
*
Renumber pg_get_acl() in pg_proc.dat
Michael Paquier
2024-07-08
*
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-07-08
*
Cope with <regex.h> name clashes.
Thomas Munro
2024-07-06
*
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-05
*
Support loading of injection points
Michael Paquier
2024-07-05
*
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-07-05
*
Add memory/disk usage for Material nodes in EXPLAIN
David Rowley
2024-07-05
*
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-05
*
Remove bogus assertion in pg_atomic_monotonic_advance_u64
Alvaro Herrera
2024-07-04
*
Add pg_get_acl() to get the ACL for a database object
Michael Paquier
2024-07-04
*
Improve some global variable declarations
Peter Eisentraut
2024-07-02
*
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-07-01
*
Remove redundant privilege check from pg_sequences system view.
Nathan Bossart
2024-07-01
*
Add context type field to pg_backend_memory_contexts
David Rowley
2024-07-01
*
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-07-01
*
Use pgstat_kind_infos to read fixed shared statistics
Michael Paquier
2024-07-01
*
Remove PgStat_KindInfo.named_on_disk
Michael Paquier
2024-07-01
[next]