summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-03-20Fix typo in commentPeter Eisentraut
2025-03-20pg_createsubscriber: Add -R publications option.Amit Kapila
2025-03-19meson: Flush stdout in testwrapAndres Freund
2025-03-19Update a code commentPeter Eisentraut
2025-03-19extension_control_pathPeter Eisentraut
2025-03-19psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier
2025-03-19Fix compiler warning for commit 434dbf69.Thomas Munro
2025-03-19oauth: Simplify copy of PGoauthBearerRequestThomas Munro
2025-03-19oauth: Fix postcondition for set_timer on macOSThomas Munro
2025-03-19oauth: Use IPv4-only issuer in oauth_validator testsThomas Munro
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-19Increase io_combine_limit range to 1MB.Thomas Munro
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-18Fix copy-paste error related to the autovacuum launcher in pgstat_io.cMichael Paquier
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-18Optimize check for pending backend IO statsMichael Paquier
2025-03-18Update guidance for running vacuumdb after pg_upgrade.Nathan Bossart
2025-03-18vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-18vacuumdb: Teach vacuum_one_database() to reuse query results.Nathan Bossart
2025-03-18smgr: Make SMgrRelation initialization safer against errorsAndres Freund
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18Fix headerscheck warning.Jeff Davis
2025-03-18Silence compiler warning.Tom Lane
2025-03-18Add X25519 to the default set of curvesDaniel Gustafsson
2025-03-18Add some new hooks so extensions can add details to EXPLAIN.Robert Haas
2025-03-18Simplify reindexdb codingÁlvaro Herrera
2025-03-18Increase default maintenance_io_concurrency to 16Melanie Plageman
2025-03-18Fix indentation again.Robert Haas
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-18Allow non-btree unique indexes for matviewsPeter Eisentraut
2025-03-18Allow non-btree unique indexes for partition keysPeter Eisentraut
2025-03-18Add some opfamily support functions to lsyscache.cPeter Eisentraut
2025-03-18Fix typo.Amit Kapila
2025-03-18Use correct variable name in publicationcmds.c.Amit Kapila
2025-03-18Fix the test 005_char_signedness.Masahiko Sawada
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-17Fix indentation.Robert Haas
2025-03-17pg_upgrade: Remove some dead code.Nathan Bossart
2025-03-17tests: Expand temp table tests to some pin related mattersAndres Freund
2025-03-17pg_combinebackup: Add -k, --link option.Robert Haas
2025-03-17Unify wording of user-facing "row security" messages.Tom Lane
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-16Revert "Add redo LSN to pgstats files"Michael Paquier
2025-03-16pg_dump, pg_dumpall, pg_restore: Add --no-policies option.Tom Lane
2025-03-16reindexdb: Fix the index-level REINDEX with multiple jobsAlexander Korotkov