summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-10-07Convert macros to static inline functions (rel.h)Peter Eisentraut
2022-10-07Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-06Remove MemoryContextContains().Tom Lane
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-10-05Add optional parameter to PG_TRY() macrosDavid Rowley
2022-10-05Rename shadowed local variablesDavid Rowley
2022-10-05Remove definition of JUMBLE_SIZE from queryjumble.hMichael Paquier
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-30mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvcAndres Freund