summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-8/+7
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-241-0/+8
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-221-0/+4
* Allow publishing the tables of schema.Amit Kapila2021-10-271-0/+2
* Report progress of startup operations that take a long time.Robert Haas2021-10-251-0/+1
* Add enable_timeout_every() to fire the same timeout repeatedly.Robert Haas2021-10-251-2/+5
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-232-1/+2
* Remove unused wait events.Amit Kapila2021-10-211-5/+1
* Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas2021-10-181-20/+17
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-012-0/+3
* Split macros from visibilitymap.h into a separate headerAlexander Korotkov2021-09-231-1/+0
* Support "postgres -C" with runtime-computed GUCsMichael Paquier2021-09-161-0/+6
* Fix typoPeter Eisentraut2021-08-251-1/+1
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-191-0/+4
* Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane2021-08-091-1/+2
* Add assorted new regexp_xxx SQL functions.Tom Lane2021-08-031-1/+2
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-261-3/+13
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-1/+1
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-121-13/+24
* Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier2021-07-021-1/+2
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-281-2/+2
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-181-1/+9
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-211-0/+9
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-152-3/+31
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-125-12/+12
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-101-0/+1
* Revert recovery prefetching feature.Thomas Munro2021-05-102-5/+0
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-081-11/+4
* Revert per-index collation version tracking feature.Thomas Munro2021-05-072-2/+1
* Track detached partitions more accurately in partdescsAlvaro Herrera2021-05-061-3/+1
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-281-0/+15
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-271-0/+2
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-201-3/+3
* Add macro PGWARNING, and make PGERROR available on all platforms.Tom Lane2021-04-111-7/+9
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-091-7/+6
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-081-1/+3
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-081-0/+4
* Add functions to wait for backend terminationMagnus Hagander2021-04-081-0/+1
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-071-0/+5
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-072-0/+59
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-061-0/+1
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-061-1/+4
* Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund2021-04-031-30/+12
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-032-0/+360
* Refactor HMAC implementationsMichael Paquier2021-04-031-0/+7
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-021-0/+301
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-031-0/+1
* Fix has_column_privilege function corner caseJoe Conway2021-03-311-0/+11
* Add errhint_plural() function and make use of itPeter Eisentraut2021-03-311-0/+3
* Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley2021-03-301-1/+16