summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-11-14Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut
2023-11-13Improve readability and error detection of array_in().Tom Lane
2023-11-12Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier
2023-11-10Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila
2023-11-09Avoid integer overflow hazard in interval_time().Dean Rasheed
2023-11-09Ensure we use the correct spelling of "ensure"David Rowley
2023-11-08Fix bug in the new ResourceOwner implementation.Heikki Linnakangas
2023-11-08Use a faster hash function in resource owners.Heikki Linnakangas
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-08Move a few ResourceOwnerEnlarge() calls for safety and clarity.Heikki Linnakangas
2023-11-07Stop including parsenodes.h in plannodes.hAlvaro Herrera
2023-11-07Reorder two functions in inval.cMichael Paquier