summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-26Fix relptr's encoding of the base address.Thomas Munro
2022-06-22pgstat: Mention pgstat_replslot.c in pgstat.c.Andres Freund
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-31Ensure ParseTzFile() closes the input file after failing.Tom Lane
2022-05-28Align stats_fetch_consistency definition with guc.c default.Andres Freund
2022-05-28Handle NULL for short descriptions of custom GUC variablesMichael Paquier
2022-05-26Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.Tom Lane
2022-05-25Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund
2022-05-24Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier
2022-05-23Remove debug messages from tuplesort_sort_memtuples()John Naylor
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-05-10Formatting and punctuation improvements in sample configuration filesPeter Eisentraut
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-06Fix misleading comments about background worker registration.Robert Haas
2022-04-28Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan
2022-04-27Fix incorrect format placeholdersPeter Eisentraut
2022-04-25Always pfree strings returned by GetDatabasePathAlvaro Herrera
2022-04-22Fix performance regression in tuplesort specializationsDavid Rowley
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2022-04-20set_deparse_plan: Reuse variable to appease CoverityAlvaro Herrera
2022-04-19Fix extract epoch from interval calculationPeter Eisentraut
2022-04-16pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund
2022-04-16Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane
2022-04-15Small cleanups in SQL/JSON codeAndrew Dunstan
2022-04-15pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-13Fix finalization for json_objectagg and friendsAndrew Dunstan
2022-04-13Fix incorrect format placeholdersPeter Eisentraut
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-11Explicitly ignore guaranteed-true result from pgstat_lock_entry().Tom Lane
2022-04-11fgetc() returns int, not char.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-09Add missing serial commasPeter Eisentraut
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera
2022-04-07Rewrite some RI code to avoid using SPIAlvaro Herrera
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro