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
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-14
Provide Assert() for frontend code.
Andrew Dunstan
2012-12-09
Fix assorted bugs in privileges-for-types patch.
Tom Lane
2012-12-02
Fix psql crash while parsing SQL file whose encoding is different from
Tatsuo Ishii
2012-10-12
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-02
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-09-30
psql: Mark table headers in \drds output for translation
Peter Eisentraut
2012-09-15
psql: Add more constraint completion
Peter Eisentraut
2012-09-03
Make psql's \d+ show reloptions for all relkinds.
Tom Lane
2012-09-01
psql: Reduce compatibility warning
Peter Eisentraut
2012-08-28
Prevent psql tab completion in SET from adding TO when the equals sign
Bruce Momjian
2012-08-26
Use psql_error() for most psql error calls, per request from Magnus.
Bruce Momjian
2012-08-20
Improved tab completion for CLUSTER VERBOSE.
Robert Haas
2012-08-20
Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name.
Robert Haas
2012-08-15
Add C comment about new \c parameter requirement for crashed connections.
Bruce Momjian
2012-08-15
In psql, if the is no connection object, e.g. due to a server crash,
Bruce Momjian
2012-08-09
Make psql -1 < file behave as expected.
Robert Haas
2012-07-26
Tab complete table names after ALTER TABLE x [NO] INHERIT.
Robert Haas
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-07-06
Run updated copyright.pl on HEAD and 9.2 trees, updating the psql
Bruce Momjian
2012-07-05
Don't try to trim "../" in join_path_components().
Tom Lane
2012-07-05
Fix function argument tab completion for schema-qualified or quoted function ...
Magnus Hagander
2012-07-05
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-06-17
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-14
Make \conninfo print SSL information.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-07
Message style improvements
Peter Eisentraut
2012-05-27
psql: Remove notice about readline from --version output
Peter Eisentraut
2012-05-10
Only attempt to show collations on servers >= 9.1.
Magnus Hagander
2012-05-08
psql: Add variable to control keyword case in tab completion
Peter Eisentraut
2012-05-01
Tweak psql to print row counts when \x auto chooses non-expanded output.
Robert Haas
2012-04-26
psql: Tab completion updates
Peter Eisentraut
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-18
psql: Add tab completion for CREATE/ALTER ROLE name WITH
Peter Eisentraut
2012-04-10
psql: Improve tab completion of WITH
Peter Eisentraut
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-04
Remove useless PGRES_COPY_BOTH "support" in psql.
Tom Lane
2012-04-01
Fix recently introduced typo in NLS file lists
Peter Eisentraut
2012-03-31
Fix glitch recently introduced in psql tab completion.
Tom Lane
2012-03-30
Add new files to NLS file lists
Peter Eisentraut
2012-03-22
If a role has a password expiration date, show that in psql's \du output.
Tom Lane
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-16
psql: Remove inappropriate const qualifiers
Peter Eisentraut
2012-03-08
psql: Remove useless code
Peter Eisentraut
2012-03-08
Fix indentation of \d footers for non-ASCII cases.
Tom Lane
[next]