Commit Graph

15044 Commits (e21cbb4b893b85b5f1cf203b9a77ca0d9ee671d1)

Author SHA1 Message Date
Robert Haas aecf5ee2bb Add new 'old_snapshot' contrib module. 5 years ago
Tom Lane fc5f107a8c Doc: sync lobj.sgml's copy of testlo.c with the latter file. 5 years ago
Tom Lane 9436041ed8 Copy editing: fix a bunch of misspellings and poor wording. 5 years ago
Peter Eisentraut 80fc96eceb Standardize order of use strict and use warnings in Perl code 5 years ago
Tom Lane 06a7c3154f Allow most keywords to be used as column labels without requiring AS. 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago
Tom Lane 76f412ab31 Remove factorial operators, leaving only the factorial() function. 5 years ago
Tom Lane 99175141c9 Improve common/logging.c's support for multiple verbosity levels. 5 years ago
Peter Eisentraut 45b9805706 Allow CURRENT_ROLE where CURRENT_USER is accepted 5 years ago
Heikki Linnakangas 16fa9b2b30 Add support for building GiST index by sorting. 5 years ago
Michael Paquier 089da3c477 doc: Apply more consistently <productname> markup for OpenSSL 5 years ago
Fujii Masao e568ed0eb0 Add leader_pid field into the example of file_fdw for csvlog. 5 years ago
Robert Haas 34a947ca13 New contrib module, pg_surgery, with heap surgery functions. 5 years ago
Peter Eisentraut 4fff515e9e doc: Remove buggy ICU collation from documentation 5 years ago
Magnus Hagander 994a58407c Fix title in reference section 5 years ago
Michael Paquier aad546bd0a doc: Fix some grammar and inconsistencies 5 years ago
Tom Lane a273dcc6fd Doc: adjust documentation related to index support functions. 5 years ago
Tom Lane f3e1e66196 Minor fixes in docs and error messages. 5 years ago
Magnus Hagander 60df530c57 Add missing quote in docs 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Peter Eisentraut 74ff28197c doc: Fix table cell overflow 5 years ago
Michael Paquier f0942b1327 doc: Tweak sentence for pg_checksums when enabling checksums 5 years ago
Magnus Hagander 68b603e1a9 Change path in example of file_fdw for logs 5 years ago
Peter Eisentraut cd153b54eb doc: Don't hide the "Up" link when it is the same as "Home" 5 years ago
Peter Eisentraut 49d7165117 doc: Change table alias names to lower case in tutorial chapter 5 years ago
Peter Eisentraut 79fd620b20 doc: Fix whitespace issue in PDF 5 years ago
Peter Eisentraut 6eee73e4e5 doc: Use tags consistently in the tutorial chapter 5 years ago
Tom Lane 8f8154a503 Allow records to span multiple lines in pg_hba.conf and pg_ident.conf. 5 years ago
Tom Lane d2511d7132 Doc: mention packager-supplied tools for server start/stop, initdb, etc. 5 years ago
Peter Eisentraut 5ccf322118 doc: Make SQL command names in the catalog documentation links 5 years ago
Peter Eisentraut cb6eb4a09e doc: Add missing cross-links in system catalog documentation 5 years ago
Peter Eisentraut 4220e5721a Fix XML id to match containing page 5 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 5 years ago
Tom Lane 66f1630680 Add string_to_table() function. 5 years ago
Michael Paquier 07f386ede0 Add access method names to \d[i|m|t]+ in psql 5 years ago
Bruce Momjian db864c3c36 doc: clarify that max_wal_size is "during" checkpoints 5 years ago
Alvaro Herrera afc7e0ad55
Raise error on concurrent drop of partitioned index 5 years ago
Bruce Momjian ab3c6d4155 doc: document how the backup manifest is transferred 5 years ago
Bruce Momjian 953c64e0f6 doc: add commas after 'i.e.' and 'e.g.' 5 years ago
Bruce Momjian 50ed605b3e pg_upgrade doc: mention saving postgresql.conf.auto files 5 years ago
Alvaro Herrera 0ebe82a941
doc: Update partitioning limitation on BEFORE triggers 5 years ago
Bruce Momjian 9524fa1aa5 docs: in mapping SQL to C data types, timestamp isn't a pointer 5 years ago
Bruce Momjian de2d1920dd doc: cross-link file-fdw and CSV config log sections 5 years ago
Bruce Momjian b1ae70b3b4 docs: clarify intermediate certificate creation instructions 5 years ago
Bruce Momjian 70e791f47e docs: replace "stable storage" with "durable" in descriptions 5 years ago
Bruce Momjian 06eba0fd10 doc: improve description of subscripting of arrays 5 years ago
Bruce Momjian 47c427d006 docs: improve 'capitals' inheritance example 5 years ago
Bruce Momjian 243a3b92a6 doc: clarify the useful features of procedures 5 years ago
Magnus Hagander 3a788db601 Fix docs bug stating file_fdw requires absolute paths 5 years ago
Tom Lane 6ca547cf75 Mark factorial operator, and postfix operators in general, as deprecated. 5 years ago