Commit Graph

8659 Commits (94cda4f1065bcd21bdce664dc03eaa31faba0442)

Author SHA1 Message Date
Itagaki Takahiro 1144726d07 synchronous_standby_names is a string parameter. 15 years ago
Robert Haas 26ed3fdb45 Make alpha release notes more consistent as regards periods. 15 years ago
Robert Haas f14ae5f905 Update alpha release notes for latest commits. 15 years ago
Tom Lane c0dc44ebba A bit more editing for collation documentation. 15 years ago
Robert Haas 51c0124481 Create "replication and recovery" section in alpha release notes. 15 years ago
Tom Lane a612b17120 Assorted editing for collation documentation. 15 years ago
Bruce Momjian 915cd10c16 Adjust CHAR() doc mention of pattern matching issues for trailing 15 years ago
Bruce Momjian 7465ae06be Document that char() ignores spaces in non-pattern comparisons, not in 15 years ago
Tom Lane cfcdc99db6 Improve description of inquiry functions that accept regclass. 15 years ago
Tom Lane f8c0af840d Minor copy-editing in CREATE TRIGGER reference page. 15 years ago
Heikki Linnakangas 1a4ab9ec23 If recovery_target_timeline is set to 'latest' and standby mode is enabled, 15 years ago
Robert Haas bcf85e3f44 Reword alpha release note item on SSI. 15 years ago
Robert Haas c74d3aceb9 Synchronous replication doc corrections. 15 years ago
Heikki Linnakangas faba108fe4 Document the DEFERRABLE option in SET TRANSACTION command. 15 years ago
Simon Riggs a8a8a3e096 Efficient transaction-controlled synchronous replication. 15 years ago
Tom Lane 0b5d734592 Adjust documentation about pg_pltemplate to reflect latest thinking. 15 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago
Tom Lane ba0c93a0f4 Convert createlang/droplang to use CREATE/DROP EXTENSION. 15 years ago
Robert Haas c0f2b2e256 Remove one copy of duplicated alpha4 release note. 15 years ago
Robert Haas f31e532492 Add missing word. 15 years ago
Robert Haas 5c44f38d3b First cut at 9.1alpha4 release notes. 15 years ago
Robert Haas a4406da967 Remove emphasis from 9.1alpha3 items. 15 years ago
Tom Lane c2903fb3d2 Update documentation to reflect that standard PLs are now extensions. 15 years ago
Tom Lane 8d3b421f5f Allow non-superusers to create (some) extensions. 15 years ago
Peter Eisentraut 091bda0188 Add collations to information_schema.usage_privileges 15 years ago
Tom Lane 43bdf3583a Add 'collatable' to the Parameters section of CREATE TYPE. 15 years ago
Tom Lane 8436489c81 Add KNNGIST support to contrib/btree_gist. 15 years ago
Tom Lane 2f6c8453cf Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER. 15 years ago
Tom Lane 7e49330cad Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers. 15 years ago
Heikki Linnakangas 6eba5a7c57 Change pg_last_xlog_receive_location() not to move backwards. That makes 15 years ago
Tom Lane 09b49a8439 Update discussion of EXPLAIN to reflect existence of ModifyTable nodes. 15 years ago
Robert Haas 59d6a75942 Avoid excessive Hot Standby feedback messages. 15 years ago
Peter Eisentraut 474a42473a PL/Python custom SPI exceptions 15 years ago
Tom Lane 0ef0b30204 Add documentation for data-modifying statements in WITH clauses. 15 years ago
Bruce Momjian c11f1f714b Document that last vacuum statistics and counts are for non-FULL vacuums. 15 years ago
Peter Eisentraut 22690719ea PL/Python explicit subtransactions 15 years ago
Bruce Momjian 721ea41f14 Fix markup for pg_options_to_table() to report the return column names, 15 years ago
Heikki Linnakangas be6668d6ef Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL 15 years ago
Bruce Momjian 58838a7a52 Document that pg_options_to_table() also works for 15 years ago
Bruce Momjian 86434afb11 Fix doc patch --- pg_options_to_table() returns "setof record". 15 years ago
Peter Eisentraut bc411f25c1 Table function support for PL/Python 15 years ago
Bruce Momjian 772dcfe7c0 Document pg_options_to_table() (not previously documented) 15 years ago
Robert Haas 79ad8fc5f8 Named restore point improvements. 15 years ago
Bruce Momjian 2c72d7042b Update wording about information schema and name which views potentially 15 years ago
Peter Eisentraut 1c51c7d5ff Add PL/Python functions for quoting strings 15 years ago
Robert Haas 3e6b305d9e Fix a couple of unlogged tables goofs. 15 years ago
Bruce Momjian edb382179d Reword information_schema duplicate constraint warning text. 15 years ago
Bruce Momjian fee7802770 Move information_schema duplicate constraint note to the top of the 15 years ago
Bruce Momjian ede45e90dd Update docs about new role privileges reference, per Alvaro. 15 years ago
Itagaki Takahiro 3cba8240a1 Add ENCODING option to COPY TO/FROM and file_fdw. 15 years ago