Commit Graph

15055 Commits (10c5291cc2c6497d5abe04dde7df649d898becc4)

Author SHA1 Message Date
Tom Lane 97b6144826 Make postgres.bki use the same literal-string syntax as postgresql.conf. 6 years ago
Peter Eisentraut 9081bddbd7 Improve <xref> vs. <command> formatting in the documentation 6 years ago
Bruce Momjian 1a9388bd0f doc: libpq connection options can override command-line flags 6 years ago
Bruce Momjian 472e518a44 doc: clarify the use of ssh port forwarding 6 years ago
Michael Paquier 8550cbd0ba doc: Improve some documentation about HA and replication 6 years ago
Fujii Masao 8d9a935965 Add pg_stat_wal statistics view. 6 years ago
Tom Lane 489c9c3407 Fix handling of BC years in to_date/to_timestamp. 6 years ago
Peter Eisentraut 300b6984a5 Fix XML id to match GUC name 6 years ago
David Rowley 2b888647d8 Doc: Improve clarity on partitioned table limitations 6 years ago
Tom Lane a094c8ff53 Fix make_timestamp[tz] to accept negative years as meaning BC. 6 years ago
Fujii Masao fd26f78231 Archive timeline history files in standby if archive_mode is set to "always". 6 years ago
Robert Haas aecf5ee2bb Add new 'old_snapshot' contrib module. 6 years ago
Tom Lane fc5f107a8c Doc: sync lobj.sgml's copy of testlo.c with the latter file. 6 years ago
Tom Lane 9436041ed8 Copy editing: fix a bunch of misspellings and poor wording. 6 years ago
Peter Eisentraut 80fc96eceb Standardize order of use strict and use warnings in Perl code 6 years ago
Tom Lane 06a7c3154f Allow most keywords to be used as column labels without requiring AS. 6 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 6 years ago
Tom Lane 76f412ab31 Remove factorial operators, leaving only the factorial() function. 6 years ago
Tom Lane 99175141c9 Improve common/logging.c's support for multiple verbosity levels. 6 years ago
Peter Eisentraut 45b9805706 Allow CURRENT_ROLE where CURRENT_USER is accepted 6 years ago
Heikki Linnakangas 16fa9b2b30 Add support for building GiST index by sorting. 6 years ago
Michael Paquier 089da3c477 doc: Apply more consistently <productname> markup for OpenSSL 6 years ago
Fujii Masao e568ed0eb0 Add leader_pid field into the example of file_fdw for csvlog. 6 years ago
Robert Haas 34a947ca13 New contrib module, pg_surgery, with heap surgery functions. 6 years ago
Peter Eisentraut 4fff515e9e doc: Remove buggy ICU collation from documentation 6 years ago
Magnus Hagander 994a58407c Fix title in reference section 6 years ago
Michael Paquier aad546bd0a doc: Fix some grammar and inconsistencies 6 years ago
Tom Lane a273dcc6fd Doc: adjust documentation related to index support functions. 6 years ago
Tom Lane f3e1e66196 Minor fixes in docs and error messages. 6 years ago
Magnus Hagander 60df530c57 Add missing quote in docs 6 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 6 years ago
Peter Eisentraut 74ff28197c doc: Fix table cell overflow 6 years ago
Michael Paquier f0942b1327 doc: Tweak sentence for pg_checksums when enabling checksums 6 years ago
Magnus Hagander 68b603e1a9 Change path in example of file_fdw for logs 6 years ago
Peter Eisentraut cd153b54eb doc: Don't hide the "Up" link when it is the same as "Home" 6 years ago
Peter Eisentraut 49d7165117 doc: Change table alias names to lower case in tutorial chapter 6 years ago
Peter Eisentraut 79fd620b20 doc: Fix whitespace issue in PDF 6 years ago
Peter Eisentraut 6eee73e4e5 doc: Use tags consistently in the tutorial chapter 6 years ago
Tom Lane 8f8154a503 Allow records to span multiple lines in pg_hba.conf and pg_ident.conf. 6 years ago
Tom Lane d2511d7132 Doc: mention packager-supplied tools for server start/stop, initdb, etc. 6 years ago
Peter Eisentraut 5ccf322118 doc: Make SQL command names in the catalog documentation links 6 years ago
Peter Eisentraut cb6eb4a09e doc: Add missing cross-links in system catalog documentation 6 years ago
Peter Eisentraut 4220e5721a Fix XML id to match containing page 6 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 6 years ago
Tom Lane 66f1630680 Add string_to_table() function. 6 years ago
Michael Paquier 07f386ede0 Add access method names to \d[i|m|t]+ in psql 6 years ago
Bruce Momjian db864c3c36 doc: clarify that max_wal_size is "during" checkpoints 6 years ago
Alvaro Herrera afc7e0ad55
Raise error on concurrent drop of partitioned index 6 years ago
Bruce Momjian ab3c6d4155 doc: document how the backup manifest is transferred 6 years ago
Bruce Momjian 953c64e0f6 doc: add commas after 'i.e.' and 'e.g.' 6 years ago