]> granicus.if.org Git - postgresql/history - src/bin/psql/startup.c
Append major version number and for libraries soname major version number
[postgresql] / src / bin / psql / startup.c
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-07-20 Bruce MomjianRevert patch so .psqlrc can suppress startup banner:
2008-07-18 Bruce MomjianIn psql, run .psqlrc _after_ printing warnings and...
2008-07-01 Bruce MomjianIssue psql connection warnings on connection start...
2008-05-16 Bruce MomjianUpdate psql startup banner to be shorter, suggest ...
2008-05-08 Bruce MomjianAdd psql '\pset format wrapped' mode to wrap output...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-12 Tom LaneImprove the method of localizing column names and other...
2007-12-11 Tom LaneRemove the long-deprecated -u option from psql, since...
2007-12-09 Tom LaneFix bogus prompt for password in -u case. Per gripe...
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-07-08 Tom LaneGet rid of client-code dependencies on the exact text...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-29 Tom LaneCreate a FETCH_COUNT parameter that causes psql to...
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-21 Tom LaneMove setup_cancel_handler() up near start of psql main...
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-04-27 Bruce MomjianAdd SSL include needed for psql, after libpq adjustments.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianAdd psql option:
2005-12-18 Peter EisentrautAdd new psql command \password for changing role passwo...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Andrew Dunstanmake psql honor explicit database parameter in -l mode...
2005-10-27 Bruce MomjianDisable expanded mode only for \d tablename, not for...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-09-20 Bruce MomjianReturn proper value for psql -f filename failure if...
2005-09-05 Tom LaneClean up version comparison/display code, per gripe...
2005-09-05 Bruce MomjianConditionally output the server version number in psql...
2005-07-25 Bruce MomjianAdd username for psql password prompt, if the username...
2005-07-14 Bruce MomjianChange numericsep to a boolean, and make it locale...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
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...
next