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