Commit Graph

13971 Commits (33001fd7a7072d483272115a9376478fdc007fb9)

Author SHA1 Message Date
Tom Lane fd582317e1 Sync our Snowball stemmer dictionaries with current upstream. 7 years ago
Joe Conway c62dd80cdf Document aclitem functions and operators 7 years ago
Tom Lane 73a6005137 Doc: warn against using parallel restore with --load-via-partition-root. 7 years ago
Michael Paquier db361db2fc Make GUC wal_sender_timeout user-settable 7 years ago
Bruce Momjian 1f7fc7670c doc: JIT is enabled by default in PG 12 7 years ago
Bruce Momjian f77de4b0c0 docs: remove use of escape strings and use bytea hex output 7 years ago
Michael Paquier ce9cf8e7e6 Document lock taken on referenced table when adding a foreign key 7 years ago
Tom Lane 3dc820c43e Teach genbki.pl to auto-generate pg_type entries for array types. 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Peter Eisentraut f9907c6ac2 Add list of acknowledgments to release notes 7 years ago
Bruce Momjian da1db40435 doc: clarify pg_basebackup's -C/--create-slot description 7 years ago
Tom Lane 8f32bacc00 In v11, disable JIT by default (it's still enabled by default in HEAD). 7 years ago
Tom Lane 2970afa6cf Add PQresultMemorySize function to report allocated size of a PGresult. 7 years ago
Bruce Momjian 0d45cd96fd doc: adjust PG 11 release notes 7 years ago
Alexander Korotkov cf98467242 Improve behavior of to_timestamp()/to_date() functions 7 years ago
Andrew Gierth 7b6b167fa3 Refactor installation of extension headers. 7 years ago
Tom Lane a5322ca10f Make contrib/unaccent's unaccent() function work when not in search path. 7 years ago
Andrew Gierth be54b3777f Allow extensions to install built as well as unbuilt headers. 7 years ago
Tom Lane ae5205c8a8 Make argument names of pg_get_object_address consistent, and fix docs. 7 years ago
Bruce Momjian dd6073f22a docs: improve AT TIME ZONE description 7 years ago
Tom Lane 17b7c302b5 Fully enforce uniqueness of constraint names. 7 years ago
Alvaro Herrera c076f3d74a Remove pg_constraint.conincluding 7 years ago
Tom Lane 4299c32316 Doc: fix oversights in "Client/Server Character Set Conversions" table. 7 years ago
Alexander Korotkov ec74369931 Implement "pg_ctl logrotate" command 7 years ago
Alvaro Herrera a846e6d023 pg_verify_checksums: rename -d to --verbose 7 years ago
Alvaro Herrera 4db226b756 Mention change of width of values generated by SERIAL sequences 7 years ago
Michael Paquier bfea331a5e Rework option set of vacuumlo 7 years ago
Michael Paquier 1aaf532dea Rework option set of oid2name 7 years ago
Bruce Momjian cc2e457fe8 doc: "Latest checkpoint location" will not match in pg_upgrade 7 years ago
Bruce Momjian dcb2efdbdd doc: add doc link for 'applicable_roles' 7 years ago
Bruce Momjian 7abf8ee1e8 docs: Clarify pg_ctl initdb option text to match options proto. 7 years ago
Bruce Momjian a6ca9c2a1b docs: clarify plpython SD and GD dictionary behavior 7 years ago
Michael Paquier db72302b0a Fix documentation for run-time partition pruning 7 years ago
Andres Freund d9dd406fe2 Require C99 (and thus MSCV 2013 upwards). 7 years ago
Tom Lane 5ca0077419 In libpq, don't look up all the hostnames at once. 7 years ago
Peter Eisentraut 2d41d914ab Copy-editing of pg_verify_checksums help and ref page 7 years ago
Alvaro Herrera d10f774165 Return type of txid_status is text, not txid_status 7 years ago
Peter Eisentraut 7ceb6fb84c doc: Clarify some wording in PL/pgSQL about transactions 7 years ago
Peter Eisentraut 0a63f996e0 Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax 7 years ago
Peter Eisentraut d12782898e Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax 7 years ago
Peter Eisentraut b19495772e doc: Update uses of the word "procedure" 7 years ago
Alvaro Herrera 69c7890441 Fix typo 7 years ago
Tom Lane 47183265ed Doc: remove obsolete advice about manually inserting snprintf into build. 7 years ago
Michael Paquier ee80124811 Mention ownership requirements for REFRESH MATERIALIZED VIEW in docs 7 years ago
Thomas Munro 96e98fa260 Proof-reading for documentation. 7 years ago
Peter Eisentraut 6f1591955d doc: Update broken links 7 years ago
Tom Lane 1e6e98f763 Fix libpq's implementation of per-host connection timeouts. 7 years ago
Alexander Korotkov e01d3477e7 Add missing documentation for argument of amcostestimate() 7 years ago
Alexander Korotkov 3abc5a67ed Fix misspelled pg_trgm contrib name in PostgreSQL 11 release notes 7 years ago
Alvaro Herrera a5db27418e Add RECURSIVE to documentation index 7 years ago