summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-14Fix false reports in pg_visibilityAlexander Korotkov
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-14Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut
2024-03-14Improve documentation for pg_stat_checkpointer fieldsAlexander Korotkov
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-13Add the system identifier to backup manifests.Robert Haas
2024-03-13Expose new function get_controlfile_by_exact_path().Robert Haas
2024-03-12Fix confusion about the return rowtype of SQL-language procedures.Tom Lane
2024-03-12Fix incorrect filename reference in commentDavid Rowley
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-12Pass CAC as an argument to the backend processHeikki Linnakangas
2024-03-10Improve support for ExplainOneQuery() hookMichael Paquier
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-09Fix type signedness error in commit 5c40364dd6.Jeff Davis
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-08Avoid recursion in MemoryContext functionsAlexander Korotkov
2024-03-08Fix link error for test_radixtree module on WindowsJohn Naylor
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-07Update comment of AlterTableCmd->name in parsenodes.hMichael Paquier
2024-03-07Unicode case mapping tables and functions.Jeff Davis
2024-03-07Fix description and grouping of RangeTblEntry.inhPeter Eisentraut
2024-03-07Fix incorrect format specifier for int64John Naylor
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