summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-31Fix has_column_privilege function corner caseJoe Conway
2021-03-31Add errhint_plural() function and make use of itPeter Eisentraut
2021-03-30Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-23Add macro RelationIsPermanent() to report relation permanenceBruce Momjian
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-02-22Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
2021-02-07Rename removable xid function for consistency.Peter Geoghegan
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2021-01-30Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch
2021-01-26Improve performance of repeated CALLs within plpgsql procedures.Tom Lane