Commit Graph

14629 Commits (60596f148a661e0fd1d7c1f13a72b55124511e3a)

Author SHA1 Message Date
Tom Lane 27f5c712b2 Fix CREATE INDEX progress reporting for multi-level partitioning. 3 years ago
Tom Lane f34a893531 Doc: fix another "contents...exceed the available area" PDF warning. 3 years ago
Tom Lane 7023207cfd Doc: fix examples for pg_input_error_info(). 3 years ago
Andres Freund 642d877976 docs: Explain how to silence overly verbose messages by fop 3 years ago
Tom Lane 3c05284d83 Invent GENERIC_PLAN option for EXPLAIN. 3 years ago
Andres Freund 069ef254f1 meson: docs: add texinfo target 3 years ago
Michael Paquier 36f40ce2dc libpq: Add sslcertmode option to control client certificates 3 years ago
Andres Freund f13eb16485 meson: add install-{docs,doc-html,doc-man} targets 3 years ago
Etsuro Fujita 0f0a7183d7 Doc: Improve description of the "batch_size" option for postgres_fdw. 3 years ago
Daniel Gustafsson eb2618a03c doc: fix another case of missing productname markup 3 years ago
Peter Geoghegan ae4fdde135 Count updates that move row to a new page. 3 years ago
Amit Kapila ecb696527c Allow logical replication to copy tables in binary format. 3 years ago
Thomas Munro 8fba928fd7 Improve the naming of Parallel Hash Join phases. 3 years ago
Tom Lane 3e51b278db Add "-c name=value" switch to initdb. 3 years ago
Michael Paquier d69c404c4c doc: Add description of some missing monitoring functions 3 years ago
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