summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-10-16Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane
2024-10-16Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada
2024-10-16Fix typo in comment of transformJsonAggConstructor()Amit Langote
2024-10-12Correctly identify which EC members are computable at a plan node.Tom Lane
2024-10-11Fix missed case for builtin collation provider.Jeff Davis
2024-10-09Avoid crash in estimate_array_length with null root pointer.Tom Lane
2024-10-08Fix search_path cache initialization.Jeff Davis
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-07Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila
2024-10-06Ignore not-yet-defined Portals in pg_cursors view.Tom Lane
2024-10-05Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane
2024-10-05Reject non-ASCII locale names.Thomas Munro
2024-10-03Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-03Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-01Fix race condition in COMMIT PREPARED causing orphaned 2PC filesMichael Paquier
2024-09-29Remove NULL dereference from RenameRelationInternal().Noah Misch
2024-09-27Fix incorrect memory access in VACUUM FULL with invalid toast indexesMichael Paquier
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-23Translation updatesPeter Eisentraut
2024-09-20Fix nbtree pgstats accounting with parallel scans.Peter Geoghegan
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-17Avoid parallel nbtree index scan hangs with SAOPs.Peter Geoghegan
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-13Allow _h_indexbuild() to be interrupted.Tom Lane
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane
2024-09-12SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote
2024-09-11Remove incorrect Assert.Tom Lane
2024-09-11Fix unique key checks in JSON object constructorsTomas Vondra
2024-09-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-09-09SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote
2024-09-09Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier
2024-09-06Fix incorrect pg_stat_io output on 32-bit machines.Tom Lane
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-06Revert recent SQL/JSON related commitsAmit Langote
2024-09-06SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-05Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane
2024-09-04Fix inconsistent LWLock tranche name "CommitTsSLRU"Michael Paquier
2024-09-02Translation updatesPeter Eisentraut
2024-08-31Fix unfairness in all-cached parallel seq scan.Thomas Munro
2024-08-30Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada
2024-08-30Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane
2024-08-29Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane