summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2022-02-20Use bitwise rotate functions in more placesJohn Naylor
2022-02-19Fix inconsistencies in SRF checks of pg_config() and string_to_table()Michael Paquier
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-15Ensure that length argument of memcmp() isn't seen as negative.Tom Lane
2022-02-15Remove pg_atoi()Peter Eisentraut
2022-02-15Move replication slot release to before_shmem_exit().Andres Freund
2022-02-14Remove one use of pg_atoi()Peter Eisentraut
2022-02-14Move scanint8() to numutils.cPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-02-14Correct Makefile dependencies for catalog scriptsJohn Naylor
2022-02-10Make timeout.c more robust against missed timer interrupts.Tom Lane
2022-02-10Update commentPeter Eisentraut
2022-02-10Add min() and max() aggregates for xid8.Fujii Masao
2022-02-10Reduce more the number of calls to GetMaxBackends()Michael Paquier
2022-02-09Retire src/backend/utils/misc/check_gucMichael Paquier
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-02-04Improve worst-case performance of text_position_get_match_pos()John Naylor
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-31Simplify coding around path_contains_parent_reference().Tom Lane
2022-01-30Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-29Fix comments about bgworker registration before MaxBackends initializationMichael Paquier
2022-01-28Prevent memory context logging from sending log message to connected client.Fujii Masao
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-20Support base backup targets.Robert Haas
2022-01-20Call pg_newlocale_from_collation() also with default collationPeter Eisentraut
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2022-01-12Move any code specific to log_destination=csvlog to its own fileMichael Paquier
2022-01-12Refactor set of routines specific to elog.cMichael Paquier
2022-01-11Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-09Make pg_get_expr() more bulletproof.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-03Clean up error messages related to bad datetime units.Tom Lane
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane