aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
...
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-20
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-20
* set_deparse_plan: Reuse variable to appease CoverityAlvaro Herrera2022-04-20
* Fix extract epoch from interval calculationPeter Eisentraut2022-04-19
* pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund2022-04-16
* Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane2022-04-16
* Small cleanups in SQL/JSON codeAndrew Dunstan2022-04-15
* pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund2022-04-14
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Fix finalization for json_objectagg and friendsAndrew Dunstan2022-04-13
* Fix incorrect format placeholdersPeter Eisentraut2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Explicitly ignore guaranteed-true result from pgstat_lock_entry().Tom Lane2022-04-11
* fgetc() returns int, not char.Tom Lane2022-04-11
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Add missing serial commasPeter Eisentraut2022-04-09
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-08
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-07
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-07
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-07
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-06
* pgstat: fix small bug in pgstat_drop_relation().Andres Freund2022-04-06
* pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock.Andres Freund2022-04-06
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: move pgstat.c to utils/activity.Andres Freund2022-04-06
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-06
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: normalize function naming.Andres Freund2022-04-06
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-06
* pgstat: add pgstat_copy_relation_stats().Andres Freund2022-04-06
* pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-06
* pgstat: move pgstat_report_autovac() to pgstat_database.c.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* pgstat: consistent function comment formatting.Andres Freund2022-04-04
* JSON_TABLEAndrew Dunstan2022-04-04
* Avoid freeing objects during json aggregate finalizationAndrew Dunstan2022-04-04
* Use Generation memory contexts to store tuples in sortsDavid Rowley2022-04-04
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-04
* Improve the generation memory allocatorDavid Rowley2022-04-04
* Fix tuplesort optimization for CLUSTER-on-expression.Thomas Munro2022-04-04