aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17
* Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson2024-03-16
* Refactor initial hash lookup in dynahash.cMichael Paquier2024-03-15
* Add pg_column_toast_chunk_id().Nathan Bossart2024-03-14
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Add some asserts based on LWLockHeldByMe() for replication slot statisticsMichael Paquier2024-03-13
* Use printf's %m format instead of strerror(errno) in more placesMichael Paquier2024-03-12
* Don't destroy SMgrRelations at relcache invalidationHeikki Linnakangas2024-03-11
* Improve consistency of replication slot statisticsMichael Paquier2024-03-11
* Catalog changes preparing for builtin collation provider.Jeff Davis2024-03-09
* Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera2024-03-08
* Avoid recursion in MemoryContext functionsAlexander Korotkov2024-03-08
* Introduce a new GUC 'standby_slot_names'.Amit Kapila2024-03-08
* Add template for adaptive radix treeJohn Naylor2024-03-07
* Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier2024-03-07
* Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier2024-03-06
* Run pgindent again on the same file.Jeff Davis2024-03-05
* Run pgindent for commit ef4cfdce0e.Jeff Davis2024-03-05
* Fix references to renamed function in commentsHeikki Linnakangas2024-03-05
* Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut2024-03-05
* Fix a leftover reference to backend_id in commentHeikki Linnakangas2024-03-05
* Fix buildfarm failures from 2af07e2f74.Jeff Davis2024-03-04
* Remove the adminpack contrib extensionDaniel Gustafsson2024-03-04
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04
* Optimize GenerationAlloc() and SlabAlloc()David Rowley2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* GUC table: Add description to computed variablesAlvaro Herrera2024-03-03
* Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier2024-03-01
* Fix integer underflow in shared memory debuggingDaniel Gustafsson2024-02-29
* Fix mis-rounding and overflow hazards in date_bin().Tom Lane2024-02-28
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Remove AIX supportHeikki Linnakangas2024-02-28
* Remove last NULL element in config_group_names[]Michael Paquier2024-02-28
* Refactor AllocSetAlloc(), separating hot and cold pathsDavid Rowley2024-02-28
* Use C99-designated initializer syntax for more arraysMichael Paquier2024-02-28
* Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan2024-02-27
* Adjust memory allocation functions to allow sibling callsDavid Rowley2024-02-27
* Add helper functions for dshash tables with string keys.Nathan Bossart2024-02-26
* Use NULL instead of 0 for 'arg' argument in dshash_create() calls.Nathan Bossart2024-02-26
* Improve documentation and GUC description for transaction_timeoutAlexander Korotkov2024-02-25
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Speed up uuid_out() by not relying on a StringInfoMichael Paquier2024-02-22
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart2024-02-16
* Add missing check_stack_depth() to some recursive functionsAlexander Korotkov2024-02-16
* Introduce transaction_timeoutAlexander Korotkov2024-02-15