aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
Commit message (Expand)AuthorAge
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-11
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-11
* Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane2007-12-03
* spell checker runPeter Eisentraut2007-11-28
* Add comments about VACUUM to free space map docs.Bruce Momjian2007-11-28
* Change index_name to name for consistency.Peter Eisentraut2007-11-26
* Remove no-longer-accurate claim that REINDEX won't invalidate cachedTom Lane2007-11-18
* Add pg_ctl -t/timeout parameter to control amount of time to wait forBruce Momjian2007-11-10
* Fix markup problem with recent pg_ctl change.Bruce Momjian2007-11-10
* Properly order pg_ctl -c option alphabetically in docs.Bruce Momjian2007-11-10
* <optional> cannot be used here, because psql doesn't handle it.Peter Eisentraut2007-11-07
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Update some obsolete stuff in the GRANT and REVOKE reference pages:Tom Lane2007-10-30
* Documentation wording fixes.Bruce Momjian2007-10-29
* Fix ALTER SEQUENCE so that it does not affect the value of currval() forTom Lane2007-10-25
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-24
* Remove obsolete statement that you can't update through a cursor.Tom Lane2007-10-24
* Another round of editorialization on the text search documentation.Tom Lane2007-10-17
* Fix typo in REVOKE reference page. Guillaume Lelarge.Neil Conway2007-10-10
* A few improvements to analyze and vacuum sections in documentation: add "seeAlvaro Herrera2007-10-07
* Some editorial improvements for recently-added ALTER SEQUENCE/VIEWTom Lane2007-10-03
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-28
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-24
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Add LDAP URL documentation.Bruce Momjian2007-09-14
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane2007-09-07
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Fix cut-n-paste-o.Tom Lane2007-08-22
* Remove option to change parser of an existing text search configuration.Tom Lane2007-08-22
* Text search doc updates --- first cut atTom Lane2007-08-22
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* First rough cut at text search documentation: bare bones referenceTom Lane2007-08-21
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Adjust processSQLNamePattern() so that $ within the pattern is always matchedTom Lane2007-07-10
* Minor copy-editing.Tom Lane2007-07-09
* Fix broken markup.Tom Lane2007-07-08
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-03
* Add the function's volatility to the output of psql's \df+ command.Neil Conway2007-06-28
* Update password example.Peter Eisentraut2007-06-21
* Update examples of create/drop scripts.Peter Eisentraut2007-06-21
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-15
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Add note that LIMIT without ORDER BY can produce outright nondeterministicTom Lane2007-06-08
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Remove gratuitous response messages from utility programs.Peter Eisentraut2007-06-04
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Update documentation mention of VACUUM FULL and CLUSTER whereBruce Momjian2007-05-30