summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-07-28Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas
2022-07-27Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.Robert Haas
2022-07-27Convert macros to static inline functions (buf_internals.h)Robert Haas
2022-07-27Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier
2022-07-27Split tuplesortvariants.c from tuplesort.cAlexander Korotkov
2022-07-27Add overflow protection for block-related data in WAL recordsMichael Paquier
2022-07-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
2022-07-24Remove dead getpwuid_r replacement code.Thomas Munro
2022-07-24Remove dead handling for pre-POSIX sigwait().Thomas Munro
2022-07-24Remove dead getrusage replacement code.Thomas Munro
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-07-23Remove configure probe for sys/tas.h.Thomas Munro
2022-07-22Remove O_FSYNC and associated macros.Thomas Munro
2022-07-22Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-07-22Extend size_t support in pg_bitutils.h.Thomas Munro
2022-07-21Add missing space in comments.Amit Kapila
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-20Dump more fields when dumping planner internal data structures.Tom Lane
2022-07-20Make serialization of Nodes' scalar-array fields more robust.Tom Lane
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-20Fix warnings on Windows.Thomas Munro
2022-07-20Add wal_sync_method=fdatasync for Windows.Thomas Munro
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-19Convert planner's AggInfo and AggTransInfo structs to proper Nodes.Tom Lane
2022-07-19Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane
2022-07-19Convert macros to static inline functions (itup.h)Peter Eisentraut
2022-07-18windows: msvc: Define STDIN/OUT/ERR_FILENO.Andres Freund
2022-07-18Convert macros to static inline functions (tupmacs.h)Peter Eisentraut
2022-07-17Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-17Default to hidden visibility for extension libraries where possibleAndres Freund
2022-07-17Add central declarations for dlsym()ed symbolsAndres Freund
2022-07-16Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro
2022-07-15Convert macros to static inline functions (xlog_internal.h)Peter Eisentraut
2022-07-15Support gcc -fkeep-inline-functionsPeter Eisentraut
2022-07-15Fix inconsistent parameter names between prototype and declarationDavid Rowley
2022-07-14Tighten up parsing logic in gen_node_support.pl.Tom Lane
2022-07-14Create a distinct wait event for POSIX DSM allocation.Thomas Munro
2022-07-14Remove support for Visual Studio 2013Michael Paquier
2022-07-13Avoid unsatisfied-external-reference errors in static inlines.Tom Lane
2022-07-13Remove artificial restrictions on which node types have out/read funcs.Tom Lane
2022-07-13Convert macros to static inline functions (bufmgr.h)Peter Eisentraut
2022-07-13Convert macros to static inline functions (itemptr.h)Peter Eisentraut
2022-07-13Allow specifying STORAGE attribute for a new tablePeter Eisentraut
2022-07-13Tidy up code in get_cheapest_group_keys_order()David Rowley
2022-07-12Invent qsort_interruptible().Tom Lane
2022-07-12Add defenses against unexpected changes in the NodeTag enum list.Tom Lane
2022-07-12Invent nodetag_only attribute for Nodes.Tom Lane