aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Rename SLRU elements in view pg_stat_slruAlvaro Herrera2024-02-28
* Fix comments for the dshash_parameters struct.Nathan Bossart2024-02-27
* Remove unnecessary array object_classes[] in dependency.cMichael Paquier2024-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
* Introduce sequence_*() access functionsMichael Paquier2024-02-26
* Fix compiler warning on typedef redeclarationHeikki Linnakangas2024-02-23
* Introduce a new smgr bulk loading facility.Heikki Linnakangas2024-02-23
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Remove custom Constraint node read/write implementationsPeter Eisentraut2024-02-22
* Add lookup table for replication slot conflict reasonsMichael Paquier2024-02-22
* Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas2024-02-22
* Revert "Improve compression and storage support with inheritance"Peter Eisentraut2024-02-20
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Introduce overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart2024-02-16
* Improve compression and storage support with inheritancePeter Eisentraut2024-02-16
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart2024-02-14
* Allow pg_monitor to execute pg_current_logfile().Nathan Bossart2024-02-14
* Add a slot synchronization function.Amit Kapila2024-02-14
* Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier2024-02-14
* Read WAL directly from WAL buffers.Jeff Davis2024-02-12
* Fix gai_strerror() thread-safety on Windows.Thomas Munro2024-02-12
* Refactor pipe_read_line to return the full lineDaniel Gustafsson2024-02-09
* Fix warnings in cpluspluscheckJohn Naylor2024-02-08
* Use atomic access for SlruShared->latest_page_numberAlvaro Herrera2024-02-06
* Further cosmetic review of hashfn_unstable.hJohn Naylor2024-02-06
* Simplify initialization of incremental hash stateJohn Naylor2024-02-06
* Fix meson installation of new generated filesPeter Eisentraut2024-02-05
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05
* Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier2024-02-05
* Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas2024-01-31
* Add a failover option to subscriptions.Amit Kapila2024-01-30
* Move is_valid_ascii() to ascii.h.Nathan Bossart2024-01-29
* Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera2024-01-29