Commit Graph

16427 Commits (f48b4f892f76ee2b34968013c8ea67b1dfd4fa26)

Author SHA1 Message Date
Tom Lane b0d8f2d983 Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. 3 years ago
Daniel Gustafsson 0f85db92b9 docs: use consistent markup for PostgreSQL 3 years ago
Peter Eisentraut 4c8044c044 pg_waldump: Allow hexadecimal values for -t/--timeline option 3 years ago
Andres Freund 7730ceb43f meson: rename html_help target to htmlhelp 3 years ago
Tom Lane 72a5b1fc88 Add @extschema:name@ and no_relocate options to extensions. 3 years ago
Alvaro Herrera 30e9f2608a
doc/PDF: Add page breaks for <sect1> in contrib appendix 3 years ago
Tomas Vondra 19d8e2308b Ignore BRIN indexes when checking for HOT updates 3 years ago
Peter Eisentraut 0b51d423e9 doc: Additional information about timeline ID hexadecimal format 3 years ago
Tom Lane 4f46f870fa Doc: fix documentation example for bytea hex output format. 3 years ago
Tom Lane 75bd846b68 Add functions to do timestamptz arithmetic in a non-default timezone. 3 years ago
Tom Lane bc8cd50fef Fix pg_dump for hash partitioning on enum columns. 3 years ago
Michael Paquier 98ae2c84a4 libpq: Remove code for SCM credential authentication 3 years ago
Tom Lane f170b572d2 Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF. 3 years ago
Tom Lane 483bdb2afe Support [NO] INDENT option in XMLSERIALIZE(). 3 years ago
Alvaro Herrera a0137388cb
doc: Add lists of modules trusted/obsolete 3 years ago
Amit Kapila 89e46da5e5 Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber. 3 years ago
Tom Lane a563c24c95 Allow pg_dump to include/exclude child tables automatically. 3 years ago
Daniel Gustafsson bdc8d803e8 doc: spell out full productname 3 years ago
Michael Paquier 5c1b662807 Rework design of functions in pg_walinspect 3 years ago
Dean Rasheed d5d574146d Add support for the error functions erf() and erfc(). 3 years ago
Michael Paquier 3a465cc678 libpq: Add support for require_auth to control authorized auth methods 3 years ago
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM 3 years ago
Peter Eisentraut 6a3002715e meson: Make auto the default of the ssl option 3 years ago
Jeff Davis c45dc7ffbb initdb: derive encoding from locale for ICU; similar to libc. 3 years ago
Peter Eisentraut 0d21d4b9bc Add standard collation UNICODE 3 years ago
Peter Eisentraut cd42785974 doc: Better example for custom ICU rules 3 years ago
Michael Paquier 9ecb134a93 pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() 3 years ago
Jeff Davis 27b62377b4 Use ICU by default at initdb time. 3 years ago
Alvaro Herrera a7e584a7d6
HTML docs: Add padding to table.simplelist for more readable output 3 years ago
Michael Paquier f1c3963292 doc: Add guidelines to generate coverage reports with meson 3 years ago
Peter Eisentraut 30a53b7929 Allow tailoring of ICU locales with custom rules 3 years ago
Peter Eisentraut ce1215d9b0 Add support for unit "B" to pg_size_bytes() 3 years ago
Peter Eisentraut af4d5715fc doc: Update pg_size_pretty documentation about petabytes support 3 years ago
Daniel Gustafsson d3406d8036 Fix handling of default option values in createuser 3 years ago
Michael Paquier 4211fbd841 Add PROCESS_MAIN to VACUUM 3 years ago
Peter Eisentraut 102a5c164a SQL JSON path enhanced numeric literals 3 years ago
Tom Lane 6949b921d5 Avoid failure when altering state of partitioned foreign-key triggers. 3 years ago
Tom Lane 3dfae91f7a Show "internal name" not "source code" in psql's \df+ command. 3 years ago
Tomas Vondra 6095069b40 Improve wording in pg_dump compression docs 3 years ago
Peter Eisentraut d2f44cc36e meson: Add equivalent of configure --disable-rpath option 3 years ago
Michael Paquier 6da67a0c11 doc: Mention de-normalization of deallocated entries in pg_stat_statements 3 years ago
Michael Paquier 6a88a05861 doc: Update pg_stat_statements about query ID calculation of utilities 3 years ago
Michael Paquier 019f862466 doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect 3 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Heikki Linnakangas 46647cc4b8 Replace single-quotes with double-quotes in a few SGML attributes. 3 years ago
Heikki Linnakangas 0a0500207a pg_rewind: Remove notice in docs about running CHECKPOINT after promote. 3 years ago
Dean Rasheed ee7e8f3838 Doc: Miscellaneous doc updates for MERGE. 3 years ago
Tomas Vondra 0da243fed0 Add LZ4 compression to pg_dump 3 years ago
Dean Rasheed d0460a31de Add missing support for the latest SPI status codes. 3 years ago
Daniel Gustafsson e00bc6c922 doc: Add default value of createrole_self_grant 3 years ago