summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2023-03-26Doc: clarify introduction to database roles.Tom Lane
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-03-25Doc: fix another "contents...exceed the available area" PDF warning.Tom Lane
2023-03-24Doc: fix examples for pg_input_error_info().Tom Lane
2023-03-24docs: Explain how to silence overly verbose messages by fopAndres Freund
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-24meson: docs: add texinfo targetAndres Freund
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-24meson: add install-{docs,doc-html,doc-man} targetsAndres Freund
2023-03-24Doc: Improve description of the "batch_size" option for postgres_fdw.Etsuro Fujita
2023-03-23doc: fix another case of missing productname markupDaniel Gustafsson
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-03-23Improve the naming of Parallel Hash Join phases.Thomas Munro
2023-03-22Add "-c name=value" switch to initdb.Tom Lane
2023-03-22doc: Add description of some missing monitoring functionsMichael Paquier
2023-03-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-21docs: use consistent markup for PostgreSQLDaniel Gustafsson
2023-03-21pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut
2023-03-21meson: rename html_help target to htmlhelpAndres Freund
2023-03-20Add @extschema:name@ and no_relocate options to extensions.Tom Lane
2023-03-20doc/PDF: Add page breaks for <sect1> in contrib appendixAlvaro Herrera
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-20doc: Additional information about timeline ID hexadecimal formatPeter Eisentraut
2023-03-18Doc: fix documentation example for bytea hex output format.Tom Lane
2023-03-18Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane
2023-03-17Fix pg_dump for hash partitioning on enum columns.Tom Lane
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-16Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.Tom Lane
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-15doc: Add lists of modules trusted/obsoleteAlvaro Herrera
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-03-14Allow pg_dump to include/exclude child tables automatically.Tom Lane
2023-03-14doc: spell out full productnameDaniel Gustafsson
2023-03-14Rework design of functions in pg_walinspectMichael Paquier
2023-03-14Add support for the error functions erf() and erfc().Dean Rasheed
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-13meson: Make auto the default of the ssl optionPeter Eisentraut
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-10Add standard collation UNICODEPeter Eisentraut
2023-03-10doc: Better example for custom ICU rulesPeter Eisentraut
2023-03-10pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()Michael Paquier
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-09HTML docs: Add padding to table.simplelist for more readable outputAlvaro Herrera
2023-03-09doc: Add guidelines to generate coverage reports with mesonMichael Paquier
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-07Add support for unit "B" to pg_size_bytes()Peter Eisentraut
2023-03-07doc: Update pg_size_pretty documentation about petabytes supportPeter Eisentraut
2023-03-06Fix handling of default option values in createuserDaniel Gustafsson