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
2014-07-02
Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.
Fujii Masao
2014-07-02
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
2014-06-23
Improve tab-completion of DROP and ALTER ENABLE/DISABLE on triggers and rules.
Heikki Linnakangas
2014-05-15
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-11
Translation updates
Peter Eisentraut
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-04-30
Fix uninitialized-variable warnings induced by recent commit.
Tom Lane
2014-04-30
Fix whitespace
Peter Eisentraut
2014-04-29
Remove unnecessary cast causing a warning
Greg Stark
2014-04-28
Add support for wrapping to psql's "extended" mode. This makes it very
Greg Stark
2014-04-16
psql: update --help output for unaligned mode params
Bruce Momjian
2014-04-15
psql: conditionally display oids and replication identity
Bruce Momjian
2014-04-14
Tab completion for event triggers.
Robert Haas
2014-04-04
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-03-29
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-26
psql: update "replica identity" display for \d+
Bruce Momjian
2014-03-13
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-10
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-03-02
Various Coverity-spotted fixes
Stephen Frost
2014-02-24
psql: add separate \d display for disabled system triggers
Bruce Momjian
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
psql: Add C comment about gset_prefix being freed later
Bruce Momjian
2014-02-13
Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.
Tom Lane
2014-02-04
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-02
Switch in psql_scan() must cover all lexer states (except backslash cases).
Tom Lane
2014-01-31
Add tab completion for ALTER TABLESPACE MOVE in psql.
Fujii Masao
2014-01-30
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-26
Move the options column of \db+ before the description
Magnus Hagander
2014-01-26
Include tablespace options in verbose output of \db
Magnus Hagander
2014-01-25
psql: Mention SSL protocol version in \conninfo.
Noah Misch
2014-01-23
Add libpq function PQhostaddr().
Fujii Masao
2014-01-18
Fix client-only installation
Peter Eisentraut
2014-01-16
Add display of oprcode (the underlying function's name) to psql's \do+.
Tom Lane
2014-01-15
Improve FILES section of psql reference page.
Tom Lane
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-04
Fix translatability markings in psql, and add defenses against future bugs.
Tom Lane
2013-12-19
Add tab completion for ALTER SYSTEM SET in psql.
Fujii Masao
2013-12-18
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-02
Translation updates
Peter Eisentraut
2013-11-19
Add tab completion for \pset in psql.
Fujii Masao
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-14
Fix incorrect column name in psql \d code.
Tom Lane
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-05
Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
Tom Lane
2013-10-23
Simplify tab completion rules for views and foreign tables.
Robert Haas
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
[next]