aboutsummaryrefslogtreecommitdiff
path: root/src/backend
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
* 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
* 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
* Remember last collation to speed up collation cache.Jeff Davis2024-09-03
* Standardize "read-ahead advice" terminology.Thomas Munro2024-09-04
* Add block_range_read_stream_cb(), to deduplicate code.Noah Misch2024-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
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* More use of getpwuid_r() directlyPeter Eisentraut2024-09-02
* Rename enum labels of PG_Locale_StrategyMichael Paquier2024-09-02
* Fix unfairness in all-cached parallel seq scan.Thomas Munro2024-08-31
* Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada2024-08-30
* Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane2024-08-30
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier2024-08-30
* Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier2024-08-30
* Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane2024-08-29
* Message style improvementsPeter Eisentraut2024-08-29
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Rename some shared memory initialization routinesHeikki Linnakangas2024-08-29
* Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas2024-08-29
* Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.cMichael Paquier2024-08-29
* Fixup for prefetching support on macOSPeter Eisentraut2024-08-29