Commit Graph

15639 Commits (cf5ce5aa70d33fc3048ab63c50585b8cc0f11dfd)

Author SHA1 Message Date
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. 5 years ago
Tom Lane 6424337073 Add assorted new regexp_xxx SQL functions. 5 years ago
Bruce Momjian 95ab1e0a9d interval: round values when spilling to months 5 years ago
Bruce Momjian 5090d709f1 pg_upgrade: improve docs about extension upgrades 5 years ago
Bruce Momjian 691272cae9 doc: mention inheritance's tableoid can be used in partitioning 5 years ago
Bruce Momjian cfbbb8610d doc: add example of using pg_dump with GNU split and gzip 5 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
Fujii Masao 90b6c339b2 doc: Document that only superusers can use pg_import_system_collations(). 5 years ago
Peter Geoghegan dd498998a3 Doc: vacuum_multixact_failsafe_age is multixact-based. 5 years ago
Michael Paquier d121663561 doc: Mention CASCADE/RESTRICT for DROP STATISTICS 5 years ago
Alexander Korotkov 9e3c217bd9 Support for unnest(multirange) 5 years ago
Tom Lane 665c5855e5 Doc: document the current-transaction-modes GUCs. 5 years ago
Peter Eisentraut 46111fb7b5 doc: Spell checking 5 years ago
Daniel Gustafsson 830ef61bd8 docs: fix inconsistencies in markup and case 5 years ago
Tom Lane a49d081235 Replace explicit PIN entries in pg_depend with an OID range test. 5 years ago
Magnus Hagander b4deefc39b Clarify description of pg_stat_statements columns 5 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 5 years ago
David Rowley 83f4fcc655 Change the name of the Result Cache node to Memoize 5 years ago
Tom Lane d68a003912 Rename debug_invalidate_system_caches_always to debug_discard_caches. 5 years ago
Thomas Munro 7c09d2797e Add PSQL_WATCH_PAGER for psql's \watch command. 5 years ago
Peter Eisentraut 5b60cf35f5 doc: Fix typo in function prototype 5 years ago
Alvaro Herrera ab09679429
libpq: Fix sending queries in pipeline aborted state 5 years ago
Fujii Masao 9d2a775734 doc: Fix description about pg_stat_statements.track_planning. 5 years ago
Fujii Masao d854720df6 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 5 years ago
Tom Lane 955b3e0f92 Allow CustomScan providers to say whether they support projections. 5 years ago
Tom Lane ab2e19987f Doc: add info about timestamps with fractional-minute UTC offsets. 5 years ago
Peter Eisentraut 903d9aa780 doc: Fix quoting markup 5 years ago
Amit Kapila e360aa0530 Doc: Hash Indexes. 5 years ago
Michael Paquier 0f06359fb3 doc: Mention requirement to --enable-tap-tests on section for TAP tests 5 years ago
David Rowley ec34040af1 Doc: mention that VACUUM can't utilize over 1GB of RAM 5 years ago