aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-03
* Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane2022-11-02
* Fix outdated comment in tuplesort.hDavid Rowley2022-11-02
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-24
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-21
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* 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