aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* Make AssertPointerAlignment available to frontend codePeter Eisentraut2022-11-03
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-03
* Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane2022-11-02
* Fix outdated comment in tuplesort.hDavid Rowley2022-11-02
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Allow nodeSort to perform Datum sorts for byref typesDavid Rowley2022-10-28
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-27
* Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier2022-10-26
* Refactor code handling the names of files loaded in hba.cMichael Paquier2022-10-26
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-24
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-21
* Refactor regular expression handling in hba.cMichael Paquier2022-10-19
* Remove compatibility declarations for InitMaterializedSRF()Michael Paquier2022-10-18
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Record dependencies of a cast on other casts that it requires.Tom Lane2022-10-17
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* Fix some comments in proc.hMichael Paquier2022-10-15
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-14
* Add auxiliary lists to GUC data structures for better performance.Tom Lane2022-10-14
* Replace the sorted array of GUC variables with a hash table.Tom Lane2022-10-14
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-14
* Make some minor improvements in memory-context infrastructure.Tom Lane2022-10-14
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* Reduce xlog.h inclusion footprintAlvaro Herrera2022-10-12
* Reduce basebackup_sink.h inclusion footprintAlvaro Herrera2022-10-12
* Remove Abs()Peter Eisentraut2022-10-12
* C comment: explain procArray->pgprocnos[]Bruce Momjian2022-10-11
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* Add support for COPY TO callback functionsMichael Paquier2022-10-11
* Simplify our Assert infrastructure a little.Tom Lane2022-10-10
* Use C library functions instead of Abs() for int64Peter Eisentraut2022-10-10
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Convert macros to static inline functions (rel.h)Peter Eisentraut2022-10-07
* Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane2022-10-06
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* Remove MemoryContextContains().Tom Lane2022-10-06
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-06
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-06
* Rename shadowed local variablesDavid Rowley2022-10-05
* Remove definition of JUMBLE_SIZE from queryjumble.hMichael Paquier2022-10-05
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvcAndres Freund2022-09-30
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-29
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier2022-09-29
* windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.hAndres Freund2022-09-28