summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2023-04-20Fix incorrect function name referenceDavid Rowley
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-14Adjust Valgrind macro usage to protect chunk headersDavid Rowley
2023-04-13Remove old GUC name mapping for "force_parallel_mode"David Rowley
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-12Fix incorrect format placeholdersPeter Eisentraut
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-04-08Use MemoryContext API for regex memory management.Thomas Munro
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-04-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-04-05Acquire locks on views in AcquirePlannerLocks, too.Tom Lane
2023-04-05Fix wrong word in comment.Robert Haas
2023-04-05Fix minor signed/unsigned mixupPeter Eisentraut
2023-04-04Fix MSVC warning introduced in ea1db8ae70.Jeff Davis
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-04-04bufmgr: Remove buffer-write-dirty tracepointsAndres Freund
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Further tweaking of width_bucket() edge cases.Tom Lane
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-30Avoid overflow in width_bucket_float8().Tom Lane
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28Fix error inconsistency in older ICU versions.Jeff Davis
2023-03-27Generate a few more functions of pgstatfuncs.c with macrosMichael Paquier
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-27Generate pg_stat_get_xact*() functions for relations using macrosMichael Paquier
2023-03-26Fix oversights in array manipulation.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane