Commit Graph

12834 Commits (b323fcc58cb15200572a8515bc9b5bb1882c4d42)

Author SHA1 Message Date
Peter Geoghegan df4f3ab517 Add show_data option to pg_get_wal_block_info. 3 years ago
Alvaro Herrera 6ee30209a6
SQL/JSON: support the IS JSON predicate 3 years ago
Daniel Gustafsson 558fff0adf pg_regress: Emit TAP compliant output 3 years ago
Amit Kapila ed94e8563e Add XML ID attributes to create_publication.sgml. 3 years ago
Andres Freund 8aaa04b32d Track shared buffer hits in pg_stat_io 3 years ago
Peter Geoghegan 122376f028 Show record information in pg_get_wal_block_info. 3 years ago
Robert Haas 9c487efe35 Fix documentation build for c3afe8cf5a. 3 years ago
Robert Haas c3afe8cf5a Add new predefined role pg_create_subscription. 3 years ago
Daniel Gustafsson 7f5b19817e Support connection load balancing in libpq 3 years ago
Alvaro Herrera 7081ac46ac
SQL/JSON: add standard JSON constructor functions 3 years ago
Peter Eisentraut 5aae36dc9c meson: Change default buildtype to debugoptimized 3 years ago
Amit Kapila 062a844424 Avoid syncing data twice for the 'publish_via_partition_root' option. 3 years ago
Amit Kapila de5a47af2d Add XML ID attributes to create_subscription.sgml. 3 years ago
Jeff Davis 1671f990dd Validate ICU locales. 3 years ago
Peter Eisentraut 90189eefc1 Save a few bytes in pg_attribute 3 years ago
Daniel Gustafsson 5a91c79755 doc: fix Apple Silicon Homebrew prefix change documentation 3 years ago
Daniel Gustafsson 4c8d654084 doc: Fix XML_CATALOG_FILES env var for Apple M1 machines 3 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 3 years ago
Tom Lane 6eefe2ce46 Doc: clarify introduction to database roles. 3 years ago
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