aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Use ISB as a spin-delay instruction on ARM64.Tom Lane2022-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
* Suppress "variable 'pagesaving' set but not used" warning.Tom Lane2022-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
* dsm: allow use in single user mode.Andres Freund2022-04-06
* Forgotten catversion bump for 39969e2a1e4d7f5a37f3ef37d53bbfe171e7d77aStephen Frost2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Further improve jsonb_sqljson parallel testAndrew Dunstan2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Reduce running time of jsonb_sqljson testAndrew Dunstan2022-04-06
* Fix unsigned output format in SLRU error reportingPeter Eisentraut2022-04-06
* Change one AssertMacro to AssertPeter Eisentraut2022-04-06
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-06
* Update Unicode data to CLDR 41Peter Eisentraut2022-04-06
* Improve comments for row filtering and toast interaction in logical replication.Amit Kapila2022-04-06
* Change aggregated log format of pgbench.Tatsuo Ishii2022-04-06
* Remove race condition in 022_crash_temp_files.pl test.Tom Lane2022-04-05
* Fix compilerwarning in logging size_tDaniel Gustafsson2022-04-05
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* Have VACUUM warn on relfrozenxid "in the future".Peter Geoghegan2022-04-05
* pg_rewind: Fetch small files according to new size.Daniel Gustafsson2022-04-05
* Extend TAP tests of pg_dump to test for compression with gzipMichael Paquier2022-04-05
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-05
* Update some tests in 013_crash_restart.pl.Tom Lane2022-04-04
* dshash: revise sequential scan support.Andres Freund2022-04-04
* pgstat: remove some superflous comments from pgstat.h.Andres Freund2022-04-04
* pgstat: consistent function comment formatting.Andres Freund2022-04-04
* JSON_TABLEAndrew Dunstan2022-04-04
* vacuumlazy.c: Further consolidate resource allocation.Peter Geoghegan2022-04-04
* psql: Show all query results by defaultPeter Eisentraut2022-04-04
* Disable synchronize_seqscans in 027_stream_regress.pl.Tom Lane2022-04-04
* Avoid freeing objects during json aggregate finalizationAndrew Dunstan2022-04-04
* pg_basebackup: Fix code that thinks about LZ4 buffer size.Robert Haas2022-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
* Fix portability issues in datetime parsing.Tom Lane2022-04-03
* Generalize how VACUUM skips all-frozen pages.Peter Geoghegan2022-04-03
* Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan2022-04-03
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-02
* Add a couple more tests for interval input decoding.Tom Lane2022-04-02
* vacuumlazy.c: Clean up variable declarations.Peter Geoghegan2022-04-02
* Use has_privs_for_roles for predefined role checks: round 2Joe Conway2022-04-02
* Allow CLUSTER on partitioned tablesAlvaro Herrera2022-04-02
* Use ORDER BY in catalog results in SQL/JSON testsAndrew Dunstan2022-04-02
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02