Commit Graph

10446 Commits (375aa7b393843800a2bfefcbc13fa68ca82dee53)

Author SHA1 Message Date
Robert Haas c4096c7639 Allow per-column foreign data wrapper options. 15 years ago
Bruce Momjian 4262e61d64 Fix markup for recent wal_level clarification. 15 years ago
Robert Haas 3b17efdfdd Teach psql to display comments on languages and casts. 15 years ago
Bruce Momjian 38de5aad54 In documentaiton, clarify which commands have reduced WAL volume for 15 years ago
Robert Haas a8302803ab Fix typo. 15 years ago
Robert Haas c80be8a816 Clarify which relkinds accept column comments. 15 years ago
Robert Haas f5af8eed92 Improvements to SQL/MED documentation. 15 years ago
Robert Haas 7c26395661 Add new pgbench options, --tablespace and --index-tablespace. 15 years ago
Robert Haas 2d6fee09eb Add new pgbench switch, --unlogged-tables. 15 years ago
Peter Eisentraut 79b3ca06d8 Change EDITOR_LINENUMBER_SWITCH to an environment variable 15 years ago
Tom Lane 0ce7676aa0 Make xpath() do something useful with XPath expressions that return scalars. 15 years ago
Robert Haas 463f2625a5 Support SECURITY LABEL on databases, tablespaces, and roles. 15 years ago
Robert Haas d79a601fd9 Improve sepgsql and SECURITY LABEL documentation. 15 years ago
Robert Haas 550cd074f9 Minor improvement to pg_seclabel documentation. 15 years ago
Simon Riggs 6ba77bce93 Minor doc additions for cascading replication. 15 years ago
Simon Riggs 5286105800 Cascading replication feature for streaming log-based replication. 15 years ago
Tom Lane 3d4890c0c5 Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 15 years ago
Robert Haas 367bc426a1 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 15 years ago
Robert Haas 3cba8999b3 Create a "fast path" for acquiring weak relation locks. 15 years ago
Peter Eisentraut 7ed8f6c517 Remove claim that the project is not represented in the SQL working group 15 years ago
Peter Eisentraut 3835855589 Note that information_schema.sql_languages was removed in SQL:2008 15 years ago
Robert Haas b59d2fe497 Add pg_opfamily_is_visible. 15 years ago
Tom Lane 23e5b16c71 Add temp_file_limit GUC parameter to constrain temporary file space usage. 15 years ago
Tom Lane ed7ed76712 Add an errdetail_internal() ereport auxiliary routine. 15 years ago
Peter Eisentraut bf3c585681 Set information_schema.tables.commit_action to null 15 years ago
Bruce Momjian c1129a14e1 Doc clarification for pg_locks columns. 15 years ago
Bruce Momjian 1be9cdf6aa In docs, start window function sentence with "The asterisk (*)" rather 15 years ago
Alvaro Herrera c529f8800e Fix broken markup 15 years ago
Peter Eisentraut f4678c205a Set information_schema.routines.is_udt_dependent to NO 15 years ago
Peter Eisentraut a99d45b805 Small update on suggested startup file locations 15 years ago
Peter Eisentraut 469a1087e2 Remove README.mb.big5 and README.mb.jp 15 years ago
Peter Eisentraut 0527a454ec Implement information schema interval_type columns 15 years ago
Bruce Momjian 80a1d16935 Use clearer woring for pg_locks columns, identifying which items are 15 years ago
Peter Eisentraut 3315020a09 Fix and clarify information schema interval_precision fields 15 years ago
Andrew Dunstan 75726307e6 Improve wording of documentation on default privileges. 15 years ago
Peter Eisentraut 7544064b15 Add item about Clang support to 9.1 release notes 15 years ago
Peter Eisentraut f05c65090a Message style improvements 15 years ago
Tom Lane c59b8ba6cd Update examples for string-related functions. 15 years ago
Tom Lane 997d5b488a Update 9.1 release notes to reflect commits through today. 15 years ago
Tom Lane 60a81ad133 Reclassify replication-related GUC variables as "master" and "standby". 15 years ago
Tom Lane a195e3c34f Finish disabling reduced-lock-levels-for-DDL feature. 15 years ago
Robert Haas c7f23494c1 Add \ir command to psql. 15 years ago
Tom Lane 3b3152853a Restructure foreign data wrapper chapter so it has more than one section. 15 years ago
Tom Lane 52a4255055 Improve documentation about foreign data wrapper validator functions. 15 years ago
Magnus Hagander cd34647c66 Fix typo in sslmode documentation 15 years ago
Peter Eisentraut d479a0f92f Small documentation tweaks 15 years ago
Peter Eisentraut 6fbc80349f Set user_defined_types.data_type to null 15 years ago
Heikki Linnakangas e24662c423 Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. 15 years ago
Heikki Linnakangas f7ea6beaf4 Remove silent_mode. You get the same functionality with "pg_ctl -l 15 years ago
Simon Riggs 2c3d9db56d Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. 15 years ago