aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Implement the information schema with_hierarchy columnPeter Eisentraut2011-08-27
* Spelling improvementPeter Eisentraut2011-08-27
* Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane2011-08-26
* Support non-ASCII letters in psql variable names.Tom Lane2011-08-26
* Adjust CREATE DOMAIN example for standard_conforming_strings=on.Robert Haas2011-08-25
* Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane2011-08-24
* Add recovery.conf to the index in the user manual.Heikki Linnakangas2011-08-23
* Update 9.1 release notes to reflect commits through today.Tom Lane2011-08-17
* Adjust wording now that estimated size can increaseMagnus Hagander2011-08-17
* MacOS -> Mac OSPeter Eisentraut2011-08-17
* Fix typoPeter Eisentraut2011-08-14
* Add major features list and introductory text for 9.1 release notes.Bruce Momjian2011-08-11
* Display both per-table and per-column FDW options in psql's \d output.Robert Haas2011-08-11
* Change psql's \dd command to do something more useful.Robert Haas2011-08-11
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-10
* Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas2011-08-08
* Teach psql to display the comments on conversions and domains.Robert Haas2011-08-08
* Teach vacuumlo to limit number of removals, via new -l option.Robert Haas2011-08-08
* Add "Compatibility" section to ALTER EXTENSION reference pagePeter Eisentraut2011-08-07
* Remove whitespace from end of linesPeter Eisentraut2011-08-07
* Rename "Example" sections to "Examples" in dblink chapterPeter Eisentraut2011-08-07
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Fix thinko in documentation of local_preload_libraries.Tom Lane2011-08-05
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Fix markup for recent wal_level clarification.Bruce Momjian2011-08-04
* Teach psql to display comments on languages and casts.Robert Haas2011-08-04
* In documentaiton, clarify which commands have reduced WAL volume forBruce Momjian2011-08-04
* Fix typo.Robert Haas2011-07-27
* Clarify which relkinds accept column comments.Robert Haas2011-07-26
* Improvements to SQL/MED documentation.Robert Haas2011-07-25
* Add new pgbench options, --tablespace and --index-tablespace.Robert Haas2011-07-25
* Add new pgbench switch, --unlogged-tables.Robert Haas2011-07-25
* Change EDITOR_LINENUMBER_SWITCH to an environment variablePeter Eisentraut2011-07-24
* Make xpath() do something useful with XPath expressions that return scalars.Tom Lane2011-07-21
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Improve sepgsql and SECURITY LABEL documentation.Robert Haas2011-07-20
* Minor improvement to pg_seclabel documentation.Robert Haas2011-07-20
* Minor doc additions for cascading replication.Simon Riggs2011-07-19
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-19
* Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane2011-07-18
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-18
* Remove claim that the project is not represented in the SQL working groupPeter Eisentraut2011-07-18
* Note that information_schema.sql_languages was removed in SQL:2008Peter Eisentraut2011-07-18
* Add pg_opfamily_is_visible.Robert Haas2011-07-17
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-17
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16
* Set information_schema.tables.commit_action to nullPeter Eisentraut2011-07-15
* Doc clarification for pg_locks columns.Bruce Momjian2011-07-15
* In docs, start window function sentence with "The asterisk (*)" ratherBruce Momjian2011-07-14