summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
Commit message (Expand)AuthorAgeFilesLines
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-131-3/+2
* Support only octal for psql PROMPT values, rather than the confusingBruce Momjian2005-05-301-7/+1
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* That's just the lovely way windows handles a "segfault". Gotta be reallyBruce Momjian2004-11-011-1/+2
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-301-2/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add tablespace location display for psql \d.Bruce Momjian2004-07-121-1/+4
* Use standard macro for psql binary file open. Add comment explainingBruce Momjian2004-07-111-13/+1
* Open files in binary mode on Win32 so control-z isn't seen as EOF.Bruce Momjian2004-07-111-1/+13
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-7/+1
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-251-5/+5
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-241-1/+9
* Allow psql to handle tilde user expansion for file names.Bruce Momjian2004-01-091-1/+3
* This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian2003-12-011-1/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Pass session_authorization to the client and make psql update its promptPeter Eisentraut2003-09-031-1/+2
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-081-6/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-281-2/+4
* Remove extern for cancelConn, from Karel ZakBruce Momjian2003-03-201-2/+1
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-201-1/+7
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-03-201-1/+3
* Make the printing code somewhat more independent by not relying onPeter Eisentraut2003-03-181-3/+1
* Add popen/pclose -> _popen/_pclose() mapping for Win32.Bruce Momjian2002-10-291-1/+7
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-231-1/+3
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-151-2/+2
* Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian2002-07-061-1/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-11/+10
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-031-16/+11
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-291-2/+2
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-271-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-9/+13
* Added configure test for readline's filename_completion_functionPeter Eisentraut2000-03-051-1/+3
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-011-1/+2
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-201-1/+7
* Clean up include files use in psql.Bruce Momjian2000-02-161-3/+2
* A few minor psql enhancementsPeter Eisentraut2000-01-291-2/+2
* another set of cleanupsPeter Eisentraut2000-01-181-11/+22
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-141-6/+3
* psql cleanupBruce Momjian1999-11-041-8/+8
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-041-0/+25