Commit Graph

17891 Commits (master)

Author SHA1 Message Date
Daniel Gustafsson 1a759c8327 psql: Make default \watch interval configurable 6 months ago
Thomas Munro 3c86223c99 libpq: Deprecate pg_int64. 6 months ago
Andres Freund adb5f85fa5 Redefine max_files_per_process to control additionally opened files 6 months ago
Fujii Masao dfc13428a9 doc: Clarify required options for each action in pg_recvlogical. 6 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 6 months ago
Amit Kapila 73eba5004a Detect and Log multiple_unique_conflicts type conflict. 6 months ago
Masahiko Sawada 04ff636cbc Add GUC option to control maximum active replication origins. 6 months ago
Fujii Masao 14413d0ef5 doc: Remove incorrect description about dropping replication slots. 6 months ago
Nathan Bossart 0164a0f9ee Add vacuum_truncate configuration parameter. 6 months ago
Amit Kapila e5aeed4b80 pg_createsubscriber: Add -R publications option. 6 months ago
Peter Eisentraut 4f7f7b0375 extension_control_path 6 months ago
Michael Paquier 2cce0fe440 psql: Allow queries terminated by semicolons while in pipeline mode 6 months ago
Thomas Munro 873c0fd678 oauth: Improve validator docs on interruptibility 6 months ago
Thomas Munro 06fb5612c9 Increase io_combine_limit range to 1MB. 6 months ago
Thomas Munro 10f6646847 Introduce io_max_combine_limit. 6 months ago
Nathan Bossart c9d502eb68 Update guidance for running vacuumdb after pg_upgrade. 6 months ago
Nathan Bossart edba754f05 vacuumdb: Add option for analyzing only relations missing stats. 6 months ago
Tom Lane a6524105d2 Doc: manually break lines in wide UUID examples. 6 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 6 months ago
Andres Freund 247ce06b88 aio: Add io_method=worker 6 months ago
Andres Freund 55b454d0e1 aio: Infrastructure for io_method=worker 6 months ago
Daniel Gustafsson daa02c6bd9 Add X25519 to the default set of curves 6 months ago
Melanie Plageman cc6be07ebd Increase default maintenance_io_concurrency to 16 6 months ago
Michael Paquier 17caf66445 psql: Add \sendpipeline to send query buffers while in a pipeline 6 months ago
Andres Freund 02844012b3 aio: Basic subsystem initialization 6 months ago
Robert Haas 99aeb84703 pg_combinebackup: Add -k, --link option. 6 months ago
Tom Lane cd3c45125d pg_dump, pg_dumpall, pg_restore: Add --no-policies option. 6 months ago
Tom Lane 4489044239 contrib/isn: Make weak mode a GUC setting, and fix related functions. 6 months ago
Álvaro Herrera 11bd831860
doc: Explain more thoroughly when a table rewrite is needed 6 months ago
Fujii Masao 6d376c3b0d Add GUC option to log lock acquisition failures. 6 months ago
Nathan Bossart 0697b23906 Add reverse(bytea). 6 months ago
Masahiko Sawada 4ecdd4110d pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf. 6 months ago
Melanie Plageman ff79b5b2ab Increase default effective_io_concurrency to 16 6 months ago
Melanie Plageman 18cd15e706 Add connection establishment duration logging 6 months ago
Melanie Plageman 9219093cab Modularize log_connections output 6 months ago
Tom Lane c872516d8f Doc: silence A4 PDF build warnings. 6 months ago
Peter Geoghegan 0fbceae841 Show index search count in EXPLAIN ANALYZE, take 2. 6 months ago
Michael Paquier 76def4cdd7 Add WAL data to backend statistics 6 months ago
Tom Lane 9f87e2593f Doc: improve description of window function processing. 6 months ago
Peter Eisentraut b83e8a2ca2 Remove support for temporal RESTRICT foreign keys 6 months ago
Nathan Bossart 3c472a1829 doc: Adjust note about pg_upgrade's --jobs option. 6 months ago
Robert Haas d3fc7a5120 doc: Add missing decimal places to example rowcount. 6 months ago
Peter Eisentraut af4002b381 Rename amcancrosscompare 6 months ago
Dean Rasheed 6da469bada Allow casting between bytea and integer types. 6 months ago
John Naylor 19e57f4f78 Revert "vacuumdb: Add option for analyzing only relations missing stats." 6 months ago
John Naylor fcabc3adf8 Doc: correct aggressive vacuum threshold for multixact members storage 6 months ago
Nathan Bossart 5f8eb25706 vacuumdb: Add option for analyzing only relations missing stats. 6 months ago
Andrew Dunstan e33969abc1 Further fix for json_strip_nulls documentation 6 months ago
Andrew Dunstan 0e76f253f4 Remove extraneous commas in json{b}_strip_nulls documentation 6 months ago
Peter Geoghegan d00107cd63 Revert "Show index search count in EXPLAIN ANALYZE." 6 months ago