aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Fix pg_stat_statements for MERGEAlvaro Herrera2022-09-27
* Improve some GUC description stringsAlvaro Herrera2022-09-21
* Improve GUC description punctuationPeter Eisentraut2022-09-19
* Small wording improvementsPeter Eisentraut2022-09-14
* Improve wal_decode_buffer_size description some moreAlvaro Herrera2022-09-13
* Message style fixesAlvaro Herrera2022-09-07
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-02
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Ensure ParseTzFile() closes the input file after failing.Tom Lane2022-05-31
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund2022-05-24
* Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane2022-05-13
* Indent C code in flex and bison filesPeter Eisentraut2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Formatting and punctuation improvements in sample configuration filesPeter Eisentraut2022-05-10
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Add missing serial commasPeter Eisentraut2022-04-09
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-06
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* JSON_TABLEAndrew Dunstan2022-04-04
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Common SQL/JSON clausesAndrew Dunstan2022-03-27
* Fix breakage of get_ps_display() in the PS_USE_NONE case.Tom Lane2022-03-27
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-24
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-23
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-22
* Common SQL/JSON clausesAndrew Dunstan2022-03-22
* Add String object access hooksAndrew Dunstan2022-03-22
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-24
* Re-allow underscore as first character of custom GUC names.Tom Lane2022-02-23
* Add compute_query_id = regressMichael Paquier2022-02-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier2022-02-19
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-16
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17