summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2022-07-09Install generated nodes/nodetags.hPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Add missing inequality searches to rbtreeAlexander Korotkov
2022-07-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-08Reformat some more node commentsPeter Eisentraut
2022-07-08Remove HP/Intel Itanium support.Thomas Munro
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-07Convert macros to static inline functions (block.h)Peter Eisentraut
2022-07-07Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier
2022-07-06Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley
2022-07-06autho_explain: Add GUC to log query parametersMichael Paquier
2022-07-05expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-05Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas
2022-07-05Add result_types column to pg_prepared_statements viewPeter Eisentraut
2022-07-05Remove durable_rename_excl()Michael Paquier
2022-07-04Implement List support for TransactionIdAlvaro Herrera
2022-07-02Reformat some node commentsPeter Eisentraut
2022-07-02Introduce pg_attribute_nonnull(...)Michael Paquier
2022-07-01Remove no-longer-used parameter for create_groupingsets_path().Tom Lane
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-26Fix relptr's encoding of the base address.Thomas Munro
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-31shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas
2022-05-30Make STRING an unreserved_keyword.Tom Lane
2022-05-24Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier
2022-05-21Remove unused-and-misspelled function extern declaration.Tom Lane