Commit Graph

15391 Commits (eda1d0dfe681e9b87c06157e2b0b6864344944f1)

Author SHA1 Message Date
David Rowley eda1d0dfe6 Doc: mention foreign keys can reference unique indexes 2 years ago
Alvaro Herrera 3386afadd9
Added literal tag for RETURNING 2 years ago
Magnus Hagander 9a94e9ae7e Fix omission in partitioning limitation documentation 2 years ago
Tatsuo Ishii fb198942b3 Doc: fix character_sets view. 2 years ago
Bruce Momjian 42afeae7b6 Update copyright for 2024 2 years ago
Tom Lane 490dee7428 Doc: Python's control flow construct is try/except not try/catch. 2 years ago
Michael Paquier d2580bc312 doc: Mention AttributeRelationId in FDW validator function description 2 years ago
Tom Lane b1010030e6 Doc: specify aclitem syntax more clearly. 2 years ago
Amit Kapila 88d6c6f61d Doc: Add missing pgoutput options. 2 years ago
Daniel Gustafsson 57d55e2cd8 doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2 years ago
Tom Lane b4c147ac6f Doc: add a bit to indices.sgml about what is an indexable clause. 2 years ago
Michael Paquier ff186ea84d doc: Remove reference to trigger file regarding promotion 2 years ago
Alvaro Herrera 2c4dd36e25
Fix CREATE INDEX CONCURRENTLY example 2 years ago
Tom Lane 69a9134326 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2 years ago
Bruce Momjian 50d3f09b6e doc: FreeBSD uses camcontrol identify, not atacontrol, for cache 2 years ago
Noah Misch b736f06ccf Fix typo in person's name. 2 years ago
Bruce Momjian 66d9a4a207 doc: correct description of libpq's PQsetnonblocking() mode 2 years ago
Daniel Gustafsson 77234f487a doc: Add missing semicolon in example 2 years ago
Tom Lane 04b66eb417 Last-minute updates for release notes. 2 years ago
Tom Lane ea68185056 doc: Fix table cell overflow 2 years ago
Tom Lane 71e6a546f1 Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. 2 years ago
Bruce Momjian 7186596db6 doc: \copy can get data values \. and end-of-input confused 2 years ago
Bruce Momjian bf7584e4c7 doc: CREATE DATABASE doesn't copy db-level perms. from template 2 years ago
Tom Lane 111364ec20 Doc: update CREATE RULE ref page's hoary discussion of views. 2 years ago
Bruce Momjian f0a062d57a doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles 2 years ago
Michael Paquier aa0246ccf5 doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception" 2 years ago
Bruce Momjian 3c9e5cea21 doc: improve ALTER SYSTEM description of value list quoting 2 years ago
Bruce Momjian 20fe4bba88 doc: add function argument and query parameter limits 2 years ago
Bruce Momjian fbaee69bdf doc: 1-byte varlena headers can be used for user PLAIN storage 2 years ago
Tom Lane 90fb0d11f2 Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT. 2 years ago
Michael Paquier ef82d885d8 doc: Fix some typos and grammar 2 years ago
Tom Lane cdbe9c3286 Doc: update CREATE OPERATOR's statement about => as an operator. 2 years ago
David Rowley d6370a39da Doc: fix grammatical errors for enable_partitionwise_aggregate 2 years ago
Bruce Momjian e6b41d5682 doc: clarify that SSPI and GSSAPI are interchangeable 2 years ago
Bruce Momjian 02a111bc20 doc: foreign servers with pushdown need matching collation 2 years ago
Bruce Momjian 4cbd131232 doc: add SSL configuration section reference 2 years ago
Bruce Momjian 17fb3673dd doc: document the need to analyze partitioned tables 2 years ago
Tom Lane b36d78e21a Doc: use CURRENT_USER not USER in plpgsql trigger examples. 2 years ago
Tom Lane 83c05ed46a Doc: improve description of dump/restore's --clean and --if-exists. 2 years ago
Daniel Gustafsson e4f73493c0 doc: Change statistics function xref to the right target 2 years ago
Bruce Momjian c8afad9e63 doc: clarify the effect of concurrent work_mem allocations 2 years ago
Bruce Momjian 1512fec197 doc: clarify handling of time zones with "time with time zone" 2 years ago
Bruce Momjian aa90766d15 doc: clarify the behavior of unopenable listen_addresses 2 years ago
Bruce Momjian fa2da00050 doc: pg_upgrade, clarify standby servers must remain running 2 years ago
Bruce Momjian 9ac7fa2776 doc: mention GROUP BY columns can reference target col numbers 2 years ago
Michael Paquier b52db237ae doc: Tell about "vcregress taptest" for regression tests on Windows 2 years ago
Tom Lane 7060f8023f Doc: copy-edit the introductory para for the pg_class catalog. 2 years ago
Tom Lane e6e50ada07 Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. 2 years ago
Bruce Momjian 5ab7c531ed doc: remove mention of backslash doubling in strings 2 years ago
Bruce Momjian 46517f63db doc: mention that to_char() values are rounded 2 years ago