]> granicus.if.org Git - postgresql/history - src/bin/psql
Don't dump core when destroying an unused ParallelContext.
[postgresql] / src / bin / psql /
2014-07-12 Andres FreundMinimal psql tab completion support for SET search_path.
2014-07-12 Magnus HaganderAdd autocompletion of locale keywords for CREATE DATABASE
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-07-10 Fujii MasaoAdd new ECHO mode 'errors' that displays only failed...
2014-07-02 Fujii MasaoPrevent psql from issuing BEGIN before ALTER SYSTEM...
2014-07-02 Tom LaneAllow CREATE/ALTER DATABASE to manipulate datistemplate...
2014-06-23 Heikki LinnakangasImprove tab-completion of DROP and ALTER ENABLE/DISABLE...
2014-05-15 Heikki LinnakangasMisc message style and doc fixes.
2014-05-11 Peter EisentrautTranslation updates
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-30 Tom LaneFix uninitialized-variable warnings induced by recent...
2014-04-30 Peter EisentrautFix whitespace
2014-04-29 Greg StarkRemove unnecessary cast causing a warning
2014-04-28 Greg StarkAdd support for wrapping to psql's "extended" mode...
2014-04-16 Bruce Momjianpsql: update --help output for unaligned mode params
2014-04-15 Bruce Momjianpsql: conditionally display oids and replication identity
2014-04-14 Robert HaasTab completion for event triggers.
2014-04-04 Robert HaasFix some compiler warnings that clang emits with -pedantic.
2014-03-29 Bruce Momjianpsql: display "Replica Identity" only for FULL and...
2014-03-26 Bruce Momjianpsql: update "replica identity" display for \d+
2014-03-13 Tom LaneAllow psql to print COPY command status in more cases.
2014-03-10 Tom LaneFix tracking of psql script line numbers during \copy...
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-24 Bruce Momjianpsql: add separate \d display for disabled system...
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-15 Bruce Momjianpsql: Add C comment about gset_prefix being freed...
2014-02-13 Tom LaneClean up error cases in psql's COPY TO STDOUT/FROM...
2014-02-04 Tom LaneFix lexing of U& sequences just before EOF.
2014-02-02 Tom LaneSwitch in psql_scan() must cover all lexer states ...
2014-01-31 Fujii MasaoAdd tab completion for ALTER TABLESPACE MOVE in psql.
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-26 Magnus HaganderMove the options column of \db+ before the description
2014-01-26 Magnus HaganderInclude tablespace options in verbose output of \db
2014-01-25 Noah Mischpsql: Mention SSL protocol version in \conninfo.
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2014-01-18 Peter EisentrautFix client-only installation
2014-01-16 Tom LaneAdd display of oprcode (the underlying function's name...
2014-01-15 Tom LaneImprove FILES section of psql reference page.
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-04 Tom LaneFix translatability markings in psql, and add defenses...
2013-12-19 Fujii MasaoAdd tab completion for ALTER SYSTEM SET in psql.
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-02 Peter EisentrautTranslation updates
2013-11-19 Fujii MasaoAdd tab completion for \pset in psql.
2013-11-18 Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
2013-11-14 Tom LaneFix incorrect column name in psql \d code.
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-11-05 Tom LaneRevert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
2013-10-23 Robert HaasSimplify tab completion rules for views and foreign...
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-18 Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-07 Peter EisentrautTranslation updates
2013-10-03 Robert HaasAdd DISCARD SEQUENCES command.
2013-10-03 Robert Haaspsql: Make \pset without arguments show all settings.
2013-10-03 Peter Eisentrautpsql: Set up cancel handler later
2013-09-18 Fujii MasaoFix typo in comment.
2013-09-10 Bruce Momjianpsql: fix \copy stdin trailing space requirement
2013-09-10 Bruce Momjianpsql: honor 'footer' option for expanded output
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-09-02 Peter EisentrautTranslation updates
2013-08-27 Alvaro HerreraFix some "translator:" comments mangled by pgindent
2013-08-19 Peter EisentrautTranslation updates
2013-08-15 Magnus HaganderAdd tab completion for \dx in psql
2013-07-16 Kevin GrittnerAdd support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
2013-07-15 Robert HaasTab completion for \lo_import
2013-07-04 Bruce MomjianAdd C comment about \copy bug in CSV mode
2013-07-01 Bruce MomjianRemove undocumented -h (help) option
2013-06-24 Peter EisentrautTranslation updates
2013-06-18 Peter Eisentrautpsql: Re-allow -1 together with -c or -l
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
2013-05-04 Tom LaneImprove behavior of \watch with non-tuple-returning...
2013-04-24 Heikki LinnakangasAdd missing #include.
2013-04-05 Tom LaneFix line count in slashUsage().
2013-04-04 Tom LaneAdd \watch [SEC] command to psql.
2013-04-04 Bruce Momjianpsql: fix startup crash caused by PSQLRC containing...
2013-03-26 Heikki LinnakangasGet rid of obsolete parse_version helper function.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-14 Heikki LinnakangasAlso update psqlscan.l with the UESCAPE error rule...
2013-03-07 Peter EisentrautAdd fe_memutils.c to nls.mk where used
2013-03-07 Peter EisentrautAdjust nls.mk for split out of wait_error.c
2013-03-04 Peter Eisentrautpsql: Let \l accept a pattern
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-09 Peter Eisentrautpsql: Improve unaligned expanded output for zero rows
2013-02-09 Peter Eisentrautpsql: Improve expanded print output in tuples-only...
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-02-02 Tom LanePrevent "\g filename" from affecting subsequent command...
2013-01-25 Heikki LinnakangasAdd prosecdef to \df+ output.
2013-01-24 Andrew DunstanUse correct output device for Windows prompts.
2013-01-18 Bruce MomjianRename new latex longtable function name, for consistency
2013-01-18 Bruce Momjianpsql latex fixes
2013-01-17 Bruce MomjianAdd a latex-longtable output format to psql
next