summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-12-20Add support for incremental backup.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-19Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas
2023-12-19Prevent integer overflow when forming tuple width estimates.Tom Lane
2023-12-19Update comment for Cardinality typedefPeter Eisentraut
2023-12-19Simplify newNode() by removing special casesHeikki Linnakangas
2023-12-18compute_bitmap_pages' loop_count parameter should be double not int.Tom Lane
2023-12-18Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.Nathan Bossart
2023-12-18Provide vectored variants of smgrread() and smgrwrite().Thomas Munro
2023-12-16Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier
2023-12-16Remove useless LIMIT_OPTION_DEFAULT value from LimitOptionAlvaro Herrera
2023-12-16Provide multi-block smgrprefetch().Thomas Munro
2023-12-15Fix bugs in manipulation of large objects.Tom Lane
2023-12-12Provide vectored variants of FileRead() and FileWrite().Thomas Munro
2023-12-11Provide helper for retrying partial vectored I/O.Thomas Munro
2023-12-11Define unconstify() and unvolatize() for C++.Thomas Munro
2023-12-11Simplify productions for FORMAT JSON [ ENCODING name ]Alvaro Herrera
2023-12-11Remove trace_recovery_messagesMichael Paquier
2023-12-10Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut
2023-12-08Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis
2023-12-08Optimize nbtree backward scan boundary cases.Peter Geoghegan
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-12-08Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas
2023-12-07Shrink Unicode category table.Jeff Davis
2023-12-07Verify that attribute counts match in ExecCopySlotDavid Rowley
2023-12-07Fix issues in binary_upgrade_logical_slot_has_caught_up().Amit Kapila
2023-12-04Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functionsHeikki Linnakangas
2023-12-04Remove unnecessary include of <math.h>Peter Eisentraut
2023-12-04Remove unnecessary include of <sys/socket.h>Peter Eisentraut
2023-12-04Remove unnecessary includes of <signal.h>Peter Eisentraut
2023-12-04Add support for REINDEX in event triggersMichael Paquier
2023-12-03Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND modeHeikki Linnakangas
2023-12-03Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas
2023-11-29Optimize pg_readv/pg_pwritev single vector case.Thomas Munro
2023-11-28Use larger segment file names for pg_notifyAlexander Korotkov
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-27Fix comment in tableam.h about GetHeapamTableAmRoutine()Michael Paquier
2023-11-27Retire a few backwards compatibility macros.Nathan Bossart
2023-11-26Display length and bounds histograms in pg_statsAlexander Korotkov
2023-11-26Update comments for pg_statistic catalog tableAlexander Korotkov
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-21Avoid overflow in fe_utils' printTable()Alvaro Herrera
2023-11-17simplehash: preserve consistency in case of OOM.Jeff Davis
2023-11-17Change logtape/tuplestore code to use int64 for block numbersMichael Paquier
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-11-15Fix fallback implementation for pg_atomic_test_set_flag().Nathan Bossart