summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
17 hoursConvert some ParallelBlockTableScanDescData fields to atomics.Nathan Bossart
37 hoursConvert PROC_HDR->startupBufferPinWaitBufId to a Buffer.Nathan Bossart
2 daysRevert "Remove fake FunctionCallInfos from the stats .."Michael Paquier
3 daysFix checkpointer restartpoint assertion failureFujii Masao
3 daysApply some query jumbling to WAIT FOR LSNMichael Paquier
3 daysRemove fake FunctionCallInfos from the stats restore and import codeMichael Paquier
6 daysDrop the per-entry copy of the flag mode in CompoundAffixFlags.Tom Lane
8 daysPerform join removal by editing the query's jointree.Tom Lane
9 daysReport next_multi_offset as bigint in pg_control_checkpoint().Masahiko Sawada
9 daysRevert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
10 daysClose relations opened specifically for AFTER triggersDavid Rowley
11 daysChange InputFunctionCall* to take a const char *strPeter Eisentraut
11 daysFix some -Wcast-qual warningsPeter Eisentraut
11 daysFix CPU cost of right-semi and right-anti hash joinsRichard Guo
11 dayspg_locale.h: define case mapping limits.Jeff Davis
11 daysFix VACUUM's handling of TOAST storage parameters.Nathan Bossart
12 daysMake stringToNode() infrastructure thread-safeMichael Paquier
12 daysMove some node-read support functions from nodes.h to readfuncs.hMichael Paquier
13 daysAllow an aggregate's planner support function to be set via CREATE AGGREGATE.Tom Lane
2026-08-22Track RI fast-path FK-check batches per subtransactionAmit Langote
2026-08-22Retire execdebug.h and its debugging facilityMichael Paquier
2026-08-21Collect quals for outer-join reduction on demandRichard Guo
2026-08-21Reduce memory overheads for storing a Memoize tupleDavid Rowley
2026-08-20Track RI fast-path FK-check batches per firing cycleAmit Langote
2026-08-19GiST: Invalidate killed items consistently.Peter Geoghegan
2026-08-19Fix GIN multiple-VACUUM-scans pending list bug.Peter Geoghegan
2026-08-18basebackup: do not verify checksums on pages from before enablingDaniel Gustafsson
2026-08-18Add data_page_checksum_version to pg_control_checkpointDaniel Gustafsson
2026-08-18Record initial state of data checksums in controlfileDaniel Gustafsson
2026-08-18pg_locale.c: comment improvements.Jeff Davis
2026-08-17GiST: Deprecate F_TUPLES_DELETED opaque area flag.Peter Geoghegan
2026-08-17Add an "unset" value for vacuum_index_cleanup.Nathan Bossart
2026-08-17Make autovacuum_enabled a ternary reloption.Nathan Bossart
2026-08-17Use safer allocation routines in more places of the treeMichael Paquier
2026-08-14Add missing PGDLLIMPORT marker.Nathan Bossart
2026-08-14Retire PQfn().Nathan Bossart
2026-08-14Refactor PgStat_TableStatus to new PgStat_RelationStatusMichael Paquier
2026-08-13Fix authorization check for role membership changes.Nathan Bossart
2026-08-12Fix stale comments/signature after commit 28d534e2ae0aÁlvaro Herrera
2026-08-12Add common LSN parser for user-supplied locationsFujii Masao
2026-08-12Move index statistics into their own stats kindMichael Paquier
2026-08-11Change wal_compression=on to the first of zstd, lz4, pglzTomas Vondra
2026-08-11Make printTableAddCell/printTableAddHeader string argument constPeter Eisentraut
2026-08-11Remove useless/confusing const qualifiersPeter Eisentraut
2026-08-11Show estimated number of groups for Incremental Sort in EXPLAINDavid Rowley
2026-08-10Teach psql to skip in-line COPY ... FROM STDIN data after a failure.Tom Lane
2026-08-10Save/restore more lexer state when skipping text due to \if.Tom Lane
2026-08-10Invalidate plan cache after role changes.Nathan Bossart
2026-08-10Check for USAGE privilege on types used by stored expressions.Nathan Bossart
2026-08-10Add an output_plugin_libraries GUC to bless trusted output pluginsJacob Champion