aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Remove obsolete commentPeter Eisentraut2022-04-02
* Suppress compiler warning in relptr_store().Tom Lane2022-03-26
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Add compute_query_id = regressMichael Paquier2022-02-22
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Revert "Remove unused wait events."Amit Kapila2021-10-26
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Remove unused wait events.Amit Kapila2021-10-21
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Split macros from visibilitymap.h into a separate headerAlexander Korotkov2021-09-23
* Fix typoPeter Eisentraut2021-08-25
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-08
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Track detached partitions more accurately in partdescsAlvaro Herrera2021-05-06
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-27
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Add macro PGWARNING, and make PGERROR available on all platforms.Tom Lane2021-04-11
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund2021-04-03
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Refactor HMAC implementationsMichael Paquier2021-04-03
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-02
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Fix has_column_privilege function corner caseJoe Conway2021-03-31
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-31
* Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley2021-03-30
* Extended statistics on expressionsTomas Vondra2021-03-27
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-18