summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2022-05-12Use correct datum macros in more tuplesort specialization functions.John Naylor
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-05-07Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro
2022-05-04Remove JsonPathSpec typedefPeter Eisentraut
2022-05-04Add missing enum tag in enum used in nodesPeter Eisentraut
2022-05-04Simplify configure testPeter Eisentraut
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Remove durable_rename_excl()Michael Paquier
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-21Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.Tom Lane
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-15Tighten ComputeXidHorizons' handling of walsenders.Tom Lane
2022-04-13Add missing spaces after single-line commentsDavid Rowley
2022-04-13Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane
2022-04-13Remove "recheck" argument from check_index_is_clusterable()Michael Paquier