Commit Graph

10182 Commits (a8a8a3e0965201df88bdfdff08f50e5c06c552b7)

Author SHA1 Message Date
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
Bruce Momjian 48d25bac9f Merge two documentation permission chapters into a single chapter. 15 years ago
Tom Lane 7c5d0ae707 Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 15 years ago
Tom Lane bb74240794 Implement an API to let foreign-data wrappers actually be functional. 15 years ago
Bruce Momjian d5813488a4 Adjust documentation wording of window function ORDER BY to not mention 15 years ago
Bruce Momjian 8c0f1e2762 Documentation update for UTF16 surrogate pairs in UTF8 encoding. 15 years ago
Bruce Momjian e07ae21f7e Document that an SQL-standard-compliant query that expects a unique row 15 years ago
Peter Eisentraut 02e14562a8 Set psql client encoding from locale by default 15 years ago
Tom Lane 327e025071 Create the catalog infrastructure for foreign-data-wrapper handlers. 15 years ago
Bruce Momjian 4077980d67 Improve text search prefix doc addition. 15 years ago
Bruce Momjian 5bba4948eb Document that text search comparisons happen after text search 15 years ago
Itagaki Takahiro 62c7bd31c8 Add transaction-level advisory locks. 15 years ago
Alvaro Herrera 87bb2ade2c Convert Postgres arrays to Perl arrays on PL/perl input arguments 15 years ago
Robert Haas 4a25bc145a Add client_hostname field to pg_stat_activity. 15 years ago
Bruce Momjian 4f2cfc5bb4 Typo fix 15 years ago