summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: move the mention of aggregate JSON functions up in sectionBruce Momjian2022-10-171-9/+6
* doc: warn pg_stat_reset() can cause vacuum/analyze problemsBruce Momjian2022-10-171-0/+11
* Fix typo in CREATE PUBLICATION reference pageAlvaro Herrera2022-10-131-2/+2
* Doc: improve recommended systemd unit file.Tom Lane2022-10-121-0/+2
* doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson2022-09-301-3/+1
* doc: clarify internal behavior of RECURSIVE CTE queriesBruce Momjian2022-09-281-1/+1
* revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"Bruce Momjian2022-09-281-4/+1
* docs: Fix snapshot name in SET TRANSACTION docs.Fujii Masao2022-09-221-1/+1
* doc: Fix link to FreeBSD documentation projectDaniel Gustafsson2022-09-121-1/+1
* Reject bogus output from uuid_create(3).Tom Lane2022-09-092-2/+2
* Doc: clarify partitioned table limitationsDavid Rowley2022-09-051-6/+7
* doc: Fix two queries related to jsonb functionsMichael Paquier2022-09-031-2/+2
* doc: simplify docs about analyze and inheritance/partitionsBruce Momjian2022-09-021-15/+7
* doc: clarify recursion internal behaviorBruce Momjian2022-09-021-3/+2
* Doc: Update struct Trigger definition.Etsuro Fujita2022-09-021-0/+1
* doc: in create statistics docs, mention analyze for parent infoBruce Momjian2022-08-311-1/+3
* doc: mention "bloom" as a possible index access methodBruce Momjian2022-08-312-15/+5
* doc: use FILTER in aggregate exampleBruce Momjian2022-08-311-6/+7
* doc: clarify that pgcrypto's gen_random_uuid calls core func.Bruce Momjian2022-08-311-2/+3
* doc: split out the NATURAL/CROSS JOIN in SELECT syntaxBruce Momjian2022-08-311-22/+24
* doc: warn of SECURITY DEFINER schemas for non-sql_body functionsBruce Momjian2022-08-311-1/+4
* doc: mention that SET TIME ZONE often needs to be quotedBruce Momjian2022-08-311-4/+5
* doc: document the maximum char/varchar length valueBruce Momjian2022-08-311-0/+2
* doc: show direction is optional in FETCH/MOVE's FROM/IN syntaxBruce Momjian2022-08-312-4/+6
* doc: simplify WITH clause syntax in CREATE DATABASEBruce Momjian2022-08-311-2/+2
* Doc: fix example of recursive query.Tom Lane2022-08-281-1/+1
* Doc: document possible need to raise kernel's somaxconn limit.Tom Lane2022-08-231-0/+16
* Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane2022-08-231-5/+6
* doc: fix wrong tag used in create sequence manual.Tatsuo Ishii2022-08-161-1/+1
* doc: add missing role attributes to user management sectionBruce Momjian2022-08-121-0/+33
* doc: add section about heap-only tuples (HOT)Bruce Momjian2022-08-129-12/+87
* doc: warn about security issues around log filesBruce Momjian2022-08-122-1/+30
* doc: clarify configuration file for Windows buildsBruce Momjian2022-08-121-1/+1
* doc: document the CREATE INDEX "USING" clauseBruce Momjian2022-08-121-0/+12
* doc: clarify CREATE TABLE AS ... IF NOT EXISTSBruce Momjian2022-08-121-3/+2
* doc: improve wal_level docs for the 'minimal' levelBruce Momjian2022-08-121-3/+4
* doc: clarify DROP EXTENSION dependent members textBruce Momjian2022-08-121-4/+4
* Last-minute updates for release notes.Tom Lane2022-08-081-0/+35
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-081-11/+0
* Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.Tom Lane2022-08-071-0/+1014
* Allow "in place" tablespaces.Alvaro Herrera2022-07-271-0/+19
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-261-0/+58
* Doc: improve documentation about random().Tom Lane2022-07-232-2/+4
* doc: use wording "restore" instead of "reload" of dumpsBruce Momjian2022-07-2113-32/+32
* doc: clarify that auth. names are lower case and case-sensitiveBruce Momjian2022-07-211-1/+3
* docs: make monitoring "phases" table titles consistentBruce Momjian2022-07-141-2/+2
* doc: clarify how dropping of extensions affects dependent objs.Bruce Momjian2022-07-143-7/+16
* pg_upgrade doc: mention that replication slots must be recreatedBruce Momjian2022-07-141-1/+2
* doc: add documentation about ecpg Oracle-compatibility modeBruce Momjian2022-07-141-1/+38
* doc: clarify the behavior of identically-named savepointsBruce Momjian2022-07-142-3/+32