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