aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* smgr: Hold interrupts in most smgr functionsAndres Freund2025-03-20
* Be more paranoid in configure's checks for CRC and POPCNT intrinsics.Tom Lane2025-03-20
* Add an additional hook for EXPLAIN option validation.Robert Haas2025-03-20
* Add test for pg_upgrade file transfer modes.Nathan Bossart2025-03-20
* Add vacuum_truncate configuration parameter.Nathan Bossart2025-03-20
* Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut2025-03-20
* Fix extension control path testsPeter Eisentraut2025-03-20
* Fix typo in commentPeter Eisentraut2025-03-20
* pg_createsubscriber: Add -R publications option.Amit Kapila2025-03-20
* meson: Flush stdout in testwrapAndres Freund2025-03-19
* Update a code commentPeter Eisentraut2025-03-19
* extension_control_pathPeter Eisentraut2025-03-19
* psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier2025-03-19
* Fix compiler warning for commit 434dbf69.Thomas Munro2025-03-19
* oauth: Simplify copy of PGoauthBearerRequestThomas Munro2025-03-19
* oauth: Improve validator docs on interruptibilityThomas Munro2025-03-19
* oauth: Disallow synchronous DNS in libcurlThomas Munro2025-03-19
* oauth: Fix postcondition for set_timer on macOSThomas Munro2025-03-19
* oauth: Use IPv4-only issuer in oauth_validator testsThomas Munro2025-03-19
* Ensure first ModifyTable rel initialized if all are prunedAmit Langote2025-03-19
* Increase io_combine_limit range to 1MB.Thomas Munro2025-03-19
* Introduce io_max_combine_limit.Thomas Munro2025-03-19
* Fix copy-paste error related to the autovacuum launcher in pgstat_io.cMichael Paquier2025-03-19
* Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada2025-03-18
* Optimize check for pending backend IO statsMichael Paquier2025-03-19
* Add commit 796bdda484 to .git-blame-ignore-revs.Nathan Bossart2025-03-18
* Update guidance for running vacuumdb after pg_upgrade.Nathan Bossart2025-03-18
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-18
* vacuumdb: Teach vacuum_one_database() to reuse query results.Nathan Bossart2025-03-18
* Doc: manually break lines in wide UUID examples.Tom Lane2025-03-18
* smgr: Make SMgrRelation initialization safer against errorsAndres Freund2025-03-18
* Introduce squashing of constant lists in query jumblingÁlvaro Herrera2025-03-18
* aio: Add io_method=workerAndres Freund2025-03-18
* aio: Infrastructure for io_method=workerAndres Freund2025-03-18
* Fix headerscheck warning.Jeff Davis2025-03-18
* Silence compiler warning.Tom Lane2025-03-18
* Add X25519 to the default set of curvesDaniel Gustafsson2025-03-18
* Add some new hooks so extensions can add details to EXPLAIN.Robert Haas2025-03-18
* Simplify reindexdb codingÁlvaro Herrera2025-03-18
* Increase default maintenance_io_concurrency to 16Melanie Plageman2025-03-18
* Fix indentation again.Robert Haas2025-03-18
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* Allow non-btree unique indexes for matviewsPeter Eisentraut2025-03-18
* Allow non-btree unique indexes for partition keysPeter Eisentraut2025-03-18
* Add some opfamily support functions to lsyscache.cPeter Eisentraut2025-03-18
* Fix typo.Amit Kapila2025-03-18
* Use correct variable name in publicationcmds.c.Amit Kapila2025-03-18
* Fix the test 005_char_signedness.Masahiko Sawada2025-03-17
* psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier2025-03-18
* aio: Add core asynchronous I/O infrastructureAndres Freund2025-03-17