index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
*
Convert planner's AggInfo and AggTransInfo structs to proper Nodes.
Tom Lane
2022-07-19
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Convert macros to static inline functions (itup.h)
Peter Eisentraut
2022-07-19
*
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Andres Freund
2022-07-18
*
Convert macros to static inline functions (tupmacs.h)
Peter Eisentraut
2022-07-18
*
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-17
*
Default to hidden visibility for extension libraries where possible
Andres Freund
2022-07-17
*
Add central declarations for dlsym()ed symbols
Andres Freund
2022-07-17
*
Emulate sigprocmask(), not sigsetmask(), on Windows.
Thomas Munro
2022-07-16
*
Convert macros to static inline functions (xlog_internal.h)
Peter Eisentraut
2022-07-15
*
Support gcc -fkeep-inline-functions
Peter Eisentraut
2022-07-15
*
Fix inconsistent parameter names between prototype and declaration
David Rowley
2022-07-15
*
Tighten up parsing logic in gen_node_support.pl.
Tom Lane
2022-07-14
*
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-14
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
*
Avoid unsatisfied-external-reference errors in static inlines.
Tom Lane
2022-07-13
*
Remove artificial restrictions on which node types have out/read funcs.
Tom Lane
2022-07-13
*
Convert macros to static inline functions (bufmgr.h)
Peter Eisentraut
2022-07-13
*
Convert macros to static inline functions (itemptr.h)
Peter Eisentraut
2022-07-13
*
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Add defenses against unexpected changes in the NodeTag enum list.
Tom Lane
2022-07-12
*
Invent nodetag_only attribute for Nodes.
Tom Lane
2022-07-12
*
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-12
*
Further tidy-up for old CPU architectures.
Thomas Munro
2022-07-12
*
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-07-11
*
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-07-11
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Tidy up claimed supported CPUs and OSes.
Thomas Munro
2022-07-11
*
Doc: rearrange high-level commentary about node support coverage.
Tom Lane
2022-07-09
*
Mark Scan as an abstract node type, too.
Tom Lane
2022-07-09
*
Mark PlanState as an abstract node type.
Tom Lane
2022-07-09
*
Remove code sections obsoleted by node support automation
Peter Eisentraut
2022-07-09
*
Move a comment
Peter Eisentraut
2022-07-09
*
Install generated nodes/nodetags.h
Peter Eisentraut
2022-07-09
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09
*
Add missing inequality searches to rbtree
Alexander Korotkov
2022-07-08
*
Remove T_Join and T_Plan
Peter Eisentraut
2022-07-08
*
Reformat some more node comments
Peter Eisentraut
2022-07-08
*
Remove HP/Intel Itanium support.
Thomas Munro
2022-07-08
*
Remove HP-UX port.
Thomas Munro
2022-07-08
*
Convert macros to static inline functions (block.h)
Peter Eisentraut
2022-07-07
*
Make Windows 10 the minimal runtime requirement for WIN32
Michael Paquier
2022-07-07
*
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-07
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Remove size increase in ExprEvalStep caused by hashed saops
David Rowley
2022-07-06
*
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-07-06
*
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-05
[next]