Commit Graph

15834 Commits (c044b50d199cf592eba2ac84f48cf0fcb5fb65f8)

Author SHA1 Message Date
Peter Eisentraut 630f9a43ce Change gist stratnum function to use CompareType 11 months ago
Dean Rasheed 00f4c2959d psql: Add option to use expanded mode to all list commands. 11 months ago
Dean Rasheed 4cb560b53f Consistently spell "leakproof" without a hyphen. 11 months ago
Dean Rasheed 2355e51110 psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output. 11 months ago
Michael Paquier f92c854cf4 Make pg_stat_io count IOs as bytes instead of blocks for some operations 11 months ago
Peter Eisentraut ca87c415e2 Add support for NOT ENFORCED in CHECK constraints 11 months ago
Melanie Plageman ca9c6a5680 Consolidate docs for vacuum-related GUCs in new subsection 12 months ago
Tom Lane bebe904038 Use @extschema:name@ notation in contrib transform modules. 12 months ago
Fujii Masao 6313a76b35 doc: Clarify synchronous_standby_names parameter. 12 months ago
Nathan Bossart f7e1b3828a Add passwordcheck.min_password_length. 12 months ago
Nathan Bossart 6d01541960 Lower default value of autovacuum_worker_slots in initdb as needed. 12 months ago
Nathan Bossart c758119e5b Allow changing autovacuum_max_workers without restarting. 12 months ago
Fujii Masao 632384d0eb doc: Clarify log level for VERBOSE messages in maintenance commands. 12 months ago
Andrew Dunstan 30f0176263 Document strange jsonb sort order for empty top level arrays 12 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Tom Lane 38da053463 Try to avoid semaphore-related test failures on NetBSD/OpenBSD. 1 year ago
David Rowley 02a8d0c452 Remove pg_attribute.attcacheoff column 1 year ago
Michael Paquier 9aea73fc61 Add backend-level statistics to pgstats 1 year ago
Michael Paquier 477728b5d6 psql: Add more information about service name 1 year ago
Michael Paquier 4b99fed754 libpq: Add service name to PGconn and PQservice() 1 year ago
Amit Kapila 2364f61488 Doc: Fix the wrong link on pg_createsubscriber page. 1 year ago
Tomas Vondra 0cc7da4e23 doc: Mention BRIN indexes support parallel builds 1 year ago
Fujii Masao 56499315a7 doc: Clarify old WAL files are kept until they are summarized. 1 year ago
Masahiko Sawada 78c5e141e9 Add UUID version 7 generation function. 1 year ago
David Rowley c2a4078eba Enable BUFFERS with EXPLAIN ANALYZE by default 1 year ago
Jeff Davis a43567483c Use in-place updates for pg_restore_relation_stats(). 1 year ago
David Rowley 36d0229b8f Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes 1 year ago
Peter Eisentraut 263a3f5f7f doc: remove LC_COLLATE and LC_CTYPE from SHOW command 1 year ago
Bruce Momjian 24c1c63387 Return actual error code from FOP failure in PDF build 1 year ago
Amit Kapila 87ce27de69 Ensure stored generated columns must be published when required. 1 year ago
Bruce Momjian 77c189cdaf Properly use $(AWK) in Makefile, not 'awk' 1 year ago
Bruce Momjian 498f130756 Fix Makefile so invalid characters warning preserves error code 1 year ago
Bruce Momjian 8b318a168a Now that we have non-Latin1 SGML detection, restore Latin1 chars 1 year ago
Michael Paquier 8817e8d3a4 doc: Clarify some terms for pg_createsubscriber 1 year ago
Bruce Momjian e4c8865196 doc Makefile: issue warning about chars that cannot be output 1 year ago
Nathan Bossart db6a4a985b Deprecate MD5 passwords. 1 year ago
Peter Eisentraut 49ae9fd8b7 doc: Fix typo 1 year ago
Peter Eisentraut 1e08905842 doc: Improve description of referential actions 1 year ago
Thomas Munro 1758d42446 Require ucrt if using MinGW. 1 year ago
Peter Eisentraut 85b7efa1cd Support LIKE with nondeterministic collations 1 year ago
Michael Paquier d0eb4297cc Handle better implicit transaction state of pipeline mode 1 year ago
Bruce Momjian 6e80951f49 Fix commit 641a5b7a14 for "nbsp" output in SVG files 1 year ago
Richard Guo a8ccf4e93a Reordering DISTINCT keys to match input path's pathkeys 1 year ago
Amit Kapila d05a387d9d Doc: Clarify the `inactive_since` field description. 1 year ago
Michael Paquier 2ff7c913d9 doc: Fix example with __next__() in PL/Python function 1 year ago
Bruce Momjian 4c4aaa19a6 doc: clarify how logical replication takes its initial snapshot 1 year ago
Bruce Momjian 70236cf22f doc: clarify that jsonb_path_match() returns an SQL boolean 1 year ago
Bruce Momjian f722dd32de clarify --no-comments option in --help and SGML files 1 year ago
Fujii Masao 6c8f670323 file_fdw: Add REJECT_LIMIT option to file_fdw. 1 year ago
Michael Paquier 15afb7d61c doc: Fix section of functions age(xid) and mxid_age(xid) 1 year ago