summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2024-09-10Use a hash table to de-duplicate column names in ruleutils.c.Tom Lane
2024-09-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-10Mark expressions nullable by grouping setsRichard Guo
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-09Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()Michael Paquier
2024-09-09Add WAL usage reporting to ANALYZE VERBOSE output.Masahiko Sawada
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-09Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier
2024-09-09SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote
2024-09-09Fix order of parameters in a cost_sort callRichard Guo
2024-09-09Add callbacks to control flush of fixed-numbered statsMichael Paquier
2024-09-07Update extension lookup routines to use the syscacheMichael Paquier