master
Improve <xref> vs. <command> formatting in the documentation
SQL Property Graph Queries (SQL/PGQ)
More documentation update for GRANT ... WITH SET OPTION.
doc: fix for commit 09f7d36 in changing "_" to "-".
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
doc: fix ALTER DOMAIN domain_constraint to spell out options
doc: remove incorrect grammar for ALTER EVENT TRIGGER
CREATE SUBSCRIPTION ... SERVER.
doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN.
Make role grant system more consistent with other privileges.
doc: Mention validation attempt during ALTER INDEX .. ATTACH PARTITION
Allow CURRENT_ROLE where CURRENT_USER is accepted
doc: Fix column_name parameter in ALTER MATERIALIZED VIEW
Extend ALTER OPERATOR to allow setting more optimization attributes.
Remove obsolete RECHECK keyword completely
doc: Improve hyphenation consistency
Prevent dropping the last label from a property graph element
doc: Add missing CREATE/ALTER PUBLICATION parameter descriptions
Improve some documentation about the bootstrap superuser.
Doc: fix confusion about LEAKPROOF in syntax summaries.
Convert documentation to DocBook XML
Doc: Use <structfield> markup for sequence fields.
Make stxstattarget nullable
Revert "Validate subscription conninfo on owner change"
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
doc: clarify MERGE PARTITIONS adjacency requirement
Enable IO concurrency on all systems
Make ALTER TRIGGER RENAME consistent for partitioned tables
Revert "Add USER SET parameter values for pg_db_role_setting"
doc: Clarify VERBOSE output for ANALYZE and VACUUM
Reconsider the handling of procedure OUT parameters.
doc: Fix spelling for CHECKPOINT reference page
Fix a set of typos and grammar issues across the tree
Doc: reword text explaining the --maintenance-db option
Doc: commit performs rollback of aborted transactions.
doc: Remove unused title ids
doc: Clarify COPY FROM WHERE expression restrictions
tableam: basic documentation.
Allow negative aggtransspace to indicate unbounded state size
Support PG_UNICODE_FAST locale in the builtin collation provider.
Add 'noError' argument to encoding conversion functions.
Force LC_COLLATE to C in postmaster.
Fix PG 17 [NOT] NULL optimization bug for domains
Add GUC for temporarily disabling event triggers
extension_control_path
doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE.
doc: Add reference to CREATE PROCEDURE on CREATE FUNCTION
doc: Remove deprecated clauses from CREATE USER/GROUP syntax synopsis.
doc: consistently use "structname" and "structfield" markup
doc: Note that CREATE MATERIALIZED VIEW restricts search_path.
doc: Some copy-editing around prefix operators
Fix RLS checks for FOR PORTION OF leftover rows
doc: Fix man page whitespace issues
doc: Small synopsis wording change for consistency
Deprecate MD5 passwords.
Doc: update CREATE RULE ref page's hoary discussion of views.
Support more object types within CREATE SCHEMA.
Add support for extended statistics on virtual generated columns.
doc: Make synopsis placeholders consistent
Allow autovacuum to use parallel vacuum workers.
Doc: declutter CREATE TABLE synopsis.
plpython: Adjust docs after removal of Python 2 support.
Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE.
Add support for INSERT ... ON CONFLICT DO SELECT.
createuser: Update docs to reflect defaults
In plpgsql, don't preassign portal names to bound cursor variables.
Fix order of steps in DISCARD ALL documentation
doc: make ref/*.sgml file header comment layout consistent
Fix documentation about DROP DATABASE FORCE process termination rights.
Doc: replace unnecessary non-breaking space with ordinal space.
doc: Clarify use of ACCESS EXCLUSIVE lock in various sections
Remove support for postfix (right-unary) operators.
Revert "Avoid race condition between "GRANT role" and "DROP ROLE"".
Restrict the privileges of CREATEROLE users.
Improve DROP SERVER handling of dependent subscriptions.
doc: Mention CASCADE/RESTRICT for DROP STATISTICS
Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = NONE).
Fix connection string handling in src/bin/scripts/ programs.
Fix assorted bugs in ecpg's macro mechanism.
Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.
Improve docs for EXPLAIN (IO)
doc: Fix XML formatting that psql cannot handle
Allow choosing specific grantors via GRANT/REVOKE ... GRANTED BY.
doc: remove added space within synopsis replaceable tags
Use larger segment file names for pg_notify
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
doc: TOAST not toast
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
doc: Remove trailing whitespace in xref
Add missing <application> tags in application doc <refentrytitle>s
doc: Improve description of pg_ctl -l log file permissions
Remove pg_dump/pg_dumpall support for dumping from pre-v10 servers.
doc: Update pg_dump/dumpall/upgrade about handling of external statistics
doc: libpq connection options can override command-line flags
Revert "Change default value of default_toast_compression to "lz4""
pg_recvlogical: Honor source cluster file permissions for output files
Revert non-text output formats for pg_dumpall
Document deprecated --wal-directory option for pg_verifybackup
pg_waldump: Add support for reading WAL from tar archives
doc: Fix sentence of pg_walsummary page
doc: double-quote use of %f, %p, and %r in literal commands.
doc: Assorted documentation improvements
Remove trailing whitespace from *.sgml files.
Fix options listing of pg_test_timing --cutoff
Remove pg_upgrade support for upgrading from pre-v10 servers.
Provide options for postmaster to kill child processes with SIGABRT.
Doc: Miscellaneous doc updates for MERGE.
psql: Don't do backquote expansion in \unrestrict.
Fix REASSIGN OWNED for subscriptions in other databases.
doc: Fix up spacing around verbatim DocBook elements
Reserve replication slots specifically for REPACK
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
doc: add transaction processing chapter with internals info
doc: clarify the behavior of identically-named savepoints
Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH
Revert "Add GROUP BY ALL".
doc: Note exceptions for SET ROLE's effect on privilege checks.
Fix privilege check for SET SESSION AUTHORIZATION.
doc: remove LC_COLLATE and LC_CTYPE from SHOW command
vacuumdb: Add --dry-run.
doc: Properly punctuate "etc."
Document that WAIT FOR LSN is timeline-blind