summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2023-11-06Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch
2023-11-06Add XMLText function (SQL/XML X038)Daniel Gustafsson
2023-11-02Make GetConfigOption/GetConfigOptionResetString return "" for NULL.Tom Lane
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-11-01Fix function name in commentDaniel Gustafsson
2023-10-31doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian
2023-10-31improve alignment of postgresql.conf commentsBruce Momjian
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-29Refactor some code related to transaction-level statistics for relationsMichael Paquier
2023-10-29Guard against overflow in make_interval().Dean Rasheed
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-10-26Optimize various aggregate deserialization functions, take 2David Rowley
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-10-25Remove useless self-joinsAlexander Korotkov
2023-10-23Fix typos in wait_event.cMichael Paquier
2023-10-21Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane
2023-10-19Doc: modernize comment for boolin().Tom Lane
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-18Count write times when extending relation files for shared buffersMichael Paquier
2023-10-17Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-15Acquire ControlFileLock in relevant SQL functions.Thomas Munro