aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.Jeff Davis2024-09-24
* Tighten up make_libc_collator() and make_icu_collator().Jeff Davis2024-09-24
* Neaten up our choices of SQLSTATEs for XML-related errors.Tom Lane2024-09-24
* Update obsolete nbtree array preprocessing comments.Peter Geoghegan2024-09-24
* Add ONLY support for VACUUM and ANALYZEDavid Rowley2024-09-24
* Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier2024-09-24
* Fix asserts in fast-path locking codeTomas Vondra2024-09-23
* Add memory/disk usage for more executor nodes.Tatsuo Ishii2024-09-23
* Remove pg_authid's TOAST table.Nathan Bossart2024-09-21
* Increase the number of fast-path lock slotsTomas Vondra2024-09-21
* Refactor handling of nbtree array redundancies.Peter Geoghegan2024-09-21
* Improve Asserts checking relation matching in parallel scans.Tom Lane2024-09-20
* Fix nbtree pgstats accounting with parallel scans.Peter Geoghegan2024-09-20
* Restore relmapper state early enough in parallel workers.Tom Lane2024-09-19
* Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov2024-09-19
* Introduce ATT_PARTITIONED_TABLE in tablecmds.cMichael Paquier2024-09-19
* Optimize tuplestore usage for WITH RECURSIVE CTEsDavid Rowley2024-09-19
* Add some sanity checks in executor for query ID reportingMichael Paquier2024-09-18
* Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier2024-09-18
* Don't enter parallel mode when holding interrupts.Noah Misch2024-09-17
* Add missing query ID reporting in extended query protocolMichael Paquier2024-09-18
* Allow ReadStream to be consumed as raw block numbers.Thomas Munro2024-09-18
* Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane2024-09-17
* Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov2024-09-17
* Avoid parallel nbtree index scan hangs with SAOPs.Peter Geoghegan2024-09-17
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-09-17
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Add stratnum GiST support functionPeter Eisentraut2024-09-17
* Add memory/disk usage for Window aggregate nodes in EXPLAIN.Tatsuo Ishii2024-09-17
* Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane2024-09-15
* Allow _h_indexbuild() to be interrupted.Tom Lane2024-09-13
* Remove separate locale_is_c argumentsPeter Eisentraut2024-09-13
* Prohibit altering invalidated replication slots.Amit Kapila2024-09-13
* Simplify checks for deterministic collations.Jeff Davis2024-09-12
* Remove redundant check for default collation.Jeff Davis2024-09-12
* Make jsonpath .string() be immutable for datetimes.Tom Lane2024-09-12
* Add has_largeobject_privilege function.Fujii Masao2024-09-12
* Deduplicate code in LargeObjectExists and myLargeObjectExists.Fujii Masao2024-09-12
* Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut2024-09-12
* Remove old RULE privilege completely.Fujii Masao2024-09-12
* Don't overwrite scan key in systable_beginscan()Peter Eisentraut2024-09-12
* Move logic related to WAL replay of Heap/Heap2 into its own fileMichael Paquier2024-09-12
* Adjust tuplestore stats APIDavid Rowley2024-09-12
* SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote2024-09-12
* Remove incorrect Assert.Tom Lane2024-09-11
* Replace gratuitous memmove() with memcpy()Peter Eisentraut2024-09-11
* Fix unique key checks in JSON object constructorsTomas Vondra2024-09-11
* Remove obsolete unconstify()Peter Eisentraut2024-09-11
* Improve assertion in FindReplTupleInLocalRel().Amit Kapila2024-09-11
* Use a hash table to de-duplicate column names in ruleutils.c.Tom Lane2024-09-10