Commit Graph

16916 Commits (6ee26c6a4bafabbd22a85f575d2446fd5ec6ad0d)

Author SHA1 Message Date
Amit Kapila 776621a5e4 Add a failover option to subscriptions. 2 years ago
David Rowley c85977d8fe Doc: mention foreign keys can reference unique indexes 2 years ago
Alvaro Herrera 5de890e361
Add EXPLAIN (MEMORY) to report planner memory consumption 2 years ago
Amit Kapila cf765ff824 Doc: Fix incorrect reference to conflicting column in pg_replication_slots. 2 years ago
Peter Eisentraut 54fac0e505 Remove make function vpathsearch 2 years ago
Amit Kapila 7329240437 Allow setting failover property in the replication command. 2 years ago
Alvaro Herrera 8c9da1441d
Make spelling of cancelled/cancellation consistent 2 years ago
Tom Lane 8ba6fdf905 Support TZ and OF format codes in to_timestamp(). 2 years ago
Tom Lane 7014c9a4bb Doc: improve documentation for jsonpath behavior. 2 years ago
Andrew Dunstan 66ea94e8e6 Implement various jsonpath methods 2 years ago
Amit Kapila c393308b69 Allow to enable failover property for replication slots via SQL API. 2 years ago
Thomas Munro 820b5af73d jit: Require at least LLVM 10. 2 years ago
Masahiko Sawada 729439607a Add progress reporting of skipped tuples during COPY FROM. 2 years ago
Peter Eisentraut 46a0cd4cef Add temporal PRIMARY KEY and UNIQUE constraints 2 years ago
Michael Paquier 94edfe250c pgbench: Add \syncpipeline 2 years ago
Amit Langote 1edb3b491b Adjust populate_record_field() to handle errors softly 2 years ago
Daniel Gustafsson 68387f9bdc doc: Add acronym and glossary term for Access Method 2 years ago
Peter Eisentraut b0f0a9432d Make documentation builds reproducible 2 years ago
Michael Paquier d86d20f0ba Add backend support for injection points 2 years ago
Nathan Bossart 8b2bcf3f28 Introduce the dynamic shared memory registry. 2 years ago
Nathan Bossart 964152c476 doc: Reorganize section for shared memory and LWLocks. 2 years ago
Daniel Gustafsson b2a296b0cf doc: Update compiler for FreeBSD specific instructions 2 years ago
Peter Eisentraut 6db4598fcb Add stratnum GiST support function 2 years ago
Alexander Korotkov b725b7eec4 Rename COPY option from SAVE_ERROR_TO to ON_ERROR 2 years ago
Nathan Bossart d891dcc065 Improve some documentation about the bootstrap superuser. 2 years ago
Robert Haas 0a157a4d44 Clarify language in incremental backup glossary entry. 2 years ago
Robert Haas 7b1dbf0a8d More documentation updates for incremental backup. 2 years ago
Alvaro Herrera 27d04ed531
Rework text in replication slots documentation 2 years ago
Alexander Korotkov 9e2d870119 Add new COPY option SAVE_ERROR_TO 2 years ago
Peter Eisentraut 6995863157 Support identity columns in partitioned tables 2 years ago
Daniel Gustafsson 7bcf57a0ca Decorate WITH with literal markup tags 2 years ago
Peter Eisentraut a37bb7c139 doc: Add Identity Column section under Data Definition chapter 2 years ago
Peter Eisentraut 58b20e6d75 doc: Decorate PostgreSQL with productname tag 2 years ago
Michael Paquier 4794c2d317 libpq: Add PQsendPipelineSync() 2 years ago
Michael Paquier 83eb244e41 Fix a typo and some doc indentation related to libpq pipeline functions 2 years ago
Robert Haas 237d01139b Fix typos. 2 years ago
Peter Eisentraut 556799660f doc: Update catalog documentation for attstattarget nullable 2 years ago
Peter Eisentraut 4f622503d6 Make attstattarget nullable 2 years ago
Jeff Davis 5c31669058 Re-validate connection string in libpqrcv_connect(). 2 years ago
Robert Haas 882887e9b4 Fix typo. 2 years ago
Alvaro Herrera 6780b79d5c
Added literal tag for RETURNING 2 years ago
Robert Haas ee1bfd1683 Add new pg_walsummary tool. 2 years ago
Robert Haas d9ef650fca Add new function pg_get_wal_summarizer_state(). 2 years ago
Magnus Hagander ba2d2784f3 Fix omission in partitioning limitation documentation 2 years ago
John Naylor f7f694b214 Update documentation of default fdw_tuple_cost 2 years ago
Bruce Momjian 5b2da240e0 doc: clarify who owns the initdb-created cluster, by default 2 years ago
Robert Haas f896057e46 Document WAL summarization information functions. 2 years ago
Nathan Bossart d97ef756af Fix documentation for wal_summary_keep_time. 2 years ago
Joe Conway a7be2a6c26 Add new function, PQchangePassword(), to libpq 2 years ago
Tatsuo Ishii d596736a49 Doc: fix character_sets view. 2 years ago