summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-11-16Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane
2022-11-16Variable renaming in preparation for refactoringPeter Eisentraut
2022-11-16Turn HeapKeyTest macro into inline functionPeter Eisentraut
2022-11-16Mark argument of RegisterCustomRmgr() as const.Jeff Davis
2022-11-15Deduplicate freeze plans in freeze WAL records.Peter Geoghegan
2022-11-14Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier
2022-11-13Make Bitmapsets be valid Nodes.Tom Lane
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-11-12Add repalloc0 and repalloc0_arrayPeter Eisentraut
2022-11-12Fix volatility marking of timestamptz_trunc_zone.Tom Lane
2022-11-09Remove redundant declaration for XidInMVCCSnapshotAlvaro Herrera
2022-11-09Provide sigaction() for Windows.Thomas Munro
2022-11-08Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier
2022-11-07Move code related to configuration files in directories to new fileMichael Paquier
2022-11-04Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane
2022-11-03Make AssertPointerAlignment available to frontend codePeter Eisentraut
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-11-03Add casts to simplehash.h to silence C++ warnings.Tom Lane
2022-11-02Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane
2022-11-02Fix outdated comment in tuplesort.hDavid Rowley
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-27Allow nodeSort to perform Datum sorts for byref typesDavid Rowley
2022-10-27Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier
2022-10-26Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier
2022-10-26Refactor code handling the names of files loaded in hba.cMichael Paquier
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-10-21pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas
2022-10-19Refactor regular expression handling in hba.cMichael Paquier
2022-10-18Remove compatibility declarations for InitMaterializedSRF()Michael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-10-15Fix some comments in proc.hMichael Paquier
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-14Add auxiliary lists to GUC data structures for better performance.Tom Lane
2022-10-14Replace the sorted array of GUC variables with a hash table.Tom Lane
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-14Make some minor improvements in memory-context infrastructure.Tom Lane
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-12Reduce xlog.h inclusion footprintAlvaro Herrera
2022-10-12Reduce basebackup_sink.h inclusion footprintAlvaro Herrera
2022-10-12Remove Abs()Peter Eisentraut
2022-10-11C comment: explain procArray->pgprocnos[]Bruce Momjian
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-10-10Simplify our Assert infrastructure a little.Tom Lane
2022-10-10Use C library functions instead of Abs() for int64Peter Eisentraut