aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
Commit message (Expand)AuthorAge
* Remove mention that history is _now_ automatically saved on exit. ItBruce Momjian2005-12-09
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* Fix psql ref typo.Bruce Momjian2005-10-30
* Remove mention that \x doesn't affect backslash commands.Bruce Momjian2005-10-28
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-04
* Fix up tab completion for ROLEs and add some more completion logic forTom Lane2005-08-14
* \pset numericsep -> numericlocale.Bruce Momjian2005-07-18
* Change numericsep to a boolean, and make it locale-aware.Bruce Momjian2005-07-14
* Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian2005-07-10
* Add -L option to psql to log sessions.Bruce Momjian2005-06-14
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-13
* SGML cleanup: consistently use "endterm" in <xref>s that link to theNeil Conway2005-06-13
* Add space before :DBNAME for proper \set expansion.Bruce Momjian2005-06-10
* Minor cleanup of documentation for recently-added HISTFILE psql variable.Neil Conway2005-06-10
* the following patch makes the filename used to store the readlineBruce Momjian2005-06-10
* I've created a patch which adds support for troff "-ms" output toBruce Momjian2005-06-09
* Add support for \x hex strings in psql variables.Bruce Momjian2005-06-02
* Update psql docs for recent octal-only string behavior.Bruce Momjian2005-05-30
* Add reference to libpq environment variables for client applications.Bruce Momjian2005-05-29
* Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian2005-04-28
* Note that the -F and -R command line options only affect unalignedTom Lane2005-03-14
* Mention that some psql environment variables come from libpq and noteBruce Momjian2005-02-11
* More < and > changes to ampersands.Bruce Momjian2005-01-22
* More fixes for => and ->, use proper ampersand markups.Bruce Momjian2005-01-22
* Change Win32 client configuration files from *.txt to *.conf.Bruce Momjian2005-01-14
* Spell APPDATA as %APPDATA%, per recommendation from Magnus.Tom Lane2005-01-06
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-06
* More minor updates and copy-editing.Tom Lane2005-01-04
* Make libpq default to localhost connections on machines without Unix-domainTom Lane2004-12-28
* Move info about psql console code page issues out of install-win32.sgml,Tom Lane2004-12-27
* Spell checker runPeter Eisentraut2004-12-13
* Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian2004-10-06
* Fix some shortcomings in psql's autocommit-off mode concerning detectionTom Lane2004-09-20
* Various minor improvements to the SGML documentation: fix some incorrectNeil Conway2004-08-24
* Fix typo, per Andreas Seltenreich.Tom Lane2004-08-14
* Add permission display to \db+.Bruce Momjian2004-07-15
* Have \dn+ show permissions and description for schemas.Bruce Momjian2004-07-13
* Add tablespace location display for psql \d.Bruce Momjian2004-07-12
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Make psql's \d+ command indicate whether the table in questionNeil Conway2004-04-22
* Fix filename mention in psqlrc.sample file.Bruce Momjian2004-04-22
* Add global psql config file, psql.rc.sample.Bruce Momjian2004-04-22
* Change COPY CSV keyword to be:Bruce Momjian2004-04-21
* Complete TODO item:Bruce Momjian2004-04-19
* Change psql \copy stdin/stdout to read from command input/output.Bruce Momjian2004-04-12
* Add mention of how to use \df to find functions using/returning specificBruce Momjian2004-03-30
* Document fallback to tcp/ip localhost connection from psql on portsBruce Momjian2004-03-24
* I just noticed that \dp outputs "Table" to indicate relations (tables,Bruce Momjian2004-03-22
* Mention psql variable names are case-sensitive.Bruce Momjian2004-02-13