index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-12-12
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-11
Provide helper for retrying partial vectored I/O.
Thomas Munro
2023-12-11
Define unconstify() and unvolatize() for C++.
Thomas Munro
2023-12-11
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-10
Remove some unnecessary includes of "access/xlog_internal.h"
Peter Eisentraut
2023-12-08
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
Don't clean initdb files on template creation failure
Daniel Gustafsson
2023-12-08
Remove some unnecessary #includes of postmaster/interrupt.h
Heikki Linnakangas
2023-12-08
Test that it works to RESET an invalid reloption
Alvaro Herrera
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
Fix path of regress shared library in pg_upgrade test
Michael Paquier
2023-12-07
Shrink Unicode category table.
Jeff Davis
2023-12-07
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-06
Fix assertion failure with REINDEX and event triggers
Michael Paquier
2023-12-06
Suppress -Wunused-result warning about write().
Nathan Bossart
2023-12-06
Use signal-safe functions in signal handler
Peter Eisentraut
2023-12-06
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-12-06
Apply filters to dump files all the time in 002_pg_upgrade.pl
Michael Paquier
2023-12-05
Rename pg_verifybackup's JsonManifestParseContext callback functions.
Robert Haas
2023-12-05
Rename JsonManifestParseContext callbacks.
Robert Haas
2023-12-05
Fix indentation
Daniel Gustafsson
2023-12-05
Fix incorrect error message for IDENTIFY_SYSTEM
Daniel Gustafsson
2023-12-05
Fix handling of errors in libpq pipelines
Alvaro Herrera
2023-12-05
Fix a random failure in 003_logical_slots.pl.
Amit Kapila
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
Don't use pgbench -j in tests
Alvaro Herrera
2023-12-04
Remove unnecessary include of <math.h>
Peter Eisentraut
2023-12-04
Remove unnecessary include of <sys/socket.h>
Peter Eisentraut
2023-12-04
Remove unnecessary includes of <signal.h>
Peter Eisentraut
2023-12-04
Add support for REINDEX in event triggers
Michael Paquier
2023-12-03
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
[next]