Commit Graph

10462 Commits (e319ec4b7378e047e6bb92bd1bb7ff7d515d64a3)

Author SHA1 Message Date
Tom Lane 1a998474a7 Update 9.1 release notes to reflect commits through today. 15 years ago
Magnus Hagander e5cb756361 Adjust wording now that estimated size can increase 15 years ago
Peter Eisentraut 1368409034 MacOS -> Mac OS 15 years ago
Peter Eisentraut 7431cb251a Fix typo 15 years ago
Bruce Momjian eb72adc82e Add major features list and introductory text for 9.1 release notes. 15 years ago
Robert Haas d82d84864c Display both per-table and per-column FDW options in psql's \d output. 15 years ago
Robert Haas 59414cdedb Change psql's \dd command to do something more useful. 15 years ago
Tom Lane cff75130b5 Remove wal_sender_delay GUC, because it's no longer useful. 15 years ago
Robert Haas d82a9d2a60 Teach psql to display the comments on SQL/MED objects in verbose mode. 15 years ago
Robert Haas c9ac00e6ec Teach psql to display the comments on conversions and domains. 15 years ago
Robert Haas b69f2e3640 Teach vacuumlo to limit number of removals, via new -l option. 15 years ago
Peter Eisentraut 04b17684af Add "Compatibility" section to ALTER EXTENSION reference page 15 years ago
Peter Eisentraut f29a004496 Remove whitespace from end of lines 15 years ago
Peter Eisentraut a559ed5ed6 Rename "Example" sections to "Examples" in dblink chapter 15 years ago
Peter Eisentraut 6ef2448796 Fix a whitespace issue with the man pages 15 years ago
Tom Lane ffcf5a6c41 Fix thinko in documentation of local_preload_libraries. 15 years ago
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