Commit Graph

17310 Commits (59f0eea7b001e3f5d38fd84a9ee5482a23be56e2)

Author SHA1 Message Date
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
Amit Kapila d43b8bb6b8 Fix typos in 9758174e2e. 1 year ago
Alvaro Herrera 678a8358d1
Minor wording change in table "JSON Creation Functions" 1 year ago
John Naylor 4d93bbd4e0 Document limit on the number of out-of-line values per table 1 year ago
Amit Kapila 9758174e2e Log the conflicts while applying changes in logical replication. 1 year ago
Bruce Momjian 9380e5f129 doc: improve create/alter sequence CYCLE syntax 1 year ago
Bruce Momjian e28a2719be doc: mention of postpostgres_fdw INSERT ON CONFLICT limitation 1 year ago
Bruce Momjian cf3bb26204 doc: clarify create database in start docs uses command line 1 year ago
Bruce Momjian 6467993fb5 doc: Improve vague pg_createsubscriber description 1 year ago
Tomas Vondra 0d06a7eac4 Document that search_path is reported by the server 1 year ago
Michael Paquier a5f4ff6c80 doc: Fix typo in section for custom pgstats 1 year ago
Bruce Momjian 03e9b958ee docs: fix incorrect plpgsql error message 1 year ago