summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-141-33/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Allow \timing in psql to have a better resolution than ~15ms on Windows.Magnus Hagander2007-04-131-12/+17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan2006-12-181-3/+3
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-161-1/+28
* pgindent run for 8.2.Bruce Momjian2006-10-041-1/+2
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-10/+10
* Fix up hack to suppress escape_string_warning so that it actually worksTom Lane2006-06-011-7/+1
* Escape processing patch:Bruce Momjian2006-05-311-1/+7
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* 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