summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-10-01jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut
2024-10-01jit: Require at least LLVM 14, if enabled.Peter Eisentraut
2024-10-01Fix race condition in COMMIT PREPARED causing orphaned 2PC filesMichael Paquier
2024-09-30Expand assertion check for query ID reporting in executorMichael Paquier
2024-09-30Add missing command for pg_maintain in commentDaniel Gustafsson
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-09-30Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera
2024-09-30Show values of SET statements as constants in pg_stat_statementsMichael Paquier
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-29Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-09-29Remove NULL dereference from RenameRelationInternal().Noah Misch
2024-09-27Recalculate where-needed data accurately after a join removal.Tom Lane
2024-09-27Fix incorrect memory access in VACUUM FULL with invalid toast indexesMichael Paquier
2024-09-26Ensure we have a snapshot when updating pg_index entries.Nathan Bossart
2024-09-26Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane
2024-09-25Turn 'if' condition around to avoid Svace complaintAlvaro Herrera
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.Noah Misch
2024-09-24Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.Jeff Davis
2024-09-24Tighten up make_libc_collator() and make_icu_collator().Jeff Davis
2024-09-24Neaten up our choices of SQLSTATEs for XML-related errors.Tom Lane
2024-09-24Update obsolete nbtree array preprocessing comments.Peter Geoghegan
2024-09-24Add ONLY support for VACUUM and ANALYZEDavid Rowley
2024-09-23Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier
2024-09-23Fix asserts in fast-path locking codeTomas Vondra
2024-09-23Add memory/disk usage for more executor nodes.Tatsuo Ishii
2024-09-21Remove pg_authid's TOAST table.Nathan Bossart
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-09-21Refactor handling of nbtree array redundancies.Peter Geoghegan
2024-09-20Improve Asserts checking relation matching in parallel scans.Tom Lane
2024-09-20Fix nbtree pgstats accounting with parallel scans.Peter Geoghegan
2024-09-20Restore relmapper state early enough in parallel workers.Tom Lane
2024-09-19Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov
2024-09-19Introduce ATT_PARTITIONED_TABLE in tablecmds.cMichael Paquier
2024-09-19Optimize tuplestore usage for WITH RECURSIVE CTEsDavid Rowley
2024-09-18Add some sanity checks in executor for query ID reportingMichael Paquier
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-18Don't enter parallel mode when holding interrupts.Noah Misch
2024-09-18Add missing query ID reporting in extended query protocolMichael Paquier
2024-09-17Allow ReadStream to be consumed as raw block numbers.Thomas Munro
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-17Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov
2024-09-17Avoid parallel nbtree index scan hangs with SAOPs.Peter Geoghegan
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-17Add memory/disk usage for Window aggregate nodes in EXPLAIN.Tatsuo Ishii
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-13Allow _h_indexbuild() to be interrupted.Tom Lane