index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Remove the adminpack contrib extension
Daniel Gustafsson
2024-03-04
*
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-03-04
*
Remove unused ParallelWorkerInfo.pid field
Heikki Linnakangas
2024-03-04
*
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
*
Remove MyAuxProcType, use MyBackendType instead
Heikki Linnakangas
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Return ssize_t in fd.c I/O functions.
Thomas Munro
2024-03-02
*
Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax
Michael Paquier
2024-03-01
*
Introduce atomic read/write functions with full barrier semantics.
Nathan Bossart
2024-02-29
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Use C99-designated initializer syntax for arrays related to encodings
Michael Paquier
2024-02-29
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Remove AIX support
Heikki Linnakangas
2024-02-28
*
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-28
*
Fix comments for the dshash_parameters struct.
Nathan Bossart
2024-02-27
*
Remove unnecessary array object_classes[] in dependency.c
Michael Paquier
2024-02-27
*
Adjust memory allocation functions to allow sibling calls
David Rowley
2024-02-27
*
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
*
Introduce sequence_*() access functions
Michael Paquier
2024-02-26
*
Fix compiler warning on typedef redeclaration
Heikki Linnakangas
2024-02-23
*
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-02-23
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Remove custom Constraint node read/write implementations
Peter Eisentraut
2024-02-22
*
Add lookup table for replication slot conflict reasons
Michael Paquier
2024-02-22
*
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-22
*
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-20
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Introduce overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
*
Improve compression and storage support with inheritance
Peter Eisentraut
2024-02-16
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Remove obsolete check in SIGTERM handler for the startup process.
Nathan Bossart
2024-02-14
*
Allow pg_monitor to execute pg_current_logfile().
Nathan Bossart
2024-02-14
*
Add a slot synchronization function.
Amit Kapila
2024-02-14
*
Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"
Michael Paquier
2024-02-14
*
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-12
*
Fix gai_strerror() thread-safety on Windows.
Thomas Munro
2024-02-12
*
Refactor pipe_read_line to return the full line
Daniel Gustafsson
2024-02-09
*
Fix warnings in cpluspluscheck
John Naylor
2024-02-08
*
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-02-06
*
Further cosmetic review of hashfn_unstable.h
John Naylor
2024-02-06
*
Simplify initialization of incremental hash state
John Naylor
2024-02-06
*
Fix meson installation of new generated files
Peter Eisentraut
2024-02-05
*
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-02-05
*
Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM
Michael Paquier
2024-02-05
*
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
*
Add a failover option to subscriptions.
Amit Kapila
2024-01-30
*
Move is_valid_ascii() to ascii.h.
Nathan Bossart
2024-01-29
*
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-29
[next]