aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane2024-09-10
* Add amgettreeheight index AM API routinePeter Eisentraut2024-09-10
* Mark expressions nullable by grouping setsRichard Guo2024-09-10
* Introduce an RTE for the grouping stepRichard Guo2024-09-10
* Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()Michael Paquier2024-09-10
* Add WAL usage reporting to ANALYZE VERBOSE output.Masahiko Sawada2024-09-09
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier2024-09-09
* SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote2024-09-09
* Fix order of parameters in a cost_sort callRichard Guo2024-09-09
* Add callbacks to control flush of fixed-numbered statsMichael Paquier2024-09-09
* Update extension lookup routines to use the syscacheMichael Paquier2024-09-07
* Remove lc_ctype_is_c().Jeff Davis2024-09-06
* Fix incorrect pg_stat_io output on 32-bit machines.Tom Lane2024-09-06
* Remove useless unconstifyPeter Eisentraut2024-09-06
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Revert recent SQL/JSON related commitsAmit Langote2024-09-06
* SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote2024-09-06
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Be more careful with error paths in pg_set_regex_collation().Jeff Davis2024-09-05
* Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane2024-09-05
* Fix misleading error message contextPeter Eisentraut2024-09-05
* Add callback for backend initialization in pgstatsMichael Paquier2024-09-05
* Fix two NULL pointer dereferences when reading custom pgstats from fileMichael Paquier2024-09-05
* Optimize WindowAgg's use of tuplestoresDavid Rowley2024-09-05
* Speedup WindowAgg code by moving uncommon code out-of-lineDavid Rowley2024-09-05
* Remove lc_collate_is_c().Jeff Davis2024-09-04
* Remove a couple of strerror() callsPeter Eisentraut2024-09-04