index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2024-07-08
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-05
Cope with <regex.h> name clashes.
Thomas Munro
2024-07-05
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-04
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-02
Improve some global variable declarations
Peter Eisentraut
2024-07-01
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-06-28
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-28
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-28
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-28
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-22
Remove extra comment at TableAmRoutine.scan_analyze_next_block
Alexander Korotkov
2024-06-21
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-19
SQL/JSON: Correct jsonpath variable name matching
Amit Langote
2024-06-17
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-14
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-07
meson: Restore implicit warning/debug/optimize flags for extensions
Peter Eisentraut
2024-06-06
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-04
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-05-23
Fix a couple of outdated comments now that we have MERGE RETURNING
David Rowley
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-17
Remove unused typedefs
Peter Eisentraut
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-15
Fix incorrect year in some copyright notices added this year
David Rowley
2024-05-14
Do pre-release housekeeping on catalog data.
Tom Lane
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-13
Remove COMMAND_TAG_NEXTTAG from enum CommandTag.
Tom Lane
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
[next]