summaryrefslogtreecommitdiff
path: root/src/bin/psql/prompt.c
AgeCommit message (Expand)Author
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-07-15Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-11Code review for psql multiline history patch(es). Fix memory leak,Tom Lane
2006-04-19Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-11o Improve psql's handling of multi-line statementsBruce Momjian
2006-01-03Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-30Support only octal for psql PROMPT values, rather than the confusingBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-02-24Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane
2004-01-25More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway
2004-01-24This patch makes some of the memory manipulation performed by psql aNeil Conway
2004-01-20This is a patch to support readline prompts which contain non-printingTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-04Change transaction status indicator in prompt from %T to %x.Peter Eisentraut
2003-09-03Pass session_authorization to the client and make psql update its promptPeter Eisentraut
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-06-28Update psql for some features of new FE/BE protocol. There is aTom Lane
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-03-20Remove compile warning.Bruce Momjian
2003-03-20I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-24Reverse sense of comparison in psql socket test, per Tom Lane.Bruce Momjian
2001-08-24There are two problems when compiling libpq.dll and psql.exeBruce Momjian
2001-05-06Make prompt customization work with changeable Unix socket location.Peter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-11-27Pay attention to failure returns from fgets() in all cases.Tom Lane
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-08-20Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-11Karel Zakr's revised patch to fix psql prompt for local host connections.Peter Eisentraut
2000-03-08 Hi Peter,Bruce Momjian
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-14Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut
2000-01-12Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut
1999-11-26* Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian
1999-11-04psql cleanupBruce Momjian
1999-11-04Major psql overhaul by Peter Eisentraut.Bruce Momjian