aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut2024-03-14
* Improve documentation for pg_stat_checkpointer fieldsAlexander Korotkov2024-03-14
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Add the system identifier to backup manifests.Robert Haas2024-03-13
* Expose new function get_controlfile_by_exact_path().Robert Haas2024-03-13
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12
* Fix incorrect filename reference in commentDavid Rowley2024-03-13
* Move initialization of the Port struct to the child processHeikki Linnakangas2024-03-12
* Pass CAC as an argument to the backend processHeikki Linnakangas2024-03-12
* Improve support for ExplainOneQuery() hookMichael Paquier2024-03-11
* Catalog changes preparing for builtin collation provider.Jeff Davis2024-03-09
* Fix type signedness error in commit 5c40364dd6.Jeff Davis2024-03-08
* Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera2024-03-08
* Avoid recursion in MemoryContext functionsAlexander Korotkov2024-03-08
* Fix link error for test_radixtree module on WindowsJohn Naylor2024-03-08
* Introduce a new GUC 'standby_slot_names'.Amit Kapila2024-03-08
* Update comment of AlterTableCmd->name in parsenodes.hMichael Paquier2024-03-08
* Unicode case mapping tables and functions.Jeff Davis2024-03-07
* Fix description and grouping of RangeTblEntry.inhPeter Eisentraut2024-03-07
* Fix incorrect format specifier for int64John Naylor2024-03-07
* Fix redefinition of typedefsJohn Naylor2024-03-07
* 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
* Add Unicode property tables.Jeff Davis2024-03-06
* Fix signedness error in 9f225e992 for gccJohn Naylor2024-03-06
* Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier2024-03-06
* Move some bitmap logic out of bitmapset.cJohn Naylor2024-03-06
* Introduce helper SIMD functions for small byte arraysJohn Naylor2024-03-06
* Add --copy-file-range option to pg_upgrade.Thomas Munro2024-03-06
* Improve field order in RangeTblEntryPeter Eisentraut2024-03-05
* Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut2024-03-05
* Fix buildfarm failures from 2af07e2f74.Jeff Davis2024-03-04
* Fix search_path to a safe value during maintenance operations.Jeff Davis2024-03-04
* Add macro for customizing an archiving WARNING message.Nathan Bossart2024-03-04
* Explicitly list dependent types as extension members in pg_depend.Tom Lane2024-03-04
* Remove the adminpack contrib extensionDaniel Gustafsson2024-03-04
* Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas2024-03-04
* Remove unused ParallelWorkerInfo.pid fieldHeikki Linnakangas2024-03-04
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04
* Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas2024-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
* Return ssize_t in fd.c I/O functions.Thomas Munro2024-03-02
* Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier2024-03-01
* Introduce atomic read/write functions with full barrier semantics.Nathan Bossart2024-02-29
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Use C99-designated initializer syntax for arrays related to encodingsMichael Paquier2024-02-29
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Remove AIX supportHeikki Linnakangas2024-02-28