summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2020-08-10Last-minute updates for release notes.Tom Lane
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-08-09Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23.Tom Lane
2020-08-05doc: clarify "state" table reference in tutorialBruce Momjian
2020-08-03Doc: fix obsolete info about allowed range of TZ offsets in timetz.Tom Lane
2020-07-30Doc: fix high availability solutions comparison.Tatsuo Ishii
2020-07-23doc: Document that ssl_ciphers does not affect TLS 1.3Peter Eisentraut
2020-07-18doc: Refresh more URLs in the docsMichael Paquier
2020-07-10Doc: update or remove dead external links.Tom Lane
2020-07-05doc: Fix incorrect reference to textout in plpgsql examplesMichael Paquier
2020-07-03Clamp total-tuples estimates for foreign tables to ensure planner sanity.Tom Lane
2020-06-30doc: clarify that storage parameter values are optionalBruce Momjian
2020-06-30doc: change pg_upgrade wal_level to be not minimalBruce Momjian
2020-06-28Fix documentation of "must be vacuumed within" warning.Noah Misch
2020-06-25doc: mention trigger helper functions in CREATE TRIGGER docsBruce Momjian
2020-06-25docs: clarify that CREATE DATABASE does not copy db permissionsBruce Momjian
2020-06-19Future-proof regression tests against possibly-missing posixrules file.Tom Lane
2020-06-18Doc: document POSIX-style time zone specifications in full.Tom Lane
2020-06-16Doc: fix copy-and-pasteo in ecpg docs.Tom Lane
2020-06-15Doc: Add references for SI and SSI.Thomas Munro
2020-06-11doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian
2020-05-22doc: suggest 1.1 as a random_page_cost value for SSDsBruce Momjian
2020-05-21doc: Simplify mention of unique indexes for NULL controlBruce Momjian
2020-05-20Doc: Fix description of pg_class.relreplidentMichael Paquier
2020-05-15docs: add xreflabel entries for autovacuum, SP-GiST, and TOASTBruce Momjian
2020-05-15doc: add missing xreflabels to the main docs (not refs)Bruce Momjian
2020-05-15doc: remove extra blank line at the top of SGML filesBruce Momjian
2020-05-15doc: make ref/*.sgml file header comment layout consistentBruce Momjian
2020-05-10Release notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22.Tom Lane
2020-04-22docs: land height is "elevation", not "altitude"Bruce Momjian
2020-04-21doc: change SGML markup "figure" to "example"Bruce Momjian
2020-04-10Doc: clarify locking requirements for ALTER TABLE ADD FOREIGN KEY.Tom Lane
2020-04-10Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.Tom Lane
2020-04-09Doc: improve documentation about ts_headline() function.Tom Lane
2020-04-02doc: remove unnecessary INNER keywordBruce Momjian
2020-04-02doc: remove comma, related to commit 92d31085e9Bruce Momjian
2020-03-31doc: remove mention of bitwise operators as solely type-limitedBruce Momjian
2020-03-31doc: clarify hierarchy of objects: global, db, schema, etc.Bruce Momjian
2020-03-31doc: restore wording from recent patch "rolled back to"Bruce Momjian
2020-03-31doc: clarify when row-level locks are releasedBruce Momjian
2020-03-31doc: add namespace column to pg_buffercache example queryBruce Momjian
2020-03-31doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROMBruce Momjian
2020-03-29Doc: correct misstatement about ltree label maximum length.Tom Lane
2020-03-28Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane
2020-03-23Doc: explain that LIKE et al can be used in ANY (sub-select) etc.Tom Lane
2020-03-23Fix our getopt_long's behavior for a command line argument of just "-".Tom Lane
2020-03-23Doc: Fix type of some storage parameters in CREATE TABLE pageMichael Paquier
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21docs: use alias in WHERE clause of full text search exampleBruce Momjian