Commit Graph

17430 Commits (8d96f57d5cc79c0c51050bb707c19bf07d2895eb)

Author SHA1 Message Date
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
Fujii Masao c166454496 Improve error message for database object stats manipulation functions. 1 year ago
Bruce Momjian b38bac26e2 doc: clarify pg_dump --no-comments meaning as SQL comments 1 year ago
Bruce Momjian cffca3665d doc: clarify text about combining row-level policies 1 year ago
Peter Eisentraut 9321d2fdf8 Fix collation handling for foreign keys 1 year ago
Peter Eisentraut f683ba0867 doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPS 1 year ago
Peter Eisentraut d56af4c882 doc: Add PERIOD to ALTER TABLE reference docs 1 year ago
Peter Eisentraut 94daf80bd1 doc: Small improvement in CREATE TABLE / PERIOD documentation 1 year ago
Peter Eisentraut bf62105950 doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs 1 year ago
Noah Misch b7e3a52a87 Block environment variable mutations from trusted PL/Perl. 1 year ago
Amit Kapila 220cea9411 Doc: Add links to clarify the max_replication_slots. 1 year ago
Michael Paquier e7a9496de9 Add two attributes to pg_stat_database for parallel workers activity 1 year ago
Michael Paquier bf8835ea97 libpq: Bail out during SSL/GSS negotiation errors 1 year ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 1 year ago
Álvaro Herrera f56a01ebdb
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints 1 year ago
Amit Kapila 7054186c4e Replicate generated columns when 'publish_generated_columns' is set. 1 year ago
Peter Eisentraut a0be94067e doc: Remove event trigger firing matrix 1 year ago
Alexander Korotkov 3a7ae6b3d9 Revert pg_wal_replay_wait() stored procedure 1 year ago