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
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-22
*
Don't advance origin during apply failure.
Amit Kapila
2024-08-21
*
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Update comment in portal.h.
Etsuro Fujita
2024-08-01
*
SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE
Amit Langote
2024-07-30
*
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
*
Fix macro placement in pg_config.h.in
Daniel Gustafsson
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
*
Improve comments in slru.{c,h} about segment name format
Michael Paquier
2024-07-23
*
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
*
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
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Cope with <regex.h> name clashes.
Thomas Munro
2024-07-06
*
Remove bogus assertion in pg_atomic_monotonic_advance_u64
Alvaro Herrera
2024-07-04
*
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-07-01
*
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
*
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
2024-06-28
*
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Noah Misch
2024-06-27
*
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-27
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-27
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
Remove extra comment at TableAmRoutine.scan_analyze_next_block
Alexander Korotkov
2024-06-22
*
Prevent access of uninitialized memory in radix tree nodes
John Naylor
2024-06-21
*
parse_manifest: Use const char *
Peter Eisentraut
2024-06-21
*
jsonapi: Use const char *
Peter Eisentraut
2024-06-21
*
jsonapi: Use size_t
Peter Eisentraut
2024-06-21
*
SQL/JSON: Correct jsonpath variable name matching
Amit Langote
2024-06-19
*
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-06-17
*
Improve tracking of role dependencies of pg_init_privs entries.
Tom Lane
2024-06-17
*
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-06-14
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
meson: Restore implicit warning/debug/optimize flags for extensions
Peter Eisentraut
2024-06-07
*
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
*
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
*
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-06
*
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-06-04
*
Fix a couple of outdated comments now that we have MERGE RETURNING
David Rowley
2024-05-23
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Remove unused typedefs
Peter Eisentraut
2024-05-17
*
Remove enum WaitEventExtension
Michael Paquier
2024-05-17
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Fix incorrect year in some copyright notices added this year
David Rowley
2024-05-15
*
Do pre-release housekeeping on catalog data.
Tom Lane
2024-05-14
[next]