summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
AgeCommit message (Expand)Author
2023-04-17Put new command-line option into sensible order in help outputPeter Eisentraut
2023-04-16Doc: remove notes about the version vacuumdb options are valid fromDavid Rowley
2023-04-16Doc: add note about --buffer-usage-limit being v16 onwardsDavid Rowley
2023-04-16Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-12doc: Fix some typos and grammarMichael Paquier
2023-04-10Doc: avoid using pg_get_publication_tables() in an example.Tom Lane
2023-04-08Doc: Fix the datatype of the newly added SUBSCRIPTION options.Amit Kapila
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane
2023-04-06psql: add an optional execution-count limit to \watch.Tom Lane
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-04-05pg_dump: Add support for zstd compressionTomas Vondra
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-03-31Add XML ID attributes to create_publication.sgml.Amit Kapila
2023-03-30Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6.Robert Haas
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-29Add XML ID attributes to create_subscription.sgml.Amit Kapila
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-03-22Add "-c name=value" switch to initdb.Tom Lane
2023-03-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-21pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut
2023-03-17Fix pg_dump for hash partitioning on enum columns.Tom Lane
2023-03-16Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.Tom Lane
2023-03-14Allow pg_dump to include/exclude child tables automatically.Tom Lane
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-10doc: Better example for custom ICU rulesPeter Eisentraut
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-06Fix handling of default option values in createuserDaniel Gustafsson
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-03-02Show "internal name" not "source code" in psql's \df+ command.Tom Lane
2023-03-01Improve wording in pg_dump compression docsTomas Vondra
2023-02-27Replace single-quotes with double-quotes in a few SGML attributes.Heikki Linnakangas
2023-02-27pg_rewind: Remove notice in docs about running CHECKPOINT after promote.Heikki Linnakangas
2023-02-26Doc: Miscellaneous doc updates for MERGE.Dean Rasheed
2023-02-23Add LZ4 compression to pg_dumpTomas Vondra
2023-02-14Correct docs for the default locale_provider of a new database.Jeff Davis
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-06Add support for progress reporting to pg_verifybackupMichael Paquier
2023-02-03doc: Fix XML formatting that psql cannot handlePeter Eisentraut
2023-01-31Doc: clarify use of NULL to drop comments and security labels.Tom Lane
2023-01-30Doc: clarify behavior of boolean options in replication commands.Tom Lane
2023-01-26Don't install postmaster symlink anymorePeter Eisentraut