summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2022-05-21Avoid overflow hazard when clamping group counts to "long int".Tom Lane
2022-05-19Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera
2022-05-19Fix incorrect comments for Memoize structDavid Rowley
2022-05-19Extend pg_publication_tables to display column list and row filter.Amit Kapila
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-13Remove PGDLLIMPORT marker from __pg_log_levelMichael Paquier
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-05-12Do pre-release housekeeping on catalog data.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Add some missing PGDLLIMPORT markingsMichael Paquier