aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas2022-07-05
* Add result_types column to pg_prepared_statements viewPeter Eisentraut2022-07-05
* Remove durable_rename_excl()Michael Paquier2022-07-05
* Implement List support for TransactionIdAlvaro Herrera2022-07-04
* Reformat some node commentsPeter Eisentraut2022-07-02
* Introduce pg_attribute_nonnull(...)Michael Paquier2022-07-02
* Remove no-longer-used parameter for create_groupingsets_path().Tom Lane2022-07-01
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01