index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
Age
Commit message (
Expand
)
Author
2009-10-13
Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional
Tom Lane
2009-10-08
Add the new psql command \drds to the psql docs, help and tab completion.
Alvaro Herrera
2009-10-07
Make it possibly to specify GUC params per user and per database.
Alvaro Herrera
2009-10-05
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-09-27
Sync psql's scanner with recent changes in backend scanner's flex rules.
Tom Lane
2009-09-19
Remove a couple hundred lines of ugly and tedious-to-maintain code by not
Tom Lane
2009-09-19
sql_help.c needs to be cvsignore'd.
Tom Lane
2009-09-18
Easier to translate psql help
Peter Eisentraut
2009-09-13
Write psql's ~/.psql_history file using history_truncate_file() and
Tom Lane
2009-08-28
Derived files that are shipped in the distribution used to be built in the
Peter Eisentraut
2009-08-26
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-08-24
Fix inclusions of readline/editline header files so that we only attempt to
Tom Lane
2009-08-07
Try to defend against the possibility that libpq is still in COPY_IN state
Tom Lane
2009-08-02
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
2009-07-25
Code review for FORCE QUOTE * patch: fix error checking to consider FORCE
Tom Lane
2009-07-24
Document \dg+ and \du+
Peter Eisentraut
2009-07-20
Remove unnecessary and version-sensitive dependence on the exact set of
Tom Lane
2009-07-07
Just a little more schema-qualification ...
Tom Lane
2009-07-07
psql backward compatibility fix
Peter Eisentraut
2009-07-07
Sort child tables by name instead of OID in \d+ display
Peter Eisentraut
2009-07-07
Code review for patch to show definition of index columns in \d on index.
Tom Lane
2009-07-06
Show definition of index columns in \d on index
Peter Eisentraut
2009-07-03
Have \d show child tables that inherit from the specified parent
Peter Eisentraut
2009-06-26
Translation updates for 8.4 release.
Peter Eisentraut
2009-06-23
Fix the makefiles to fail cleanly if Perl is needed but not present. This
Tom Lane
2009-06-13
Tweak the display of incoming foreign-key constraints in \d, per discussion
Peter Eisentraut
2009-06-12
Fix several places where a function was declared static and then defined
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-10
Translation updates
Peter Eisentraut
2009-06-10
Clarify error message
Peter Eisentraut
2009-06-04
Trivial code style cleanup around a couple of ngettext calls.
Tom Lane
2009-05-27
Fix to use the same format specifiers in both branches of a ngettext().
Peter Eisentraut
2009-05-14
Translation updates
Alvaro Herrera
2009-05-05
Code review for \df rewrite: fix assorted bugs, make type and
Tom Lane
2009-05-04
Fix the query used for \d against 8.2 and 8.3 servers.
Heikki Linnakangas
2009-04-26
Remove Windows-specific definition of S_ISDIR(). This should not be here;
Tom Lane
2009-04-22
Use brackets in psql \df \? help.
Bruce Momjian
2009-04-21
Improve psql \df error handling.
Bruce Momjian
2009-04-21
Merge psql \df options into a single \? line, and update docs.
Bruce Momjian
2009-04-21
Add agg/normal/trigger/window flags for psql \df and in \df output.
Bruce Momjian
2009-04-11
Make string more alike other similar messages.
Alvaro Herrera
2009-04-11
Message fix
Peter Eisentraut
2009-04-11
Message improvement
Peter Eisentraut
2009-04-09
Translation updates for 8.4 beta
Peter Eisentraut
2009-04-08
Remove psql's ancient hack that suppressed functions taking or returning
Tom Lane
2009-04-08
Improve tab completion for \ef.
Bruce Momjian
2009-04-06
Adjust psql tab completion for new \d 'S' flag behavior; adjust code to
Bruce Momjian
2009-04-05
Remove a boatload of useless definitions of 'int optreset'. If we
Tom Lane
2009-04-04
Improve obsolete comment.
Tom Lane
[next]