summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-06Fix inappropriate uses of PG_GETARG_UINT32()Peter Eisentraut
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-12-03Improve the description of various GUCsMichael Paquier
2021-12-01Remove unused includesPeter Eisentraut
2021-12-01Warning on SET of nonexisting setting with a prefix reserved by an extensionPeter Eisentraut
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson
2021-11-30Fix flags of some GUCs and improve some descriptionsMichael Paquier
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-30Fix typosMichael Paquier
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-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-11-22Add ABI extra field to fmgr magic blockPeter Eisentraut
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-19Initialize backend status reporting during bootstrap.Andres Freund
2021-11-17Add a planner support function for starts_with().Tom Lane
2021-11-17Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane
2021-11-16Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas
2021-11-12Fix memory overrun when querying pg_stat_slruMichael Paquier
2021-11-06Disallow making an empty lexeme via array_to_tsvector().Tom Lane
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-26Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis
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-25Clarify the logic in a few places in the new balanced merge code.Heikki Linnakangas
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-21Remove unused wait events.Amit Kapila
2021-10-18Fix parallel sort, broken by the balanced merge patch.Heikki Linnakangas
2021-10-18Fix duplicate typedef LogicalTape.Heikki Linnakangas
2021-10-18Fix format modifier used in elog.Heikki Linnakangas
2021-10-18Replace polyphase merge algorithm with a simple balanced k-way merge.Heikki Linnakangas
2021-10-18Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas
2021-10-11Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.Tom Lane
2021-10-08Refactor fallback to stderr for csvlog to handle better WIN32 service caseMichael Paquier
2021-10-06Fix corner-case loss of precision in numeric_power().Dean Rasheed
2021-10-04Make Unicode makefile parallel-safePeter Eisentraut
2021-10-04Update Unicode map text filesPeter Eisentraut
2021-10-04Replace occurrences of InvalidXid with InvalidTransactionIdDaniel Gustafsson
2021-10-01Avoid believing incomplete MCV-only stats in get_variable_range().Tom Lane
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier
2021-09-26Avoid unnecessary division in interval_cmp_value().Tom Lane
2021-09-22Make use of PG_INT64_MAX/PG_INT64_MINPeter Eisentraut
2021-09-21Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier
2021-09-16Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane
2021-09-16Message style improvementsPeter Eisentraut
2021-09-16Fix performance regression from session statistics.Andres Freund