index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Additional write barrier in AdvanceXLInsertBuffer().
Jeff Davis
2023-12-19
*
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-19
*
Remove MSVC scripts
Michael Paquier
2023-12-20
*
Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.
Robert Haas
2023-12-19
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
pgoutput: Raise an error for missing protocol version parameter.
Amit Kapila
2023-12-19
*
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-18
*
Micro-optimize datum_to_json_internal() some more.
Nathan Bossart
2023-12-18
*
Provide vectored variants of smgrread() and smgrwrite().
Thomas Munro
2023-12-18
*
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-16
*
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption
Alvaro Herrera
2023-12-16
*
Provide multi-block smgrprefetch().
Thomas Munro
2023-12-16
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-12-12
*
Fix typo in comment
Daniel Gustafsson
2023-12-12
*
Provide vectored variants of FileRead() and FileWrite().
Thomas Munro
2023-12-12
*
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-12-11
*
Simplify productions for FORMAT JSON [ ENCODING name ]
Alvaro Herrera
2023-12-11
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Fix an undetected deadlock due to apply worker.
Amit Kapila
2023-12-11
*
Fix nbtree backward scan race condition comments.
Peter Geoghegan
2023-12-08
*
Micro-optimize JSONTYPE_NUMERIC code path in json.c.
Nathan Bossart
2023-12-08
*
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
*
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
*
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
*
Add empty BRIN ranges during CREATE INDEX
Tomas Vondra
2023-12-08
*
Remove some unnecessary #includes of postmaster/interrupt.h
Heikki Linnakangas
2023-12-08
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
*
Don't try to open visibilitymap when analyzing a foreign table
Heikki Linnakangas
2023-12-08
*
Fix potential pointer overflow in xlogreader.c.
Thomas Munro
2023-12-08
*
Verify that attribute counts match in ExecCopySlot
David Rowley
2023-12-07
*
Improve some error messages with invalid indexes for REINDEX CONCURRENTLY
Michael Paquier
2023-12-07
*
Fix issues in binary_upgrade_logical_slot_has_caught_up().
Amit Kapila
2023-12-07
*
Fix assertion failure with REINDEX and event triggers
Michael Paquier
2023-12-07
*
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-12-06
*
Fix indentation
Daniel Gustafsson
2023-12-05
*
Fix incorrect error message for IDENTIFY_SYSTEM
Daniel Gustafsson
2023-12-05
*
Optimize SearchPathCache by saving the last entry.
Jeff Davis
2023-12-04
*
Teach convert() and friends to avoid copying when possible.
Nathan Bossart
2023-12-04
*
Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions
Heikki Linnakangas
2023-12-04
*
Add support for REINDEX in event triggers
Michael Paquier
2023-12-04
*
Refactor how InitProcess is called
Heikki Linnakangas
2023-12-03
*
Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode
Heikki Linnakangas
2023-12-03
*
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-12-03
*
Silence Valgrind complaint with EXEC_BACKEND
Heikki Linnakangas
2023-12-01
*
pgindent fix
Peter Eisentraut
2023-12-01
[next]