aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/settings.h
Commit message (Expand)AuthorAge
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Change EDITOR_LINENUMBER_SWITCH to an environment variablePeter Eisentraut2011-07-24
* Add \ir command to psql.Robert Haas2011-07-06
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-29
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Make the psql line counter 64-bit so it can handle files > 4gig lines.Bruce Momjian2006-08-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add -L option to psql to log sessions.Bruce Momjian2005-06-14
* This patch shows the full path name when doing a \s in psql,Bruce Momjian2005-06-09
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Set DEFAULT_EDITOR to notepad.exe on Windows, as per recent discussion.Tom Lane2004-11-17
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Allow psql to use 7.4.X database by not referencing tablespaces.Bruce Momjian2004-08-20
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-12
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-28
* Add \timing patch to psql. Times all queries.Bruce Momjian2002-03-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up include files use in psql.Bruce Momjian2000-02-16
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* another set of cleanupsPeter Eisentraut2000-01-18
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-14
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-12
* This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian1999-12-10
* * Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian1999-11-26
* psql cleanupBruce Momjian1999-11-04
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-04