summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-02-06doc: Fix SQL keywords listsPeter Eisentraut
2023-02-06doc: Fix description of SQL standard partsPeter Eisentraut
2023-02-06Add support for progress reporting to pg_verifybackupMichael Paquier
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-02-03doc: Fix XML formatting that psql cannot handlePeter Eisentraut
2023-02-02Doc: Abstract AF_UNIX sockets don't work on Windows.Thomas Munro
2023-02-02Allow the logical_replication_mode to be used on the subscriber.Amit Kapila
2023-01-31Doc: clarify use of NULL to drop comments and security labels.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-30Doc: clarify behavior of boolean options in replication commands.Tom Lane
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-27doc: Adjust a few more references to "postmaster"Peter Eisentraut
2023-01-26Doc: use less-awkward phrasing.Tom Lane
2023-01-26Don't install postmaster symlink anymorePeter Eisentraut
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-26Clarify documentation for CLUSTER on partitioned tables.Jeff Davis
2023-01-26Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier
2023-01-25Doc: update VACUUM VERBOSE freezing tip.Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-25doc: Fix network_ops -> inet_ops in SpGiST operator class listMichael Paquier
2023-01-25Rename contrib module basic_archive to basic_wal_moduleMichael Paquier
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-23pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-20Update docs and error message for superuser_reserved_connections.Robert Haas
2023-01-20Describe each contrib module in its SGML section titleAlvaro Herrera
2023-01-20Improve the description of Output Plugin Callbacks.Amit Kapila
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-19doc: Fix some issues in logical replication sectionMichael Paquier
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-17Doc: fix a few oddly-spelled SGML ID attributes.Tom Lane
2023-01-17Track behavior of \1 in pg_ident.conf when quotedMichael Paquier
2023-01-16Assorted improvements to SECURITY DEFINER functions documentation.Robert Haas
2023-01-16More documentation update for GRANT ... WITH SET OPTION.Robert Haas
2023-01-14Doc: fix typo in backup.sgml.Tatsuo Ishii
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-13Simplify permissions for LOCK TABLE.Jeff Davis
2023-01-13doc: Simplify description of functions for pg_walinspectMichael Paquier
2023-01-12Doc: fix silly thinko in 8bf6ec3ba.Tom Lane
2023-01-11Improve handling of inherited GENERATED expressions.Tom Lane
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-10Document the newly added wait events added by commit 216a784829.Amit Kapila
2023-01-10Fix the display of lock information for specktoken.Amit Kapila
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane