summaryrefslogtreecommitdiff
path: root/src/bin/psql
Commit message (Expand)AuthorAgeFilesLines
...
* Suppress -Wunused-result warnings about write(), again.Tom Lane2016-06-031-11/+15
* Translation updatesPeter Eisentraut2016-05-093-1048/+1034
* Translation updatesPeter Eisentraut2016-03-281-2890/+3558
* Add missing NULL terminator to list_SECURITY_LABEL_preposition[].Tom Lane2016-03-141-1/+1
* Get rid of scribbling on a const variable in psql's print.c.Tom Lane2016-03-122-3/+3
* Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.Robert Haas2016-03-041-2/+2
* Fix query-based tab completion for multibyte characters.Robert Haas2016-03-041-11/+19
* Translation updatesPeter Eisentraut2016-02-082-1094/+1018
* Fix incorrect pattern-match processing in psql's \det command.Tom Lane2016-01-291-1/+2
* Translation updatesPeter Eisentraut2016-01-046-3793/+9800
* Remove silly completion for "DELETE FROM tabname ...".Tom Lane2015-12-201-1/+1
* psql: Review of new help output stringsPeter Eisentraut2015-12-202-37/+37
* Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund2015-12-191-3/+11
* Fix improper initialization order for readline.Tom Lane2015-12-171-1/+3
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-161-0/+12
* Improve ALTER POLICY tab completion.Robert Haas2015-12-101-1/+8
* Make failure to open psql's --log-file fatal.Tom Lane2015-12-081-0/+3
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-037-105/+177
* psql: Improve spellingPeter Eisentraut2015-12-031-8/+8
* Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane2015-12-025-70/+100
* Further tweaking of print_aligned_vertical().Tom Lane2015-12-011-21/+35
* Further adjustment to psql's print_aligned_vertical() function.Tom Lane2015-12-011-1/+2
* Rework wrap-width calculation in psql's print_aligned_vertical() function.Tom Lane2015-11-301-51/+76
* Be more paranoid about null return values from libpq status functions.Tom Lane2015-11-251-9/+12
* Translation updatesPeter Eisentraut2015-11-092-1703/+1726
* Code + docs review for unicode linestyle patch.Tom Lane2015-11-031-17/+19
* Message style improvementsPeter Eisentraut2015-10-281-1/+3
* Translation updatesPeter Eisentraut2015-10-056-6663/+8734
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-041-18/+26
* Fix compiler warning for non-TIOCGWINSZ caseAndrew Dunstan2015-09-281-2/+2
* Fix compiler warning about unused function in non-readline case.Andrew Dunstan2015-09-281-3/+3
* Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-251-7/+23
* Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-251-3/+11
* Fix psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-241-56/+47
* Review program help output for wording and formattingPeter Eisentraut2015-09-161-3/+4
* psql: print longtable as a possible \pset optionBruce Momjian2015-08-311-1/+1
* psql: Make EXECUTE PROCEDURE tab completion a bit narrower.Robert Haas2015-08-181-0/+1
* Translation updatesPeter Eisentraut2015-08-032-2472/+3932
* Fix psql \d output of policies.Joe Conway2015-08-031-2/+2
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-4/+6
* Improve tab-completion for DROP POLICYAlvaro Herrera2015-07-201-1/+25
* Fix null pointer dereference in "\c" psql command.Noah Misch2015-07-081-2/+4
* Add tab-completion for psql meta-commands.Fujii Masao2015-07-071-3/+9
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-021-4/+4
* Translation updatesPeter Eisentraut2015-06-282-3281/+3738
* psql: Add some tab completion for TABLESAMPLE.Robert Haas2015-06-221-0/+12
* Add PASSWORD to tab completions for CREATE/ALTER ROLE/USER/GROUP.Robert Haas2015-06-191-6/+8
* pgindent run for 9.5Bruce Momjian2015-05-2310-111/+133
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-231-4/+1
* Fix more typos in comments.Heikki Linnakangas2015-05-201-1/+1