aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* Convert planner's AggInfo and AggTransInfo structs to proper Nodes.Tom Lane2022-07-19
* Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane2022-07-19
* Convert macros to static inline functions (itup.h)Peter Eisentraut2022-07-19
* windows: msvc: Define STDIN/OUT/ERR_FILENO.Andres Freund2022-07-18
* Convert macros to static inline functions (tupmacs.h)Peter Eisentraut2022-07-18
* Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund2022-07-17
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-17
* Add central declarations for dlsym()ed symbolsAndres Freund2022-07-17
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-16
* Convert macros to static inline functions (xlog_internal.h)Peter Eisentraut2022-07-15
* Support gcc -fkeep-inline-functionsPeter Eisentraut2022-07-15
* Fix inconsistent parameter names between prototype and declarationDavid Rowley2022-07-15
* Tighten up parsing logic in gen_node_support.pl.Tom Lane2022-07-14
* Create a distinct wait event for POSIX DSM allocation.Thomas Munro2022-07-14
* Remove support for Visual Studio 2013Michael Paquier2022-07-14
* Avoid unsatisfied-external-reference errors in static inlines.Tom Lane2022-07-13
* Remove artificial restrictions on which node types have out/read funcs.Tom Lane2022-07-13
* Convert macros to static inline functions (bufmgr.h)Peter Eisentraut2022-07-13
* Convert macros to static inline functions (itemptr.h)Peter Eisentraut2022-07-13
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-13
* Tidy up code in get_cheapest_group_keys_order()David Rowley2022-07-13
* Invent qsort_interruptible().Tom Lane2022-07-12
* Add defenses against unexpected changes in the NodeTag enum list.Tom Lane2022-07-12
* Invent nodetag_only attribute for Nodes.Tom Lane2022-07-12
* Rename some functions to mention Relation instead of RelFileLocator.Robert Haas2022-07-12
* Further tidy-up for old CPU architectures.Thomas Munro2022-07-12
* Provide log_status_format(), useful for an emit_log_hook.Jeff Davis2022-07-11
* Convert macros to static inline functions (bufpage.h)Peter Eisentraut2022-07-11
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Tidy up claimed supported CPUs and OSes.Thomas Munro2022-07-11
* Doc: rearrange high-level commentary about node support coverage.Tom Lane2022-07-09
* Mark Scan as an abstract node type, too.Tom Lane2022-07-09
* Mark PlanState as an abstract node type.Tom Lane2022-07-09
* Remove code sections obsoleted by node support automationPeter Eisentraut2022-07-09
* Move a commentPeter Eisentraut2022-07-09
* Install generated nodes/nodetags.hPeter Eisentraut2022-07-09
* Automatically generate node support functionsPeter Eisentraut2022-07-09
* Add missing inequality searches to rbtreeAlexander Korotkov2022-07-08
* Remove T_Join and T_PlanPeter Eisentraut2022-07-08
* Reformat some more node commentsPeter Eisentraut2022-07-08
* Remove HP/Intel Itanium support.Thomas Munro2022-07-08
* Remove HP-UX port.Thomas Munro2022-07-08
* Convert macros to static inline functions (block.h)Peter Eisentraut2022-07-07
* Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier2022-07-07
* Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley2022-07-07
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley2022-07-06
* autho_explain: Add GUC to log query parametersMichael Paquier2022-07-06
* expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund2022-07-05