summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2024-09-13Remove separate locale_is_c argumentsPeter Eisentraut
2024-09-13Prohibit altering invalidated replication slots.Amit Kapila
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Remove redundant check for default collation.Jeff Davis
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane
2024-09-12Add has_largeobject_privilege function.Fujii Masao
2024-09-12Deduplicate code in LargeObjectExists and myLargeObjectExists.Fujii Masao
2024-09-12Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut
2024-09-12Remove old RULE privilege completely.Fujii Masao
2024-09-12Don't overwrite scan key in systable_beginscan()Peter Eisentraut
2024-09-12Move logic related to WAL replay of Heap/Heap2 into its own fileMichael Paquier
2024-09-12Adjust tuplestore stats APIDavid Rowley
2024-09-12SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote
2024-09-11Remove incorrect Assert.Tom Lane
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-11Fix unique key checks in JSON object constructorsTomas Vondra
2024-09-11Remove obsolete unconstify()Peter Eisentraut
2024-09-11Improve assertion in FindReplTupleInLocalRel().Amit Kapila