]> granicus.if.org Git - postgresql/history - src/bin/psql/startup.c
Add -L option to psql to log sessions.
[postgresql] / src / bin / psql / startup.c
2005-06-14 Bruce MomjianAdd -L option to psql to log sessions.
2005-06-13 Neil ConwayPer discussion on -hackers, this patch changes psql...
2005-04-29 Bruce MomjianRemove extern from optreset that was just added.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-17 Peter EisentrautTranslation updates
2005-01-15 Tom LaneAdjust warning message about Windows console code page...
2005-01-14 Bruce MomjianChange Win32 client configuration files from *.txt...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-28 Tom LaneMake libpq default to localhost connections on machines...
2004-11-27 Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-11-01 Bruce MomjianThat's just the lovely way windows handles a "segfault...
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-10-08 Neil ConwayAnother minor tweak to psql startup: set the default...
2004-10-06 Neil ConwaySlightly rearrange psql startup code so that we read...
2004-09-27 Bruce MomjianRemove inclusion of windows.h now that it is included...
2004-09-13 Neil ConwayFix small memory leak in psql.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce MomjianAllow psql to use 7.4.X database by not referencing...
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-02 Bruce MomjianSet std error to no buffering on Win32.
2004-04-22 Bruce MomjianRename global psql startup file to psqlrc.sample.
2004-04-22 Bruce MomjianFix filename mention in psqlrc.sample file.
2004-04-22 Bruce MomjianAdd global psql config file, psql.rc.sample.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-03-24 Bruce Momjian>>Also, what is the default connection mode of psql...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-02-19 Tom LaneRe-implement psql's input scanning to use a flex-genera...
2004-02-12 Bruce MomjianImprove \? wording, remove 'internal'.
2004-01-25 Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Bruce Momjian> >
2003-08-07 Tom LaneDon't assume that struct option is available just becau...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneRename psql's VERBOSE variable to VERBOSITY, per sugges...
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2002-11-08 Bruce MomjianHere is a patch that does just that, while maintaining the
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-09-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-06 Bruce MomjianFix printf() quote handling and improper exit(), per...
2002-09-05 Bruce MomjianRemove PGPASSWORDFILE and default to always trying...
2002-09-04 Bruce Momjianpgindent run.
2002-08-27 Peter EisentrautEnable locale, so case conversion (identifier processin...
2002-08-10 Tom Lanepsql prints its version number in its startup message...
2002-07-15 Bruce MomjianRemove utils/getopt.c file, not needed, it only allowed...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2002-05-14 Tatsuo IshiiFix bug in psql.
2002-04-10 Peter EisentrautReadline and Zlib now required by default. Add options...
2002-03-27 Peter EisentrautReset parenthesis level counter upon \r.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-30 Peter EisentrautNLS for the psql \d family of commands. (E.g., the...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
2001-05-12 Peter EisentrautAdd command '\pset footer' to psql to turn off default...
2001-05-06 Peter EisentrautAllow 'psql -f -' to read from standard input.
2001-03-23 Tom LaneFix problems with coredumps due to ^C when longjmp...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Peter EisentrautThe -R option didn't accept an argument, which made...
2000-11-27 Tom LanePay attention to failure returns from fgets() in all...
2000-11-25 Peter EisentrautAdvertise --help (rather than '-?') as help option...
2000-11-13 Bruce MomjianRemove -k unix socketpath option from client side,...
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-09-17 Peter Eisentrautpsql forgot to close connection before re-issuing passw...
2000-09-06 Peter EisentrautA bit of cleanup after SSL patch. Add it to config...
2000-08-30 Bruce MomjianSSL patch from Magnus
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-05-14 Peter EisentrautThat psql option should be --no-readline (as it used...
2000-05-12 Bruce MomjianBack out -\?. Didn't look good to Peter.
2000-05-11 Bruce MomjianDisplay -? as -\? under unix for psql.
2000-05-11 Bruce MomjianAdd options and cleanup psql \? and -? help displays
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-18 Peter EisentrautFixed psql -c "\slashcmd"
2000-03-01 Peter EisentrautMore fixes for psql ^C handling, especially during...
2000-02-27 Tom LaneFix a couple of inconsistent usages of include <.....
2000-02-20 Peter EisentrautMoved psql \eset and \eshow to \encoding
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-13 Peter EisentrautAdjusted psql echoing options (-a and -e)
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-02-05 Tatsuo IshiiChange function name PQclientencoding to PQclientEncodi...
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-27 Bruce Momjianfix for compile.
2000-01-26 Bruce MomjianAdd:
next