aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* dummy commitBruce Momjian2020-12-23
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-21
* Doc: fix description of how to use src/tutorial files.Tom Lane2020-12-20
* Doc: improve description of pgbench script weights.Tom Lane2020-12-20
* Multirange datatypesAlexander Korotkov2020-12-20
* pg_stat_statements: Track time at which all statistics were last reset.Fujii Masao2020-12-18
* doc: Fix explanation related to pg_shmem_allocationsMichael Paquier2020-12-16
* doc: clarify COPY TO for partitioning/inheritanceBruce Momjian2020-12-15
* Allow subscripting of hstore values.Tom Lane2020-12-11
* Allow ALTER TYPE to update an existing type's typsubscript value.Tom Lane2020-12-11
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Remove operator_precedence_warning.Tom Lane2020-12-08
* Doc: clarify that CREATE TABLE discards redundant unique constraints.Tom Lane2020-12-08
* Doc: explain that the string types can't store \0 (ASCII NUL).Tom Lane2020-12-08
* doc: remove unnecessary blank before command option textBruce Momjian2020-12-03
* docs: list single-letter options first in command-line summaryBruce Momjian2020-12-03
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-03
* Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao2020-12-02
* Allow restore_command parameter to be changed with reload.Fujii Masao2020-12-02
* docs: ulink all references to RFC'sHeikki Linnakangas2020-12-01
* doc: Add additional index entries for progress reporting views.Fujii Masao2020-12-01
* doc: Remove more notes about compatibilities with past versionsMichael Paquier2020-12-01
* Document concurrent indexes waiting on each otherAlvaro Herrera2020-11-30
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-30
* Doc: clarify behavior of PQconnectdbParams().Tom Lane2020-11-29
* pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao2020-11-26
* doc: Add description about re-analysis and re-planning of a prepared statement.Fujii Masao2020-11-26
* Doc: minor improvements for section 11.2 "Index Types".Tom Lane2020-11-25
* doc: Fix typosPeter Eisentraut2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* doc: Get rid of unnecessary space character from some index items.Fujii Masao2020-11-24
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier2020-11-21
* doc: Improve tableoid descriptionPeter Eisentraut2020-11-21
* Add collation versions for FreeBSD.Thomas Munro2020-11-20
* Remove undocumented IS [NOT] OF syntax.Tom Lane2020-11-19
* Hash support for row typesPeter Eisentraut2020-11-19
* docs: Clarify that signal functions have no feedback.Heikki Linnakangas2020-11-18
* doc: update bgwriter descriptionBruce Momjian2020-11-16
* doc: clarify how to find pg_type_d.h in the install treeBruce Momjian2020-11-16
* doc: improve wording of the need for analyze of exp. indexesBruce Momjian2020-11-16
* Fix typoAlvaro Herrera2020-11-16
* Reword 'simple comparison' => 'inequality' in pgtrgm.sgmlAlexander Korotkov2020-11-16
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-16
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* Add missing 'the' to pgtrgm.sgmlAlexander Korotkov2020-11-15
* Handle equality operator in contrib/pg_trgmAlexander Korotkov2020-11-15
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-14
* Doc: improve partitioning discussion in ddl.sgml.Tom Lane2020-11-14
* Support negative indexes in split_part().Tom Lane2020-11-13