Commit Graph

14629 Commits (60596f148a661e0fd1d7c1f13a72b55124511e3a)

Author SHA1 Message Date
Fujii Masao 2f636daac8 docs: Fix snapshot name in SET TRANSACTION docs. 3 years ago
Michael Paquier 6f0dad88b2 doc: Fix parameter name for pg_create_logical_replication_slot() 3 years ago
Peter Eisentraut 1fe1d09652 Add missing serial commas 3 years ago
Amit Kapila a234177906 Fix typos. 3 years ago
Peter Eisentraut b2451385cb Message wording improvements 3 years ago
Peter Eisentraut c7db01e325 Don't allow creation of database with ICU locale with unsupported encoding 3 years ago
Alvaro Herrera 3a06a79cd1
Copy-edit docs for logical replication column lists 3 years ago
Tom Lane 31dcfae83c Use the terminology "WAL file" not "log file" more consistently. 3 years ago
Peter Eisentraut 111d954024 Small wording improvements 3 years ago
Peter Eisentraut 5f84647ee1 Update .gitignore 3 years ago
Peter Eisentraut ab393528fa Run xmllint validation only once 3 years ago
Daniel Gustafsson 8b60db7743 Handle SIGTERM in pg_receivewal and pg_recvlogical 3 years ago
John Naylor 4c1532763a Bump minimum Perl version to 5.14 3 years ago
Michael Paquier f352e2d08a Simplify handling of compression level with compression specifications 3 years ago
Peter Eisentraut da5d4ea5aa Make locale option behavior more consistent 3 years ago
Daniel Gustafsson 346990ae2e doc: Fix link to FreeBSD documentation project 3 years ago
Peter Eisentraut e8d78581bb Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 3 years ago
Peter Eisentraut 595836e99b Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Peter Eisentraut 57796a0f15 Use float8 datatype for percentiles in pg_walinspect stat functions 3 years ago
Tom Lane 857808a411 Doc: improve explanation of when custom GUCs appear in pg_settings. 3 years ago
Tom Lane f734857a92 Doc: improve documentation about where the psqlrc files are. 3 years ago
Tom Lane c4b6d218e3 Reject bogus output from uuid_create(3). 3 years ago
Alvaro Herrera 5dcebd10ba
Doc fixes for MERGE statement 3 years ago
John Naylor 8b878bffa8 Bump minimum version of Flex to 2.5.35 3 years ago
John Naylor b086a47a27 Bump minimum version of Bison to 2.3 3 years ago
Daniel Gustafsson cb62d0b3c3 doc: Fix PL/pgSQL casing to be consistent 3 years ago
Amit Kapila 8756930190 Raise a warning if there is a possibility of data from multiple origins. 3 years ago
Amit Kapila f98d074245 Doc: Explain about Column List feature. 3 years ago
David Rowley 519be095f2 Doc: clarify partitioned table limitations 3 years ago
Michael Paquier e062328ff1 doc: Fix two queries related to jsonb functions 3 years ago
Bruce Momjian 75d5712452 doc: simplify docs about analyze and inheritance/partitions 3 years ago
Bruce Momjian 8ec6a4ef3c doc: clarify recursion internal behavior 3 years ago
Amit Kapila 376af68611 Doc: fix column list vs. replica identity rules. 3 years ago
Etsuro Fujita 11e5f99d39 Doc: Update struct Trigger definition. 3 years ago
Andrew Dunstan 2f2b18bd3f Revert SQL/JSON features 3 years ago
Bruce Momjian 97fe6d2210 doc: in create statistics docs, mention analyze for parent info 3 years ago
Bruce Momjian dd03dfeb3b doc: mention "bloom" as a possible index access method 3 years ago
Bruce Momjian fede154172 doc: use FILTER in aggregate example 3 years ago
Bruce Momjian fbd597e0b8 doc: clarify that pgcrypto's gen_random_uuid calls core func. 3 years ago
Bruce Momjian 3e337b585a doc: split out the NATURAL/CROSS JOIN in SELECT syntax 3 years ago
Bruce Momjian 1703726488 doc: warn of SECURITY DEFINER schemas for non-sql_body functions 3 years ago
Bruce Momjian a009cb3141 doc: mention that SET TIME ZONE often needs to be quoted 3 years ago
Bruce Momjian 62c49fca13 doc: document the maximum char/varchar length value 3 years ago
Bruce Momjian 9bdad1b515 doc: show direction is optional in FETCH/MOVE's FROM/IN syntax 3 years ago
Bruce Momjian 349baa87ae doc: simplify WITH clause syntax in CREATE DATABASE 3 years ago
Daniel Gustafsson c7892c253f doc: Fix typo in user inheritance documentation 3 years ago
Robert Haas 20796536c1 Remove stray "the". 3 years ago
Robert Haas 620ac28548 docs: Fix up some out-of-date references to INHERIT/NOINHERIT. 3 years ago
Tom Lane 8c7fc86ca9 Doc: fix example of recursive query. 3 years ago
Thomas Munro bcc8b14ef6 Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago