summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2023-09-26Fix behavior of "force" in pgstat_report_wal()Michael Paquier
2023-09-25Doc: improve cross-reference in Makefile comment.Tom Lane
2023-09-25Fix typo in numutils.c commentsDaniel Gustafsson
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-09-19Replace more MemSet calls with struct initializationPeter Eisentraut
2023-09-19Improve error message for snapshot import in snapmgr.c, take twoMichael Paquier
2023-09-18Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-09-14Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier
2023-09-14Improve error message on snapshot import in snapmgr.cMichael Paquier
2023-09-13Refactor error messages for unsupported providers in pg_locale.cMichael Paquier
2023-09-13Fix exception safety bug in typcache.c.Thomas Munro
2023-09-06Make enum for sync methods available to frontend code.Nathan Bossart
2023-09-06Remove column for wait event names in wait_event_names.txtMichael Paquier
2023-09-06Use more consistent names for wait event objects and typesMichael Paquier
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-09-05Improve description of keys in tsvectorMichael Paquier
2023-09-04Fix out-of-bound read in gtsvector_picksplit()Michael Paquier
2023-09-03Fix handling of shared statistics with dropped databasesMichael Paquier
2023-08-30Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart
2023-08-30Rename some support functions for pgstat* views.Nathan Bossart
2023-08-29Avoid possible overflow with ltsGetFreeBlock() in logtape.cMichael Paquier
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-08-28Fix some typos in wait_event_names.txtMichael Paquier
2023-08-28Tighten unit parsing in internal valuesMichael Paquier
2023-08-28Tighten handling of "ago" in interval valuesMichael Paquier
2023-08-28Remove dead code in DecodeInterval()Michael Paquier
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-08-24Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut
2023-08-23Add to_bin() and to_oct().Nathan Bossart
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-08-21Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-08-17Fix format if entry in wait_event_names.txtMichael Paquier
2023-08-16Unify some error messagesPeter Eisentraut
2023-08-16Split out tiebreaker comparisons from comparetup_* functionsJohn Naylor
2023-08-14Change custom wait events to use dynamic shared hash tablesMichael Paquier
2023-08-11Fix code indentation violations introduced by recent commitMichael Paquier
2023-08-10Transform proconfig for faster execution.Jeff Davis
2023-08-10Document RelationGetIndexAttrBitmap betterAlvaro Herrera
2023-08-07doc: Fix incorrect entries generated from wait_event_names.txtMichael Paquier
2023-08-02Fix performance regression in pg_strtointNN_safe functionsDavid Rowley
2023-08-01Fix overly strict Assert in jsonpath codeDavid Rowley
2023-08-01Rename OverrideSearchPath to SearchPathMatcher.Noah Misch
2023-07-31Support custom wait events for wait event type "Extension"Michael Paquier
2023-07-31Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.cMichael Paquier
2023-07-27Add sanity asserts for index OID and attnums during cache initMichael Paquier
2023-07-26Add more SQL/JSON constructor functionsAmit Langote