aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-14
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Fix new pg_publication_tables query.Tom Lane2022-09-06
* Fix cache invalidation bug in recovery_prefetch.Thomas Munro2022-09-03
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-22
* Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier2022-08-17
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* windows: msvc: Define STDIN/OUT/ERR_FILENO.Andres Freund2022-07-18
* Fix inconsistent parameter names between prototype and declarationDavid Rowley2022-07-15
* Tidy up code in get_cheapest_group_keys_order()David Rowley2022-07-13
* Invent qsort_interruptible().Tom Lane2022-07-12
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley2022-07-07
* Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley2022-07-06
* expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund2022-07-05
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas2022-07-05
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Fix relptr's encoding of the base address.Thomas Munro2022-06-27
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas2022-05-31
* Make STRING an unreserved_keyword.Tom Lane2022-05-30
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-24
* Remove unused-and-misspelled function extern declaration.Tom Lane2022-05-21
* Avoid overflow hazard when clamping group counts to "long int".Tom Lane2022-05-21
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Fix incorrect comments for Memoize structDavid Rowley2022-05-19
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-19
* Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane2022-05-13
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Remove PGDLLIMPORT marker from __pg_log_levelMichael Paquier2022-05-13
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Do pre-release housekeeping on catalog data.Tom Lane2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-12
* Use correct datum macros in more tuplesort specialization functions.John Naylor2022-05-12
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-11