summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-08-02Remove unused fields from ExprEvalStepDavid Rowley
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-08-02Fix comment in pg_db_role_setting.hJohn Naylor
2022-08-01Have ExecFindPartition cache the last found partitionDavid Rowley
2022-07-29Support pg_read_[binary_]file (filename, missing_ok).Tom Lane
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-23Remove dead getpwuid_r replacement code.Thomas Munro
2022-07-23Remove dead handling for pre-POSIX sigwait().Thomas Munro
2022-07-23Remove 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-21Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-07-21Extend 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-19windows: msvc: Define STDIN/OUT/ERR_FILENO.Andres Freund
2022-07-18Convert macros to static inline functions (tupmacs.h)Peter Eisentraut
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-18Default to hidden visibility for extension libraries where possibleAndres Freund
2022-07-18Add 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