Commit Graph

15644 Commits (80a8f95b3bca6a80672d1766c928cda34e979112)

Author SHA1 Message Date
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. 4 years ago
Tom Lane 64a1f22565 Doc: alphabetize the regexp_foo() function descriptions in 9.7.3. 4 years ago
Jeff Davis 14d474e079 Improve documentation for START_REPLICATION ... LOGICAL. 4 years ago
John Naylor 5fcf3945bd Fix range check in ECPG numeric to int conversion 4 years ago
Tom Lane 3dddb2a821 Doc: add a glossary entry for "domain". 4 years ago
Daniel Gustafsson fcf4c0ae1d docs: Fix bit_count example output 4 years ago
John Naylor 3ba70d4e15 Disallow negative strides in date_bin() 4 years ago
David Rowley 8709228775 Doc: Clarify lock levels taken during ATTACH PARTITION 4 years ago
Michael Paquier b0483263dd Add support for SET ACCESS METHOD in ALTER TABLE 4 years ago
Fujii Masao 0e1275fb07 Avoid using ambiguous word "non-negative" in error messages. 4 years ago
Bruce Momjian 6feebcb6b4 doc: for various substring funcs, document if only first match 4 years ago
Bruce Momjian 74cf7d46a9 pg_resetxlog: add option to set oldest xid & use by pg_upgrade 4 years ago
Dean Rasheed 085f931f52 Allow numeric scale to be negative or greater than precision. 4 years ago
Michael Paquier efe0802209 doc: Fix command example to run regression tests with PGOPTIONS 4 years ago
Alvaro Herrera 80ba4bb383
Make ALTER TRIGGER RENAME consistent for partitioned tables 4 years ago
Alvaro Herrera 73c5d2bfee
Rework installation instructions again 4 years ago
Tom Lane 7fa1e1ef74 Doc: improve documentation about exponentiation operator. 4 years ago
Alvaro Herrera aaec237b1a
Improve installation instructions a bit 4 years ago
Fujii Masao 90b6c339b2 doc: Document that only superusers can use pg_import_system_collations(). 4 years ago
Peter Geoghegan dd498998a3 Doc: vacuum_multixact_failsafe_age is multixact-based. 4 years ago
Michael Paquier d121663561 doc: Mention CASCADE/RESTRICT for DROP STATISTICS 4 years ago
Alexander Korotkov 9e3c217bd9 Support for unnest(multirange) 4 years ago
Tom Lane 665c5855e5 Doc: document the current-transaction-modes GUCs. 4 years ago
Peter Eisentraut 46111fb7b5 doc: Spell checking 4 years ago
Daniel Gustafsson 830ef61bd8 docs: fix inconsistencies in markup and case 4 years ago
Tom Lane a49d081235 Replace explicit PIN entries in pg_depend with an OID range test. 4 years ago
Magnus Hagander b4deefc39b Clarify description of pg_stat_statements columns 4 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 4 years ago
David Rowley 83f4fcc655 Change the name of the Result Cache node to Memoize 4 years ago
Tom Lane d68a003912 Rename debug_invalidate_system_caches_always to debug_discard_caches. 4 years ago
Thomas Munro 7c09d2797e Add PSQL_WATCH_PAGER for psql's \watch command. 4 years ago
Peter Eisentraut 5b60cf35f5 doc: Fix typo in function prototype 4 years ago
Alvaro Herrera ab09679429
libpq: Fix sending queries in pipeline aborted state 4 years ago
Fujii Masao 9d2a775734 doc: Fix description about pg_stat_statements.track_planning. 4 years ago
Fujii Masao d854720df6 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 4 years ago
Tom Lane 955b3e0f92 Allow CustomScan providers to say whether they support projections. 4 years ago