Commit Graph

15506 Commits (REL_13_STABLE)

Author SHA1 Message Date
Alvaro Herrera 843072e1b2
Fix event trigger example 3 years ago
Tom Lane 942cc240f9 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. 3 years ago
Michael Paquier 84e6188d68 doc: Add missing <varlistentry> markups for developer GUCs 3 years ago
Tom Lane a475157e6b Doc: add example of round(v, s) with negative s. 3 years ago
Bruce Momjian 312061cbc7 revert: add transaction processing chapter with internals info 3 years ago
Bruce Momjian 4df5462f34 doc: add transaction processing chapter with internals info 3 years ago
Daniel Gustafsson 0e3215292f Replace link to Hunspell with the current homepage 3 years ago
Tom Lane 2dca4d38c0 Doc: improve tutorial section about grouped aggregates. 3 years ago
Tom Lane a0397cca6f Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23. 3 years ago
Bruce Momjian 9f49b15b9d doc: move the mention of aggregate JSON functions up in section 3 years ago
Bruce Momjian bed9bb929e doc: warn pg_stat_reset() can cause vacuum/analyze problems 3 years ago
Alvaro Herrera ad81292370
Fix typo in CREATE PUBLICATION reference page 3 years ago
Tom Lane de924f4bb3 Doc: improve recommended systemd unit file. 3 years ago
Daniel Gustafsson a3de685013 doc: Fix PQsslAttribute docs for compression 3 years ago
Bruce Momjian ce4e8606ca doc: clarify internal behavior of RECURSIVE CTE queries 3 years ago
Bruce Momjian 538c8ff2c0 revert "warn of SECURITY DEFINER schemas for non-sql_body funcs" 3 years ago
Fujii Masao ff5d9e0a99 docs: Fix snapshot name in SET TRANSACTION docs. 3 years ago
Daniel Gustafsson 9394fe05e7 doc: Fix link to FreeBSD documentation project 3 years ago
Tom Lane a61095aa79 Reject bogus output from uuid_create(3). 3 years ago
David Rowley b70db6c830 Doc: clarify partitioned table limitations 3 years ago
Michael Paquier 0cc46c8251 doc: Fix two queries related to jsonb functions 3 years ago
Bruce Momjian adc15f49e6 doc: simplify docs about analyze and inheritance/partitions 3 years ago
Bruce Momjian 0f590f0064 doc: clarify recursion internal behavior 3 years ago
Etsuro Fujita d7bc6ea052 Doc: Update struct Trigger definition. 3 years ago
Bruce Momjian 5be9cffa9d doc: in create statistics docs, mention analyze for parent info 3 years ago
Bruce Momjian dfc94d3cc8 doc: mention "bloom" as a possible index access method 3 years ago
Bruce Momjian d55fdfb554 doc: use FILTER in aggregate example 3 years ago
Bruce Momjian 4e3eb6dd1a doc: clarify that pgcrypto's gen_random_uuid calls core func. 3 years ago
Bruce Momjian 181cc0906b doc: split out the NATURAL/CROSS JOIN in SELECT syntax 3 years ago
Bruce Momjian b6fe152fc2 doc: warn of SECURITY DEFINER schemas for non-sql_body functions 3 years ago
Bruce Momjian c7dbe904f2 doc: mention that SET TIME ZONE often needs to be quoted 3 years ago
Bruce Momjian 716e3d18dd doc: document the maximum char/varchar length value 3 years ago
Bruce Momjian ccbae5fd8d doc: show direction is optional in FETCH/MOVE's FROM/IN syntax 3 years ago
Bruce Momjian 6a6edc0c8b doc: simplify WITH clause syntax in CREATE DATABASE 3 years ago
Tom Lane 4079d91e1c Doc: fix example of recursive query. 3 years ago
Tom Lane 3ccdeff7bf Doc: document possible need to raise kernel's somaxconn limit. 3 years ago
Tom Lane 384497f34d Doc: prefer sysctl to /proc/sys in docs and comments. 3 years ago
Tatsuo Ishii dc9ed21a4f doc: fix wrong tag used in create sequence manual. 3 years ago
Bruce Momjian 1a2ad6e3bd doc: add missing role attributes to user management section 3 years ago
Bruce Momjian a9885f2c77 doc: add section about heap-only tuples (HOT) 3 years ago
Bruce Momjian a4a24feff4 doc: warn about security issues around log files 3 years ago
Bruce Momjian d1303bc977 doc: clarify configuration file for Windows builds 3 years ago
Bruce Momjian 1b30571a22 doc: document the CREATE INDEX "USING" clause 3 years ago
Bruce Momjian e1785d8d9f doc: clarify CREATE TABLE AS ... IF NOT EXISTS 3 years ago
Bruce Momjian 483c426abd doc: improve wal_level docs for the 'minimal' level 3 years ago
Bruce Momjian ec55acbda5 doc: clarify DROP EXTENSION dependent members text 3 years ago
Tom Lane 30523c0ca1 Last-minute updates for release notes. 3 years ago
Tom Lane 7e92f78abe In extensions, don't replace objects not belonging to the extension. 3 years ago
Tom Lane f339e5c1d4 Release notes for 14.5, 13.8, 12.12, 11.17, 10.22. 3 years ago
Alvaro Herrera 16e7a8fd8e
Allow "in place" tablespaces. 3 years ago