Commit Graph

15858 Commits (add323da40a6bf9e01cdda510e32ea924c89cd1a)

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