Commit Graph

18227 Commits (191a037d4f2d0a028c19e9ca29da72bc79d2236e)

Author SHA1 Message Date
Bruce Momjian 191a037d4f doc PG 19 relnotes: add author and move items 2 months ago
Bruce Momjian af1ed03739 doc PG 19 relnotes: update author 2 months ago
Bruce Momjian 2dc34eaa07 doc PG 19 relnotes: corrections reported to me privately 2 months ago
Daniel Gustafsson 4abcdc1bbe doc: Add missing GUCs to SSL SNI docs 2 months ago
Bruce Momjian 7102ce9823 doc PG 19 relnotes: remove doc author from "Allow autovacuum" 2 months ago
Bruce Momjian be32494126 doc PG 19 relnotes: add free space map all-visible item 2 months ago
Bruce Momjian 3837e72757 doc PG 19 relnotes: fixes for commands and authors 2 months ago
Bruce Momjian 75693dc5b7 doc PG 19 relnotes: remove "Lakshmi N" as author of checksums 2 months ago
Bruce Momjian caebf16509 doc PG 19 relnotes: fix "now targets" 2 months ago
Bruce Momjian 57f768816d doc PG 19 relnotes: addjust CREATE/ALTER PUBLICATION "EXCEPT" 2 months ago
Bruce Momjian 23ec74c8a8 doc PG 19 relnotes: add missing March 16 autovacuum score item 2 months ago
Bruce Momjian e70ac90d95 doc PG 19 relnotes: adjust ShmemRequestStruct item 2 months ago
Bruce Momjian 972c14fb91 doc: first draft of PG 19 release notes 2 months ago
Robert Haas e89f98ff03 doc: Remove stray word from pg_stash_advice docs. 2 months ago
Robert Haas f4a4f1a7e6 doc: Fix a couple of mistakes in pgplanadvice.sgml 2 months ago
Alexander Korotkov a8b61c23c5 Explicitly forbid non-top-level WAIT FOR execution 2 months ago
David Rowley a78cf591a3 Doc: use "an SQL" consistently rather than "a SQL" 2 months ago
Masahiko Sawada 2a3d2f9f68 doc: Improve consistency of parallel vacuum description. 2 months ago
Jeff Davis 90630ec429 Document new catalog columns, missed in commit 8185bb5347. 2 months ago
Daniel Gustafsson b364828f82 doc: Fix data_checksums data type 2 months ago
Thomas Munro a1643d40b3 Remove RADIUS support. 2 months ago
Etsuro Fujita 28972b6fc3 Add support for importing statistics from remote servers. 2 months ago
Thomas Munro d1c01b79d4 aio: Adjust I/O worker pool automatically. 2 months ago
Thomas Munro 77645d44e3 Remove MULE_INTERNAL encoding. 2 months ago
Andres Freund 16fca48254 pg_test_timing: Also test RDTSC[P] timing, report time source, TSC frequency 2 months ago
Tomas Vondra 61c36a34a4 auto_explain: Add new GUC auto_explain.log_io 2 months ago
Tomas Vondra 681daed931 Add EXPLAIN (IO) infrastructure with BitmapHeapScan support 2 months ago
Andres Freund 294520c444 instrumentation: Use Time-Stamp Counter on x86-64 to lower overhead 2 months ago
Jacob Champion b977bd308a oauth: Allow validators to register custom HBA options 2 months ago
Jacob Champion 6d00fb9048 libpq: Split PGOAUTHDEBUG=UNSAFE into multiple options 2 months ago
Álvaro Herrera e76d8c749c
Reserve replication slots specifically for REPACK 2 months ago
Robert Haas c10edb102a pg_stash_advice: Allow stashed advice to be persisted to disk. 2 months ago
Álvaro Herrera 8fb95a8ab6
doc: Add an example of REPACK (CONCURRENTLY) 2 months ago
Álvaro Herrera 0d3dba38c7
Allow logical replication snapshots to be database-specific 2 months ago
Peter Eisentraut b6ccd30d8f Add isolation tests for UPDATE/DELETE FOR PORTION OF 2 months ago
Nathan Bossart 87f61f0c82 Add pg_stat_autovacuum_scores system view. 2 months ago
Álvaro Herrera 28d534e2ae
Add CONCURRENTLY option to REPACK 2 months ago
Alexander Korotkov 10484c2cc7 Document that WAIT FOR may be interrupted by recovery conflicts 2 months ago
Robert Haas e972dff6c3 auto_explain: Add new GUC, auto_explain.log_extension_options. 2 months ago
Tom Lane d516974840 Support more object types within CREATE SCHEMA. 2 months ago
Tom Lane 404db8f9ed Execute foreign key constraints in CREATE SCHEMA at the end. 2 months ago
Tom Lane a9c350d9ee Don't try to re-order the subcommands of CREATE SCHEMA. 2 months ago
Masahiko Sawada 1ff3180ca0 Allow autovacuum to use parallel vacuum workers. 2 months ago
Robert Haas e8ec19aa32 Add pg_stash_advice contrib module. 2 months ago
Fujii Masao a8f45dee91 Add wal_sender_shutdown_timeout GUC to limit shutdown wait for replication 2 months ago
Heikki Linnakangas 283e823f9d Introduce a new mechanism for registering shared memory areas 2 months ago
Andres Freund df6949ccf7 Add tid_block() and tid_offset() accessor functions 2 months ago
Andrew Dunstan a4f774cf1c Add pg_get_database_ddl() function 2 months ago
Andrew Dunstan b99fd9fd7f Add pg_get_tablespace_ddl() function 2 months ago
Andrew Dunstan 76e514ebb4 Add pg_get_role_ddl() function 2 months ago