Commit Graph

15662 Commits (072e2f8a62002cb01ed6c4e161442e133509349e)

Author SHA1 Message Date
Michael Paquier bd1788051b Introduce GUC shared_memory_size 4 years ago
Magnus Hagander d6c916f020 Consistently use read-only instead of "read only" 4 years ago
Fujii Masao 449ab63505 postgres_fdw: Allow application_name of remote connection to be set via GUC. 4 years ago
Fujii Masao e04267844a Enhance pg_stat_reset_single_table_counters function. 4 years ago
Michael Paquier 163074ea84 doc: Replace some uses of "which" by "that" in parallel.sgml 4 years ago
Tatsuo Ishii 06ba4a63b8 Use COPY FREEZE in pgbench for faster benchmark table population. 4 years ago
Tom Lane 469150a240 Doc: clarify how triggers relate to transactions. 4 years ago
Stephen Frost f01727290f docs: Add command tags for SQL commands 4 years ago
Daniel Gustafsson 10d2695b0c docs: clarify bgw_restart_time documentation 4 years ago
Peter Eisentraut e2799528d4 Change Texinfo output to UTF-8 4 years ago
Etsuro Fujita 255ed90fd2 Doc: Tweak function prototype indentation for consistency. 4 years ago
Amit Kapila 1046a69b30 Fix Alter Subscription's Add/Drop Publication behavior. 4 years ago
Daniel Gustafsson 9a9c8b9201 Remove --quiet option from pg_amcheck 4 years ago
Amit Kapila 0ac1aee0d7 Fix typo in protocol.sgml. 4 years ago
Daniel Gustafsson 76987bad33 Doc: Fix typo in logical decoding example 4 years ago
Heikki Linnakangas e9a79c220b doc: \123 and \x12 escapes in COPY are in database encoding. 4 years ago
Alvaro Herrera 6f8127b739
Revert analyze support for partitioned tables 4 years ago
Daniel Gustafsson ea499f3d28 Clarify initdb --sync-only help message and docs 4 years ago
Andres Freund 80a8f95b3b Remove support for background workers without BGWORKER_SHMEM_ACCESS. 4 years ago
Daniel Gustafsson 512f4ca6c6 Fix sslsni connparam boolean check 4 years ago
Daniel Gustafsson 72bbff4cd6 Add alternative output for OpenSSL 3 without legacy loaded 4 years ago
David Rowley deb6ffd4fd Doc: Fix misleading statement about VACUUM memory limits 4 years ago
Bruce Momjian d8a75b1308 doc: mention pg_upgrade extension script 4 years ago
Tom Lane cf5ce5aa70 Doc: remove bogus <indexterm> items. 4 years ago
Peter Eisentraut 05e60aece3 Fix wording 4 years ago
Etsuro Fujita aa769f80ed postgres_fdw: Fix issues with generated columns in foreign tables. 4 years ago
Amit Kapila 63cf61cdeb Add prepare API support for streaming transactions in logical replication. 4 years ago
Tom Lane 6424337073 Add assorted new regexp_xxx SQL functions. 4 years ago
Bruce Momjian 95ab1e0a9d interval: round values when spilling to months 4 years ago
Bruce Momjian 5090d709f1 pg_upgrade: improve docs about extension upgrades 4 years ago
Bruce Momjian 691272cae9 doc: mention inheritance's tableoid can be used in partitioning 4 years ago
Bruce Momjian cfbbb8610d doc: add example of using pg_dump with GNU split and gzip 4 years ago
Tom Lane a5cb4f9829 Doc: minor improvements for logical replication protocol documentation. 5 years ago
Tom Lane 64a1f22565 Doc: alphabetize the regexp_foo() function descriptions in 9.7.3. 5 years ago
Jeff Davis 14d474e079 Improve documentation for START_REPLICATION ... LOGICAL. 5 years ago
John Naylor 5fcf3945bd Fix range check in ECPG numeric to int conversion 5 years ago
Tom Lane 3dddb2a821 Doc: add a glossary entry for "domain". 5 years ago
Daniel Gustafsson fcf4c0ae1d docs: Fix bit_count example output 5 years ago
John Naylor 3ba70d4e15 Disallow negative strides in date_bin() 5 years ago
David Rowley 8709228775 Doc: Clarify lock levels taken during ATTACH PARTITION 5 years ago
Michael Paquier b0483263dd Add support for SET ACCESS METHOD in ALTER TABLE 5 years ago
Fujii Masao 0e1275fb07 Avoid using ambiguous word "non-negative" in error messages. 5 years ago
Bruce Momjian 6feebcb6b4 doc: for various substring funcs, document if only first match 5 years ago
Bruce Momjian 74cf7d46a9 pg_resetxlog: add option to set oldest xid & use by pg_upgrade 5 years ago
Dean Rasheed 085f931f52 Allow numeric scale to be negative or greater than precision. 5 years ago
Michael Paquier efe0802209 doc: Fix command example to run regression tests with PGOPTIONS 5 years ago
Alvaro Herrera 80ba4bb383
Make ALTER TRIGGER RENAME consistent for partitioned tables 5 years ago
Alvaro Herrera 73c5d2bfee
Rework installation instructions again 5 years ago
Tom Lane 7fa1e1ef74 Doc: improve documentation about exponentiation operator. 5 years ago
Alvaro Herrera aaec237b1a
Improve installation instructions a bit 5 years ago