summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
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
2022-07-12Rename some functions to mention Relation instead of RelFileLocator.Robert Haas
2022-07-11Further tidy-up for old CPU architectures.Thomas Munro
2022-07-11Provide log_status_format(), useful for an emit_log_hook.Jeff Davis
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-07-11Fix lock assertions in dshash.c.Thomas Munro
2022-07-10Tidy up claimed supported CPUs and OSes.Thomas Munro
2022-07-09Doc: rearrange high-level commentary about node support coverage.Tom Lane
2022-07-09Mark Scan as an abstract node type, too.Tom Lane
2022-07-09Mark PlanState as an abstract node type.Tom Lane
2022-07-09Remove code sections obsoleted by node support automationPeter Eisentraut
2022-07-09Move a commentPeter Eisentraut