Commit Graph

15193 Commits (7ca37fb0406bc2cbbd864a2ffdbdb4479e338c0c)

Author SHA1 Message Date
Tom Lane 860fe27ee1 Fix up usage of krb_server_keyfile GUC parameter. 5 years ago
Amit Kapila 0aa8a01d04 Extend the output plugin API to allow decoding of prepared xacts. 5 years ago
Tom Lane f20dc2c8dd Doc: fix up PDF build warnings from over-width table columns. 5 years ago
Alexander Korotkov db6335b5b1 Add support of multirange matching to the existing range GiST indexes 5 years ago
Alexander Korotkov 4d7684cc75 Implement operators for checking if the range contains a multirange 5 years ago
Michael Paquier 1b3433e25f doc: Improve description of min_dynamic_shared_memory 5 years ago
Tom Lane 622ae4621e Fix assorted issues in backend's GSSAPI encryption support. 5 years ago
Bruce Momjian 3187ef7c46 Revert "Add key management system" (978f869b99) & later commits 5 years ago
Bruce Momjian ccbe34139b initdb: document that -K requires an argument 5 years ago
Bruce Momjian 3d4843babc doc: fix SGML markup for pg_alterckey from commit 62afb42a7f 5 years ago
Bruce Momjian 82f8c45be5 pg_alterckey: adjust doc build and Win32 sleep/open build fails 5 years ago
Bruce Momjian 300e430c76 Allow ssl_passphrase_command to prompt the terminal 5 years ago
Bruce Momjian 62afb42a7f Add pg_alterckey utility to change the cluster key 5 years ago
Bruce Momjian 26d60f2a6c fixes docs and missing initdb help option for commit 978f869b99 5 years ago
Bruce Momjian 978f869b99 Add key management system 5 years ago
Michael Paquier 90fbf7c57d Fix typos and grammar in docs and comments 5 years ago
Bruce Momjian 6ecf488d91 dummy commit 5 years ago
Tom Lane ff5d5611c0 Remove "invalid concatenation of jsonb objects" error case. 5 years ago
Tom Lane eea1e08cfc Doc: fix description of how to use src/tutorial files. 5 years ago
Tom Lane 1990ce186e Doc: improve description of pgbench script weights. 5 years ago
Alexander Korotkov 6df7a9698b Multirange datatypes 5 years ago
Fujii Masao 2e0fedf036 pg_stat_statements: Track time at which all statistics were last reset. 5 years ago
Michael Paquier bce641a2af doc: Fix explanation related to pg_shmem_allocations 5 years ago
Bruce Momjian 02c767b0fe doc: clarify COPY TO for partitioning/inheritance 5 years ago
Tom Lane 0ec5f7e782 Allow subscripting of hstore values. 5 years ago
Tom Lane 8c15a29745 Allow ALTER TYPE to update an existing type's typsubscript value. 5 years ago
Tom Lane c7aba7c14e Support subscripting of arbitrary types, not only arrays. 5 years ago
Tom Lane a676386b58 Remove operator_precedence_warning. 5 years ago
Tom Lane f2a69b352d Doc: clarify that CREATE TABLE discards redundant unique constraints. 5 years ago
Tom Lane 9a2641911a Doc: explain that the string types can't store \0 (ASCII NUL). 5 years ago
Bruce Momjian 3f8971d92e doc: remove unnecessary blank before command option text 5 years ago
Bruce Momjian a659e789b7 docs: list single-letter options first in command-line summary 5 years ago
Michael Paquier b5913f6120 Refactor CLUSTER and REINDEX grammar to use DefElem for option lists 5 years ago
Fujii Masao 01469241b2 Track total number of WAL records, FPIs and bytes generated in the cluster. 5 years ago
Fujii Masao 942305a363 Allow restore_command parameter to be changed with reload. 5 years ago
Heikki Linnakangas 415dc20096 docs: ulink all references to RFC's 5 years ago
Fujii Masao 0a4db67b5e doc: Add additional index entries for progress reporting views. 5 years ago
Michael Paquier 8a17f44c1e doc: Remove more notes about compatibilities with past versions 5 years ago
Alvaro Herrera 58ebe967f8
Document concurrent indexes waiting on each other 5 years ago
Tom Lane 4823c4f6ac Remove configure-time probe for DocBook DTD. 5 years ago
Tom Lane d5e2bdf7dd Doc: clarify behavior of PQconnectdbParams(). 5 years ago
Fujii Masao 9fbc3f318d pg_stat_statements: Track number of times pgss entries were deallocated. 5 years ago
Fujii Masao 4a36eab79a doc: Add description about re-analysis and re-planning of a prepared statement. 5 years ago
Tom Lane 85b4ba7342 Doc: minor improvements for section 11.2 "Index Types". 5 years ago
Peter Eisentraut 2fbd786c34 doc: Fix typos 5 years ago
Peter Eisentraut c9f0624bc2 Add support for abstract Unix-domain sockets 5 years ago
Fujii Masao e522024bd8 doc: Get rid of unnecessary space character from some index items. 5 years ago
Tom Lane 0cc9932788 Rename the "point is strictly above/below point" comparison operators. 5 years ago
Michael Paquier 878f3a19c6 Remove INSERT privilege check at table creation of CTAS and matview 5 years ago
Peter Eisentraut a47834db0f doc: Improve tableoid description 5 years ago