aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* meson: Make gzip and tar optionalPeter Eisentraut2023-12-21
* Add PostgreSQL::Test::Cluster::advance_walMichael Paquier2023-12-21
* Show isCatalogRel in several rmgr descriptions.Masahiko Sawada2023-12-21
* Rename pgindent optionsAndrew Dunstan2023-12-20
* Fix unchecked return value from strdupDaniel Gustafsson2023-12-20
* Add support for incremental backup.Robert Haas2023-12-20
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Additional write barrier in AdvanceXLInsertBuffer().Jeff Davis2023-12-19
* Use 64-bit atomics for xlblocks array elements.Jeff Davis2023-12-19
* Remove MSVC scriptsMichael Paquier2023-12-20
* Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas2023-12-19
* Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.Robert Haas2023-12-19
* Prevent integer overflow when forming tuple width estimates.Tom Lane2023-12-19
* Update comment for Cardinality typedefPeter Eisentraut2023-12-19
* Simplify newNode() by removing special casesHeikki Linnakangas2023-12-19
* pgoutput: Raise an error for missing protocol version parameter.Amit Kapila2023-12-19
* compute_bitmap_pages' loop_count parameter should be double not int.Tom Lane2023-12-18
* Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.Nathan Bossart2023-12-18
* Micro-optimize datum_to_json_internal() some more.Nathan Bossart2023-12-18
* Provide vectored variants of smgrread() and smgrwrite().Thomas Munro2023-12-18
* Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier2023-12-16
* Remove useless LIMIT_OPTION_DEFAULT value from LimitOptionAlvaro Herrera2023-12-16
* Provide multi-block smgrprefetch().Thomas Munro2023-12-16
* Fix bugs in manipulation of large objects.Tom Lane2023-12-15
* 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