index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
help.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Message style improvements
Peter Eisentraut
2006-10-06
1
-3
/
+3
*
Fix some missing inclusions identified with new pgcheckdefines tool.
Tom Lane
2006-07-15
1
-4
/
+5
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-4
/
+1
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
1
-2
/
+1
*
Code review for psql multiline history patch(es). Fix memory leak,
Tom Lane
2006-06-11
1
-2
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-3
/
+3
*
Add psql option:
Bruce Momjian
2006-02-12
1
-1
/
+2
*
Please find enclosed a patch that lets you use \c to connect
Bruce Momjian
2006-02-12
1
-2
/
+2
*
o Improve psql's handling of multi-line statements
Bruce Momjian
2006-02-11
1
-1
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-66
/
+70
*
\pset numericsep -> numericlocale.
Bruce Momjian
2005-07-18
1
-2
/
+2
*
Add psql \pset numericsep to allow output numbers like 100,000.0 or
Bruce Momjian
2005-07-10
1
-2
/
+2
*
Attached is a patch that enhances the "\h" capability in psql. I often
Bruce Momjian
2005-07-06
1
-38
/
+64
*
Add -L option to psql to log sessions.
Bruce Momjian
2005-06-14
1
-2
/
+3
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
1
-5
/
+3
*
Consistently use geteuid() not getuid(); there were a few places deviating
Tom Lane
2005-01-08
1
-2
/
+2
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Trivial fix for a bug introduced in r1.94 of help.c: we want to only
Neil Conway
2004-11-24
1
-1
/
+2
*
Clarify some strings
Peter Eisentraut
2004-11-09
1
-2
/
+2
*
Message style revisions
Peter Eisentraut
2004-10-12
1
-3
/
+3
*
Suppress psql \s help display for platforms like Win32 that don't
Bruce Momjian
2004-10-06
1
-1
/
+3
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-4
/
+4
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-3
/
+3
*
Ignore trailing spaces in psql \h.
Bruce Momjian
2004-08-07
1
-3
/
+3
*
Add permission display to \db+.
Bruce Momjian
2004-07-15
1
-2
/
+2
*
Have \dn+ show permissions and description for schemas.
Bruce Momjian
2004-07-13
1
-2
/
+2
*
Tablespaces. Alternate database locations are dead, long live tablespaces.
Tom Lane
2004-06-18
1
-2
/
+3
*
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-05-07
1
-5
/
+5
*
I just noticed that \dp outputs "Table" to indicate relations (tables,
Bruce Momjian
2004-03-22
1
-3
/
+3
*
Have psql help show \w parameter as requied.
Bruce Momjian
2004-01-09
1
-2
/
+2
*
This makes help like this:
Bruce Momjian
2003-12-01
1
-4
/
+4
*
attached is a patch that adds display of the groups a user belongs to to
Bruce Momjian
2003-12-01
1
-1
/
+2
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Add documentation about \pset footer to \?.
Peter Eisentraut
2003-10-02
1
-3
/
+3
*
Allow translation of SQL help in psql.
Peter Eisentraut
2003-09-14
1
-4
/
+6
*
seemed like a typo in one of the appendix tables
Bruce Momjian
2003-09-11
1
-4
/
+34
*
Update row count for \? output, used by pager.
Bruce Momjian
2003-09-10
1
-2
/
+2
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-7
/
+7
*
Update copyrights to 2003.
Bruce Momjian
2003-07-25
1
-6
/
+6
*
Apply message style guide to frontend programs.
Peter Eisentraut
2003-07-23
1
-24
/
+28
*
Document the -h client flag can use a socket directory as well as a host
Bruce Momjian
2003-06-11
1
-2
/
+2
*
Document file name as optional for \o in psql help (\h).
Bruce Momjian
2003-04-14
1
-2
/
+2
*
Make the printing code somewhat more independent by not relying on
Peter Eisentraut
2003-03-18
1
-2
/
+2
*
Cleanup up psql \connect and \pset pager setting display, Dennis
Bruce Momjian
2003-03-10
1
-2
/
+2
*
Apply the proper version of Christopher Kings-Lynne's describe patch
Tom Lane
2003-01-07
1
-1
/
+2
*
Increment libpq major number for 7.3.1 and minor for 7.4.
Bruce Momjian
2002-12-13
1
-57
/
+56
*
TODO marked as done:
Bruce Momjian
2002-12-12
1
-1
/
+3
*
Move psql \? Formatting above Large Object/Copy.
Bruce Momjian
2002-12-11
1
-9
/
+9
[next]