summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-10-25Add enable_timeout_every() to fire the same timeout repeatedly.Robert Haas
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-21Remove unused wait events.Amit Kapila
2021-10-18Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-09-23Split macros from visibilitymap.h into a separate headerAlexander Korotkov
2021-09-16Support "postgres -C" with runtime-computed GUCsMichael Paquier
2021-08-25Fix typoPeter Eisentraut
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-08-10Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane
2021-08-03Add assorted new regexp_xxx SQL functions.Tom Lane
2021-07-26Allow numeric scale to be negative or greater than precision.Dean Rasheed
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-07-02Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Prevent integer overflows in array subscripting calculations.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-08Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-06Track detached partitions more accurately in partdescsAlvaro Herrera
2021-04-28Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera
2021-04-27Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-11Add macro PGWARNING, and make PGERROR available on all platforms.Tom Lane
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-08Add functions to wait for backend terminationMagnus Hagander
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-04-06Add function to log the memory contexts of specified backend process.Fujii Masao
2021-04-03Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-04-03Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund