summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2021-01-04Add the ability for the core grammar to have more than one parse target.Tom Lane
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2021-01-01Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.Tom Lane
2020-12-30Doc: spell out comparison behaviors for the date/time types.Tom Lane
2020-12-30Fix up usage of krb_server_keyfile GUC parameter.Tom Lane
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-12-30Doc: fix up PDF build warnings from over-width table columns.Tom Lane
2020-12-29Add support of multirange matching to the existing range GiST indexesAlexander Korotkov
2020-12-29Implement operators for checking if the range contains a multirangeAlexander Korotkov
2020-12-29doc: Improve description of min_dynamic_shared_memoryMichael Paquier
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26initdb: document that -K requires an argumentBruce Momjian
2020-12-26doc: fix SGML markup for pg_alterckey from commit 62afb42a7fBruce Momjian
2020-12-26pg_alterckey: adjust doc build and Win32 sleep/open build failsBruce Momjian
2020-12-26Allow ssl_passphrase_command to prompt the terminalBruce Momjian
2020-12-26Add pg_alterckey utility to change the cluster keyBruce Momjian
2020-12-25fixes docs and missing initdb help option for commit 978f869b99Bruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-12-23dummy commitBruce Momjian
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-20Doc: fix description of how to use src/tutorial files.Tom Lane
2020-12-20Doc: improve description of pgbench script weights.Tom Lane
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-18pg_stat_statements: Track time at which all statistics were last reset.Fujii Masao
2020-12-16doc: Fix explanation related to pg_shmem_allocationsMichael Paquier
2020-12-16doc: clarify COPY TO for partitioning/inheritanceBruce Momjian
2020-12-11Allow subscripting of hstore values.Tom Lane
2020-12-11Allow ALTER TYPE to update an existing type's typsubscript value.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-12-08Doc: clarify that CREATE TABLE discards redundant unique constraints.Tom Lane
2020-12-08Doc: explain that the string types can't store \0 (ASCII NUL).Tom Lane
2020-12-03doc: remove unnecessary blank before command option textBruce Momjian
2020-12-03docs: list single-letter options first in command-line summaryBruce Momjian
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-02Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao
2020-12-02Allow restore_command parameter to be changed with reload.Fujii Masao
2020-12-01docs: ulink all references to RFC'sHeikki Linnakangas
2020-12-01doc: Add additional index entries for progress reporting views.Fujii Masao
2020-12-01doc: Remove more notes about compatibilities with past versionsMichael Paquier
2020-11-30Document concurrent indexes waiting on each otherAlvaro Herrera
2020-11-30Remove configure-time probe for DocBook DTD.Tom Lane
2020-11-29Doc: clarify behavior of PQconnectdbParams().Tom Lane
2020-11-26pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao
2020-11-26doc: Add description about re-analysis and re-planning of a prepared statement.Fujii Masao
2020-11-25Doc: minor improvements for section 11.2 "Index Types".Tom Lane
2020-11-25doc: Fix typosPeter Eisentraut