Commit Graph

17318 Commits (4dea33ce765d65d8807d343ca6535a3d067a63da)

Author SHA1 Message Date
Alvaro Herrera 4dea33ce76
Don't disallow DROP of constraints ONLY on partitioned tables 2 years ago
Fujii Masao 559efce1d6 Add num_done counter to the pg_stat_checkpointer view. 2 years ago
Nathan Bossart d8ebcac547 doc: Note that CREATE MATERIALIZED VIEW restricts search_path. 2 years ago
Robert Haas 8dfd312902 pg_verifybackup: Verify tar-format backups. 2 years ago
Tom Lane 147bbc90f7 Modernize to_char's Roman-numeral code, fixing overflow problems. 2 years ago
Tom Lane e3a92ab070 Doc: InitPlans aren't parallel-restricted any more. 2 years ago
Amit Kapila d66572d9fe Doc: Add a note in the upgrade of logical replication clusters. 2 years ago
Amit Kapila 7fdeaf5774 Doc: Add the steps for upgrading the logical replication cluster. 2 years ago
David Rowley 62ddf7ee9a Add ONLY support for VACUUM and ANALYZE 2 years ago
Tom Lane a2ebf3274a Doc: explain how to test ADMIN privilege with pg_has_role(). 2 years ago
Bruce Momjian 658fc6c6af doc PG relnotes: remove warning about commit links in PDF build 2 years ago
Bruce Momjian c6b1506f71 doc PG relnotes: document "Unresolved ID reference found" cause 2 years ago
Bruce Momjian 25f8cf19ab doc PG relnotes: rename commit link paragraph for clarity 2 years ago
Bruce Momjian 8a6e85b46e doc PG relnotes: add paragraph explaining the section symbol 2 years ago
Bruce Momjian f986882ffd doc PG relnotes: no relnote footnotes for commit links in PDF 2 years ago
Fujii Masao a7c39db5eb docs: Improve the description of num_timed column in pg_stat_checkpointer. 2 years ago
Fujii Masao 4f08ab5545 postgres_fdw: Extend postgres_fdw_get_connections to return user name. 2 years ago
Tom Lane 918e21d251 Repair pg_upgrade for identity sequences with non-default persistence. 2 years ago
Alexander Korotkov 85b98b8d5a Minor cleanup related to pg_wal_replay_wait() procedure 2 years ago
Peter Eisentraut 89f908a6d0 Add temporal FOREIGN KEY contraints 2 years ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 2 years ago
Peter Eisentraut 7406ab623f Add stratnum GiST support function 2 years ago
Nathan Bossart 40e2e5e92b Introduce framework for parallelizing various pg_upgrade tasks. 2 years ago
Bruce Momjian d891c49286 doc PG relnotes: fix SGML markup for new commit links 2 years ago
Tom Lane b8ea0f675f Run regression tests with timezone America/Los_Angeles. 2 years ago
Amit Langote 2b67bdca52 SQL/JSON: Update example in JSON_QUERY() documentation 2 years ago
Tom Lane cb599b9ddf Make jsonpath .string() be immutable for datetimes. 2 years ago
Fujii Masao 4eada203a5 Add has_largeobject_privilege function. 2 years ago
David Rowley 5bb9ba2739 Doc: alphabetize aggregate function table 2 years ago
Magnus Hagander 280423300b pg_createsubscriber: minor documentation fixes 2 years ago
Tom Lane ed055d249d Improve documentation and testing of jsonpath string() for datetimes. 2 years ago
Peter Eisentraut 56fead44dc Add amgettreeheight index AM API routine 2 years ago
Tom Lane 218527d014 Don't bother checking the result of SPI_connect[_ext] anymore. 2 years ago
Robert Haas cdb6b0fdb0 Add PQfullProtocolVersion() to surface the precise protocol version. 2 years ago
Amit Kapila 6c2b5edecc Collect statistics about conflicts in logical replication. 2 years ago
Michael Paquier 4236825197 Fix typos and grammar in code comments and docs 2 years ago
Daniel Gustafsson 94eec79633 doc: Consistently use result set in documentation 2 years ago
Daniel Gustafsson a70e01d430 Remove support for OpenSSL older than 1.1.0 2 years ago
Masahiko Sawada d7613ea72f Clarify restrict_nonsystem_relation_kind description. 2 years ago
Amit Kapila 640178c92e Rename the conflict types for the origin differ cases. 2 years ago
Amit Kapila 9d90e2bdaf Doc: Fix the ambiguity in the description of failover slots. 2 years ago
Peter Eisentraut 6654bb9204 Add prefetching support on macOS 2 years ago
Alexander Korotkov 3890d90c15 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 2 years ago
Peter Eisentraut 6e8a0317b4 pg_createsubscriber: Message style improvements 2 years ago
Amit Kapila edcb712585 Doc: explain the log format of logical replication conflicts. 2 years ago
Michael Paquier d55322b0da psql: Add more meta-commands able to use the extended protocol 2 years ago
Peter Eisentraut 4baff50132 doc: remove llvm-config search from configure documentation 2 years ago
Amit Kapila d43b8bb6b8 Fix typos in 9758174e2e. 2 years ago
Alvaro Herrera 678a8358d1
Minor wording change in table "JSON Creation Functions" 2 years ago
John Naylor 4d93bbd4e0 Document limit on the number of out-of-line values per table 2 years ago