summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-08-04Remove configure probes for poll and poll.h.Thomas Munro
2022-08-04Remove configure probe for link.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-04Remove configure probe for setsid.Thomas Munro
2022-08-04Remove configure probe for shm_open.Thomas Munro
2022-08-04Remove configure probe and related tests for getrlimit.Thomas Munro
2022-08-04Remove configure probe for dlopen, and refactor.Thomas Munro
2022-08-04Fix formatting and comment typosJohn Naylor
2022-08-04Fix inconsistent comments for some function declarations in headersMichael Paquier
2022-08-04Support SSE2 intrinsics where availableJohn Naylor
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
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