aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix order of parameters in a cost_sort callRichard Guo2024-09-09
* Add callbacks to control flush of fixed-numbered statsMichael Paquier2024-09-09
* Avoid core dump after getpwuid_r failure.Tom Lane2024-09-08
* 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
* Update comment about ExprState.escontextAmit 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 handling of NULL return value in typarray lookupDaniel Gustafsson2024-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
* Check availability of module injection_points in TAP testsMichael 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 test-case workarounds for ancient libedit versions.Tom Lane2024-09-04
* Revert "Optimize pg_visibility with read streams."Noah Misch2024-09-04
* Remove a couple of strerror() callsPeter Eisentraut2024-09-04
* Unify some error messages to ease work of translatorsMichael Paquier2024-09-04
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Collect statistics about conflicts in logical replication.Amit Kapila2024-09-04
* Avoid unnecessary post-sort projectionRichard Guo2024-09-04
* Check the validity of commutators for merge/hash clausesRichard Guo2024-09-04
* Fix inconsistent LWLock tranche name "CommitTsSLRU"Michael Paquier2024-09-04
* Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier2024-09-04
* Remember last collation to speed up collation cache.Jeff Davis2024-09-03
* Simplify makefiles exporting twice enable_injection_pointsMichael Paquier2024-09-04
* Standardize "read-ahead advice" terminology.Thomas Munro2024-09-04
* Fix stack variable scope from previous commit.Noah Misch2024-09-03
* Optimize pg_visibility with read streams.Noah Misch2024-09-03
* Add block_range_read_stream_cb(), to deduplicate code.Noah Misch2024-09-03
* Use library functions to edit config in SSL testsDaniel Gustafsson2024-09-03
* Test for PG_TEST_EXTRA separately in SSL testsDaniel Gustafsson2024-09-03
* Fix typos in code comments and test dataDaniel Gustafsson2024-09-03
* Add const qualifiers to XLogRegister*() functionsPeter Eisentraut2024-09-03
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* doc: Consistently use result set in documentationDaniel Gustafsson2024-09-02
* Fix rarely-run test for message wording changePeter Eisentraut2024-09-02
* Only perform pg_strong_random init when requiredDaniel Gustafsson2024-09-02
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02