aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Prevent tuples to be marked as dead in subtransactions on standbysMichael Paquier2023-12-12
* Fix typo in commentDaniel Gustafsson2023-12-12
* Provide vectored variants of FileRead() and FileWrite().Thomas Munro2023-12-12
* Provide helper for retrying partial vectored I/O.Thomas Munro2023-12-12
* Define unconstify() and unvolatize() for C++.Thomas Munro2023-12-12
* Be more wary about OpenSSL not setting errno on error.Tom Lane2023-12-11
* Simplify productions for FORMAT JSON [ ENCODING name ]Alvaro Herrera2023-12-11
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Fix an undetected deadlock due to apply worker.Amit Kapila2023-12-11
* Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut2023-12-10
* Fix nbtree backward scan race condition comments.Peter Geoghegan2023-12-08
* Micro-optimize JSONTYPE_NUMERIC code path in json.c.Nathan Bossart2023-12-08
* Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis2023-12-08
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-12-08
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Add empty BRIN ranges during CREATE INDEXTomas Vondra2023-12-08
* Don't clean initdb files on template creation failureDaniel Gustafsson2023-12-08
* Remove some unnecessary #includes of postmaster/interrupt.hHeikki Linnakangas2023-12-08
* Test that it works to RESET an invalid reloptionAlvaro Herrera2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas2023-12-08
* Don't try to open visibilitymap when analyzing a foreign tableHeikki Linnakangas2023-12-08
* Fix potential pointer overflow in xlogreader.c.Thomas Munro2023-12-08
* Fix path of regress shared library in pg_upgrade testMichael Paquier2023-12-08
* Shrink Unicode category table.Jeff Davis2023-12-07
* Verify that attribute counts match in ExecCopySlotDavid Rowley2023-12-07
* Improve some error messages with invalid indexes for REINDEX CONCURRENTLYMichael Paquier2023-12-07
* Fix issues in binary_upgrade_logical_slot_has_caught_up().Amit Kapila2023-12-07
* Fix assertion failure with REINDEX and event triggersMichael Paquier2023-12-07
* Suppress -Wunused-result warning about write().Nathan Bossart2023-12-06
* Use signal-safe functions in signal handlerPeter Eisentraut2023-12-06
* Fix compilation on Windows with WAL_DEBUGMichael Paquier2023-12-06
* Apply filters to dump files all the time in 002_pg_upgrade.plMichael Paquier2023-12-06
* Rename pg_verifybackup's JsonManifestParseContext callback functions.Robert Haas2023-12-05
* Rename JsonManifestParseContext callbacks.Robert Haas2023-12-05
* Fix indentationDaniel Gustafsson2023-12-05
* Fix incorrect error message for IDENTIFY_SYSTEMDaniel Gustafsson2023-12-05
* Fix handling of errors in libpq pipelinesAlvaro Herrera2023-12-05
* Fix a random failure in 003_logical_slots.pl.Amit Kapila2023-12-05
* Optimize SearchPathCache by saving the last entry.Jeff Davis2023-12-04
* Teach convert() and friends to avoid copying when possible.Nathan Bossart2023-12-04
* Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functionsHeikki Linnakangas2023-12-04
* Don't use pgbench -j in testsAlvaro Herrera2023-12-04
* Remove unnecessary include of <math.h>Peter Eisentraut2023-12-04
* Remove unnecessary include of <sys/socket.h>Peter Eisentraut2023-12-04
* Remove unnecessary includes of <signal.h>Peter Eisentraut2023-12-04
* Add support for REINDEX in event triggersMichael Paquier2023-12-04
* Refactor how InitProcess is calledHeikki Linnakangas2023-12-03
* Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND modeHeikki Linnakangas2023-12-03
* Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas2023-12-03