summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2024-01-13Re-pgindent catcache.c after previous commit.Tom Lane
2024-01-13Cope with catcache entries becoming stale during detoasting.Tom Lane
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-12Refactor code checking for file existenceMichael Paquier
2024-01-10Restore initdb's old behavior of always setting the lc_xxx GUCs.Tom Lane
2024-01-09Cross-check lists of predefined LWLocks.Nathan Bossart
2024-01-08Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane
2024-01-04Teach estimate_array_length() to use statistics where available.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Second attempt at organizing jsonpath operators and methodsPeter Eisentraut
2024-01-03Revert "Reorganise jsonpath operators and methods"Peter Eisentraut
2024-01-03Reorganise jsonpath operators and methodsPeter Eisentraut
2024-01-03Add numeric_int8_opt_error() to optionally suppress errorsPeter Eisentraut
2024-01-02Remove Lock suffix from WALSummarizerLock in wait_event_names.txtRobert Haas
2024-01-02jsonpath_exec: fix typo "absense" -> "absence"Robert Haas
2024-01-02tsquery: fix typo "rewrited" -> "rewritten"Robert Haas
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2024-01-02Add WALSummarizerLock to wait_event_names.txtRobert Haas
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2023-12-30Minor cleanup of the BRIN parallel build codeTomas Vondra
2023-12-30Add GUC backtrace_on_internal_errorPeter Eisentraut
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-28Fix variable name and commentPeter Eisentraut
2023-12-27Improve the implementation of information_schema._pg_expandarray().Tom Lane
2023-12-26Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane
2023-12-26Remove unused macroPeter Eisentraut
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-19Simplify newNode() by removing special casesHeikki Linnakangas
2023-12-18Micro-optimize datum_to_json_internal() some more.Nathan Bossart
2023-12-16Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier
2023-12-11Remove trace_recovery_messagesMichael Paquier
2023-12-08Micro-optimize JSONTYPE_NUMERIC code path in json.c.Nathan Bossart
2023-12-08Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-12-07Fix issues in binary_upgrade_logical_slot_has_caught_up().Amit Kapila
2023-12-04Teach convert() and friends to avoid copying when possible.Nathan Bossart
2023-12-01Adjust obsolete comment explaining set_stack_base().Thomas Munro
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-28Use larger segment file names for pg_notifyAlexander Korotkov
2023-11-27Don't use bms_membership() in cases where we don't need toDavid Rowley
2023-11-25Use SECS_PER_HOUR macro in tzparser.c, instead of constantsBruce Momjian
2023-11-18Guard against overflow in interval_mul() and interval_div().Dean Rasheed
2023-11-17Extract column statistics from CTE references, if possible.Tom Lane
2023-11-17Don't specify number of dimensions in cases where we don't know it.Tom Lane
2023-11-17Change logtape/tuplestore code to use int64 for block numbersMichael Paquier
2023-11-16Add target "slru" to pg_stat_reset_shared()Michael Paquier
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-15Fix dsa.c with different resource owners.Heikki Linnakangas