aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Fix issues in binary_upgrade_logical_slot_has_caught_up().Amit Kapila2023-12-07
* Teach convert() and friends to avoid copying when possible.Nathan Bossart2023-12-04
* Adjust obsolete comment explaining set_stack_base().Thomas Munro2023-12-01
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Use larger segment file names for pg_notifyAlexander Korotkov2023-11-29
* Don't use bms_membership() in cases where we don't need toDavid Rowley2023-11-28
* Use SECS_PER_HOUR macro in tzparser.c, instead of constantsBruce Momjian2023-11-24
* Guard against overflow in interval_mul() and interval_div().Dean Rasheed2023-11-18
* Extract column statistics from CTE references, if possible.Tom Lane2023-11-17
* Don't specify number of dimensions in cases where we don't know it.Tom Lane2023-11-17
* Change logtape/tuplestore code to use int64 for block numbersMichael Paquier2023-11-17
* Add target "slru" to pg_stat_reset_shared()Michael Paquier2023-11-16
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Fix dsa.c with different resource owners.Heikki Linnakangas2023-11-15
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut2023-11-14
* Improve readability and error detection of array_in().Tom Lane2023-11-13
* Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier2023-11-12
* Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila2023-11-10
* Avoid integer overflow hazard in interval_time().Dean Rasheed2023-11-09
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Fix bug in the new ResourceOwner implementation.Heikki Linnakangas2023-11-09
* Use a faster hash function in resource owners.Heikki Linnakangas2023-11-08
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Move a few ResourceOwnerEnlarge() calls for safety and clarity.Heikki Linnakangas2023-11-08
* Stop including parsenodes.h in plannodes.hAlvaro Herrera2023-11-07
* Reorder two functions in inval.cMichael Paquier2023-11-07
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Remove distprepPeter Eisentraut2023-11-06
* Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch2023-11-06
* Add XMLText function (SQL/XML X038)Daniel Gustafsson2023-11-06
* Make GetConfigOption/GetConfigOptionResetString return "" for NULL.Tom Lane2023-11-02
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* Additional unicode primitive functions.Jeff Davis2023-11-01
* Fix function name in commentDaniel Gustafsson2023-11-01
* doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian2023-10-31
* improve alignment of postgresql.conf commentsBruce Momjian2023-10-31
* Introduce pg_stat_checkpointerMichael Paquier2023-10-30
* Refactor some code related to transaction-level statistics for relationsMichael Paquier2023-10-30
* Guard against overflow in make_interval().Dean Rasheed2023-10-29
* Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier2023-10-27
* Optimize various aggregate deserialization functions, take 2David Rowley2023-10-27
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Introduce the concept of read-only StringInfosDavid Rowley2023-10-26
* Migrate logical slots to the new node during an upgrade.Amit Kapila2023-10-26
* Remove useless self-joinsAlexander Korotkov2023-10-25
* Fix typos in wait_event.cMichael Paquier2023-10-24
* Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane2023-10-21
* Doc: modernize comment for boolin().Tom Lane2023-10-19
* Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier2023-10-19