summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* ICU: check for U_STRING_NOT_TERMINATED_WARNING.HEADmasterJeff Davis2023-05-171-18/+11
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-173-3/+3
* Add writeback to pg_stat_ioAndres Freund2023-05-172-6/+13
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-174-156/+20
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-173-144/+125
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-151-1/+1
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-151-1/+1
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-102-3/+35
* Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier2023-05-101-1/+1
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-081-1/+18
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-081-18/+1
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-071-0/+128
* Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera2023-05-041-18/+24
* In array_position()/array_positions(), beware of empty input array.Tom Lane2023-05-041-4/+12
* Fix typos in commentsMichael Paquier2023-05-026-7/+7
* Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.Masahiko Sawada2023-04-281-3/+3
* Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov2023-04-271-1/+2
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-242-10/+0
* Remove duplicate lines of codeDaniel Gustafsson2023-04-241-1/+0
* Fix incorrect function name referenceDavid Rowley2023-04-211-1/+1
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-211-4/+4
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-202-60/+0
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-193-5/+5
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-1/+1
* Fix various typosDavid Rowley2023-04-186-10/+10
* Adjust Valgrind macro usage to protect chunk headersDavid Rowley2023-04-155-74/+170
* Remove old GUC name mapping for "force_parallel_mode"David Rowley2023-04-141-1/+0
* Harmonize some more function parameter names.Peter Geoghegan2023-04-132-6/+6
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-135-11/+30
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-14/+0
* Fix incorrect format placeholdersPeter Eisentraut2023-04-121-1/+1
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-085-30/+11
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-083-14/+0
* Use MemoryContext API for regex memory management.Thomas Munro2023-04-081-16/+41
* Handle logical slot conflicts on standbyAndres Freund2023-04-082-0/+7
* Add io_direct setting (developer-only).Thomas Munro2023-04-081-0/+12
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-1/+1
* Add support for Kerberos credential delegationStephen Frost2023-04-075-11/+30
* Track IO times in pg_stat_ioAndres Freund2023-04-072-25/+146
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-0/+14
* Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane2023-04-071-5/+5
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-071-0/+166
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-073-1/+18
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-052-3/+11
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-051-0/+60
* Acquire locks on views in AcquirePlannerLocks, too.Tom Lane2023-04-051-0/+8
* Fix wrong word in comment.Robert Haas2023-04-051-1/+1
* Fix minor signed/unsigned mixupPeter Eisentraut2023-04-051-4/+4
* Fix MSVC warning introduced in ea1db8ae70.Jeff Davis2023-04-041-0/+1
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-0/+85