summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-12-19Allow CHECK constraints to be declared ONLYAlvaro Herrera
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-04Add a \setenv command to psql.Andrew Dunstan
2011-12-02psql: Make temporary editor files have .sql extensionPeter Eisentraut
2011-11-16Don't elide blank lines when accumulating psql command history.Robert Haas
2011-11-12Add psql expanded auto modePeter Eisentraut
2011-11-12Fix psql's \dd version check for operator families.Robert Haas
2011-11-10Throw nice error if server is too old to support psql's \ef or \sf command.Tom Lane
2011-11-05Show statistics target for columns in \d+ on a tableMagnus Hagander
2011-11-05Make psql \d on a sequence show the table/column owning itMagnus Hagander
2011-11-04Add missing space in commentMagnus Hagander
2011-10-24Make TABLE tab complation in psql include all relationsMagnus Hagander
2011-10-23Make psql support tab completion of EXECUTE <prepared-statement-name>.Tom Lane
2011-10-20Rewrite tab completion's previous-word fetching for more sanity.Tom Lane
2011-10-19Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane
2011-10-19Suppress -Wunused-result warnings about write() and fwrite().Tom Lane
2011-10-15Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-26Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane
2011-08-26Support non-ASCII letters in psql variable names.Tom Lane
2011-08-25Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane
2011-08-25Fix psql lexer to avoid use of backtracking.Tom Lane
2011-08-25Add "%option warn" to all flex input files that lacked it.Tom Lane
2011-08-25Change format of SQL/MED generic options in psql backslash commands.Robert Haas
2011-08-17Translation updatesPeter Eisentraut
2011-08-11Display both per-table and per-column FDW options in psql's \d output.Robert Haas
2011-08-11Change psql's \dd command to do something more useful.Robert Haas
2011-08-08Teach psql to display the comments on SQL/MED objects in verbose mode.Robert Haas
2011-08-08Teach psql to display the comments on conversions and domains.Robert Haas
2011-08-05Allow per-column foreign data wrapper options.Robert Haas
2011-08-04Teach psql to display comments on languages and casts.Robert Haas
2011-07-26Add missing newlines at end of error messagesPeter Eisentraut
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-07-26Only display column comments for relkinds that support them.Robert Haas
2011-07-23Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.Andrew Dunstan
2011-07-23Change EDITOR_LINENUMBER_SWITCH to an environment variablePeter Eisentraut
2011-07-06Add \ir command to psql.Robert Haas
2011-07-06Attempt to standardize formatting of psql queries.Robert Haas
2011-07-05Fix psql's counting of script file line numbers during COPY.Tom Lane
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-26Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut
2011-06-26Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-14Allow psql \d tab completion to complete all relation kindsPeter Eisentraut
2011-06-12Tab completion improvements for COMMENT.Robert Haas
2011-06-09Translation updates for 9.1beta2Peter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-08Revert psql bits to display NOT VALID for FKsAlvaro Herrera