summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-03-07Fix redefinition of typedefsJohn Naylor
2024-03-07Add template for adaptive radix treeJohn Naylor
2024-03-06Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier
2024-03-06Add Unicode property tables.Jeff Davis
2024-03-06Fix signedness error in 9f225e992 for gccJohn Naylor
2024-03-06Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier
2024-03-06Move some bitmap logic out of bitmapset.cJohn Naylor
2024-03-06Introduce helper SIMD functions for small byte arraysJohn Naylor
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-03-05Improve field order in RangeTblEntryPeter Eisentraut
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-03-05Fix buildfarm failures from 2af07e2f74.Jeff Davis
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-03-04Add macro for customizing an archiving WARNING message.Nathan Bossart
2024-03-04Explicitly list dependent types as extension members in pg_depend.Tom Lane
2024-03-04Remove the adminpack contrib extensionDaniel Gustafsson
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-03-04Remove unused ParallelWorkerInfo.pid fieldHeikki Linnakangas
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-03-04Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-03-01Return ssize_t in fd.c I/O functions.Thomas Munro
2024-03-01Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier
2024-02-29Introduce atomic read/write functions with full barrier semantics.Nathan Bossart
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-29Use C99-designated initializer syntax for arrays related to encodingsMichael Paquier
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-27Fix comments for the dshash_parameters struct.Nathan Bossart
2024-02-27Remove unnecessary array object_classes[] in dependency.cMichael Paquier
2024-02-27Adjust memory allocation functions to allow sibling callsDavid Rowley
2024-02-26Add helper functions for dshash tables with string keys.Nathan Bossart
2024-02-26Introduce sequence_*() access functionsMichael Paquier
2024-02-23Fix compiler warning on typedef redeclarationHeikki Linnakangas
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-22Remove custom Constraint node read/write implementationsPeter Eisentraut
2024-02-21Add lookup table for replication slot conflict reasonsMichael Paquier
2024-02-21Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-16Introduce overflow-safe integer comparison functions.Nathan Bossart
2024-02-16Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-14Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart
2024-02-14Allow pg_monitor to execute pg_current_logfile().Nathan Bossart
2024-02-14Add a slot synchronization function.Amit Kapila