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
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-21
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-22
Sort default partition to bottom of psql \d+
Simon Riggs
2017-11-22
Show partition info from psql \d+
Simon Riggs
2017-11-09
Add hash partitioning.
Robert Haas
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-02
In client support of v10 features, use standard schema handling.
Noah Misch
2017-10-31
Fix underqualified cast-target type names in pg_dump and psql queries.
Tom Lane
2017-10-22
Adjust psql \d query to avoid use of @> operator.
Tom Lane
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-06
#ifdef out some dead code in psql/mainloop.c.
Tom Lane
2017-09-29
psql: Don't try to print a partition constraint we didn't fetch.
Robert Haas
2017-09-29
psql: Update \d sequence display
Peter Eisentraut
2017-09-21
Provide a test for variable existence in psql
Andrew Dunstan
2017-09-12
Add psql variables to track success/failure of SQL queries.
Tom Lane
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.
Tom Lane
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-05
Add \gdesc psql command.
Tom Lane
2017-09-05
In psql, use PSQL_PAGER in preference to PAGER, if it's set.
Tom Lane
2017-09-05
Add psql variables showing server version and psql version.
Tom Lane
2017-09-05
Reformat psql's --help=variables output.
Tom Lane
2017-08-24
psql: Fix \gx when FETCH_COUNT is used
Stephen Frost
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
psql: Add tab completion for \pset pager
Peter Eisentraut
2017-08-07
Translation updates
Peter Eisentraut
2017-07-28
Include publication owner's name in the output of \dRp+.
Tom Lane
2017-07-27
Fix psql tab completion for CREATE USER MAPPING.
Tom Lane
2017-07-27
Standardize describe.c's behavior for no-matching-objects a bit more.
Tom Lane
2017-07-27
Avoid use of sprintf/snprintf in describe.c.
Tom Lane
2017-07-27
Sync listDbRoleSettings() with the rest of the world.
Tom Lane
2017-07-27
Fix very minor memory leaks in psql's command.c.
Tom Lane
2017-07-26
Clean up SQL emitted by psql/describe.c.
Tom Lane
2017-07-14
Fix broken link-command-line ordering for libpgfeutils.
Tom Lane
2017-07-12
Remove unnecessary braces, to match the surrounding style.
Heikki Linnakangas
2017-07-10
Translation updates
Alvaro Herrera
2017-07-05
psql documentation fixes
Peter Eisentraut
2017-06-22
psql: Restore alphabetical order in words_after_create.
Robert Haas
2017-06-21
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-20
Tweak publication fetching in psql
Peter Eisentraut
2017-06-19
Fix materialized-view documentation oversights.
Tom Lane
2017-06-15
psql: Improve display of "for all tables" publications
Peter Eisentraut
[next]