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
REL_19_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
17 hours
Convert some ParallelBlockTableScanDescData fields to atomics.
Nathan Bossart
37 hours
Convert PROC_HDR->startupBufferPinWaitBufId to a Buffer.
Nathan Bossart
2 days
Revert "Remove fake FunctionCallInfos from the stats .."
Michael Paquier
3 days
Fix checkpointer restartpoint assertion failure
Fujii Masao
3 days
Apply some query jumbling to WAIT FOR LSN
Michael Paquier
3 days
Remove fake FunctionCallInfos from the stats restore and import code
Michael Paquier
6 days
Drop the per-entry copy of the flag mode in CompoundAffixFlags.
Tom Lane
8 days
Perform join removal by editing the query's jointree.
Tom Lane
9 days
Report next_multi_offset as bigint in pg_control_checkpoint().
Masahiko Sawada
9 days
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
10 days
Close relations opened specifically for AFTER triggers
David Rowley
11 days
Change InputFunctionCall* to take a const char *str
Peter Eisentraut
11 days
Fix some -Wcast-qual warnings
Peter Eisentraut
11 days
Fix CPU cost of right-semi and right-anti hash joins
Richard Guo
11 days
pg_locale.h: define case mapping limits.
Jeff Davis
11 days
Fix VACUUM's handling of TOAST storage parameters.
Nathan Bossart
12 days
Make stringToNode() infrastructure thread-safe
Michael Paquier
12 days
Move some node-read support functions from nodes.h to readfuncs.h
Michael Paquier
13 days
Allow an aggregate's planner support function to be set via CREATE AGGREGATE.
Tom Lane
2026-08-22
Track RI fast-path FK-check batches per subtransaction
Amit Langote
2026-08-22
Retire execdebug.h and its debugging facility
Michael Paquier
2026-08-21
Collect quals for outer-join reduction on demand
Richard Guo
2026-08-21
Reduce memory overheads for storing a Memoize tuple
David Rowley
2026-08-20
Track RI fast-path FK-check batches per firing cycle
Amit Langote
2026-08-19
GiST: Invalidate killed items consistently.
Peter Geoghegan
2026-08-19
Fix GIN multiple-VACUUM-scans pending list bug.
Peter Geoghegan
2026-08-18
basebackup: do not verify checksums on pages from before enabling
Daniel Gustafsson
2026-08-18
Add data_page_checksum_version to pg_control_checkpoint
Daniel Gustafsson
2026-08-18
Record initial state of data checksums in controlfile
Daniel Gustafsson
2026-08-18
pg_locale.c: comment improvements.
Jeff Davis
2026-08-17
GiST: Deprecate F_TUPLES_DELETED opaque area flag.
Peter Geoghegan
2026-08-17
Add an "unset" value for vacuum_index_cleanup.
Nathan Bossart
2026-08-17
Make autovacuum_enabled a ternary reloption.
Nathan Bossart
2026-08-17
Use safer allocation routines in more places of the tree
Michael Paquier
2026-08-14
Add missing PGDLLIMPORT marker.
Nathan Bossart
2026-08-14
Retire PQfn().
Nathan Bossart
2026-08-14
Refactor PgStat_TableStatus to new PgStat_RelationStatus
Michael Paquier
2026-08-13
Fix authorization check for role membership changes.
Nathan Bossart
2026-08-12
Fix stale comments/signature after commit 28d534e2ae0a
Álvaro Herrera
2026-08-12
Add common LSN parser for user-supplied locations
Fujii Masao
2026-08-12
Move index statistics into their own stats kind
Michael Paquier
2026-08-11
Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
2026-08-11
Make printTableAddCell/printTableAddHeader string argument const
Peter Eisentraut
2026-08-11
Remove useless/confusing const qualifiers
Peter Eisentraut
2026-08-11
Show estimated number of groups for Incremental Sort in EXPLAIN
David Rowley
2026-08-10
Teach psql to skip in-line COPY ... FROM STDIN data after a failure.
Tom Lane
2026-08-10
Save/restore more lexer state when skipping text due to \if.
Tom Lane
2026-08-10
Invalidate plan cache after role changes.
Nathan Bossart
2026-08-10
Check for USAGE privilege on types used by stored expressions.
Nathan Bossart
2026-08-10
Add an output_plugin_libraries GUC to bless trusted output plugins
Jacob Champion
[next]