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
*
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
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
Rename pg_checkpointer predefined role to pg_checkpoint.
Robert Haas
2022-07-05
*
Add result_types column to pg_prepared_statements view
Peter Eisentraut
2022-07-05
*
Remove durable_rename_excl()
Michael Paquier
2022-07-05
*
Implement List support for TransactionId
Alvaro Herrera
2022-07-04
*
Reformat some node comments
Peter Eisentraut
2022-07-02
*
Introduce pg_attribute_nonnull(...)
Michael Paquier
2022-07-02
*
Remove no-longer-used parameter for create_groupingsets_path().
Tom Lane
2022-07-01
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
[next]