summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Fix cpluspluscheck for "Change gist stratnum function to use CompareType"Peter Eisentraut
2025-01-15IWYU pragmas for catalog headersPeter Eisentraut
2025-01-15IWYU widely useful pragmasPeter Eisentraut
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-14Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane
2025-01-14Synchronize guc_tables.c categories with vacuum docs categoriesMelanie Plageman
2025-01-14Consistently spell "leakproof" without a hyphen.Dean Rasheed
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-14Bump PGSTAT_FILE_FORMAT_IDMichael Paquier
2025-01-14Move information about pgstats kinds into its own header pgstat_kind.hMichael Paquier
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2025-01-13Revert "TupleHashTable: store additional data along with tuple."Jeff Davis
2025-01-13Add BTOPTIONS_PROC comments to nbtree.h.Peter Geoghegan
2025-01-13Move nbtree preprocessing into new .c file.Peter Geoghegan
2025-01-13Fix pgindent damageRichard Guo
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-11TupleHashTable: store additional data along with tuple.Jeff Davis
2025-01-11Make verify_compact_attribute available in non-assert buildsDavid Rowley
2025-01-10Add new StringInfo APIs to allow callers to specify the buffer size.Tatsuo Ishii
2025-01-10Use a non-locking initial test in TAS_SPIN on AArch64.Nathan Bossart
2025-01-10Adjust signature of cluster_rel() and its subroutinesÁlvaro Herrera
2025-01-10Merge pgstat_count_io_op_n() and pgstat_count_io_op()Michael Paquier
2025-01-10Refactor some code related to backend statisticsMichael Paquier
2025-01-09Fix SLRU bank selection codeÁlvaro Herrera
2025-01-09Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro
2025-01-08Fix duplicate typedef from commit a2f17f004d.Jeff Davis
2025-01-08Control collation behavior with a method table.Jeff Davis
2025-01-07Remove unused TupleHashTableData->entrysize.Jeff Davis
2025-01-07Add missing typedefs.list entry for AggStatePerGroupData.Jeff Davis
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-06Remove duplicate definitions in proc.hHeikki Linnakangas
2025-01-06Always use the caller-provided context for radix tree leavesJohn Naylor
2025-01-06Get rid of radix tree's general purpose memory contextJohn Naylor
2025-01-06Use caller's memory context for radix tree iteration stateJohn Naylor
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-30Remove redundant wording in pg_statistic.hMichael Paquier
2024-12-28Replace PGPROC.isBackgroundWorker with isRegularBackend.Tom Lane
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-24syncrep parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-24replication parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-24Fix race condition in TupleDescCompactAttr assert codeDavid Rowley
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley