]> granicus.if.org Git - postgresql/history - src/bin/psql
Don't dump core when destroying an unused ParallelContext.
[postgresql] / src / bin / psql /
2015-09-28 Andrew DunstanFix compiler warning for non-TIOCGWINSZ case
2015-09-28 Andrew DunstanFix compiler warning about unused function in non-readl...
2015-09-25 Tom LaneFurther fix for psql's code for locale-aware formatting...
2015-09-25 Tom LaneFurther fix for psql's code for locale-aware formatting...
2015-09-25 Tom LaneFix psql's code for locale-aware formatting of numeric...
2015-09-16 Peter EisentrautReview program help output for wording and formatting
2015-09-08 Andres Freundpsql: Generic tab completion support for enum and bool...
2015-09-08 Fujii MasaoImprove tab-completion for GRANT and REVOKE.
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-08-31 Bruce Momjianpsql: print longtable as a possible \pset option
2015-08-18 Robert Haaspsql: Make EXECUTE PROCEDURE tab completion a bit narrower.
2015-08-04 Robert HaasTab completion for CREATE SEQUENCE.
2015-08-03 Joe ConwayFix psql \d output of policies.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-20 Alvaro HerreraImprove tab-completion for DROP POLICY
2015-07-09 Noah MischFix null pointer dereference in "\c" psql command.
2015-07-07 Fujii MasaoAdd tab-completion for psql meta-commands.
2015-07-07 Andres FreundAdd psql PROMPT variable showing the pid of the connect...
2015-07-03 Tom LaneAdd psql \ev and \sv commands for editing and showing...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-06-29 Peter EisentrautTranslation updates
2015-06-22 Robert Haaspsql: Add some tab completion for TABLESAMPLE.
2015-06-19 Robert HaasAdd PASSWORD to tab completions for CREATE/ALTER ROLE...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-29 Robert Haaspsql: Improve tab completion for ALTER FOREIGN TABLE.
2015-04-09 Magnus HaganderShow owner of types in psql \dT+
2015-04-03 Alvaro HerreraAdd log_min_autovacuum_duration per-table option
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-03-31 Bruce Momjianpsql: add asciidoc output format
2015-03-29 Tom LaneRemove a couple other vestigial yylex() declarations.
2015-03-28 Andrew DunstanAdd a pager_min_lines setting to psql
2015-03-27 Peter EisentrautFix whitespace
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-25 Bruce Momjianpsql: show proper row count in \x mode for zero-column...
2015-03-20 Bruce Momjianpsql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT...
2015-03-14 Tom LaneRemove workaround for ancient incompatibility between...
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-10 Tom LaneClean up the mess from => patch.
2015-02-03 Heikki LinnakangasAdd API functions to libpq to interrogate SSL related...
2015-02-02 Peter EisentrautTranslation updates
2015-01-31 Tom LaneFix documentation of psql's ECHO all mode.
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-31 Tom LaneImprove consistency of parsing of psql's magic variables.
2014-12-31 Robert HaasDon't tab-complete COMMENT ON ... IS with IS.
2014-12-23 Alvaro Herreraget_object_address: separate domain constraints from...
2014-12-15 Peter EisentrautTranslation updates
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-11-29 Noah MischReimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14...
2014-11-29 Noah MischRevert "Add libpq function PQhostaddr()."
2014-11-28 Fujii MasaoAdd tab-completion for ALTER TABLE ALTER CONSTRAINT...
2014-11-27 Fujii MasaoMake \watch respect the user's \pset null setting.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-23 Andrew DunstanFix memory leaks introduced by commit eca2b9b
2014-11-22 Andrew DunstanRework echo_hidden for \sf and \ef from commit e4d2817.
2014-11-21 Andrew DunstanFix an error in psql that overcounted output lines.
2014-11-21 Andrew DunstanMake psql's \sf and \ef honor ECHO_HIDDEN.
2014-11-18 Tom LaneFix some bogus direct uses of realloc().
2014-11-17 Peter EisentrautTranslation updates
2014-11-13 Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-11-10 Robert HaasTab complete second argument to \c with role names.
2014-10-26 Tom LaneFix undersized result buffer in pset_quoted_string().
2014-10-24 Alvaro Herrerapsql: complain if pg_dump custom-format is detected
2014-10-23 Fujii MasaoRemove the unused argument of PSQLexec().
2014-10-19 Peter Eisentrautpsql: Improve \pset without arguments
2014-10-14 Peter Eisentrautpsql: Fix \? output alignment
2014-10-06 Peter EisentrautTranslation updates
2014-10-03 Stephen FrostFix CreatePolicy, pg_dump -v; psql and doc updates
2014-09-24 Stephen FrostCode review for row security.
2014-09-23 Stephen FrostAdd unicode_*_linestyle to \? variables
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-19 Andres FreundAvoid 'clobbered by longjmp' warning in psql/copy.c.
2014-09-12 Stephen FrostAdd unicode_{column|header|border}_style to psql
2014-09-12 Stephen FrostHandle border = 3 in expanded mode
2014-09-09 Andres FreundAdd new psql help topics, accessible to both --help...
2014-09-08 Tom LaneFix psql \s to work with recent libedit, and add pager...
2014-09-07 Stephen FrostTab completion for ALTER .. ALL IN TABLESPACE
2014-09-05 Fujii MasaoAdd tab-completion for reloptions like user_catalog_table.
2014-09-04 Fujii MasaoAllow \watch to display query execution time if \timing...
2014-09-02 Andres FreundAdd psql PROMPT variable showing which line of a statem...
2014-09-02 Fujii MasaoSupport ALTER SYSTEM RESET command.
2014-08-29 Peter EisentrautAssorted message improvements
2014-08-22 Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-08-22 Peter EisentrautFix whitespace
2014-08-18 Greg StarkFix further concerns about psql wrapping in expanded...
2014-08-12 Fujii MasaoAdd tab-completion for \unset and valid setting values...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-09 Peter EisentrautSmall message fixes
2014-07-21 Peter EisentrautTranslation updates
2014-07-15 Peter EisentrautAdd missing source files to nls.mk
2014-07-15 Magnus HaganderInclude SSL compression status in psql banner and conne...
2014-07-14 Alvaro Herrerapsql: Show tablespace size in \db+
next