summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-05SQL JSON path enhanced numeric literalsPeter Eisentraut
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-03-01meson: Add equivalent of configure --disable-rpath optionPeter Eisentraut
2023-03-01doc: Mention de-normalization of deallocated entries in pg_stat_statementsMichael Paquier
2023-03-01doc: Update pg_stat_statements about query ID calculation of utilitiesMichael Paquier
2023-02-28doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspectMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
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-22Add missing support for the latest SPI status codes.Dean Rasheed
2023-02-22doc: Add default value of createrole_self_grantDaniel Gustafsson
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-02-22doc: Add missing values for meson options -Dcassert and -Db_coverageMichael Paquier
2023-02-17Redesign archive modulesMichael Paquier
2023-02-16Add a new wait state and use it when sending data in the apply worker.Amit Kapila
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-15doc: Fix spelling of option -Dtap_tests for mesonMichael Paquier
2023-02-14Correct docs for the default locale_provider of a new database.Jeff Davis