aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
Commit message (Expand)AuthorAge
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Fix up hack to suppress escape_string_warning so that it actually worksTom Lane2006-06-01
* Escape processing patch:Bruce Momjian2006-05-31
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-13
* Support only octal for psql PROMPT values, rather than the confusingBruce Momjian2005-05-30
* Update copyrights that were missed.Bruce Momjian2005-01-01
* That's just the lovely way windows handles a "segfault". Gotta be reallyBruce Momjian2004-11-01
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-30
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add tablespace location display for psql \d.Bruce Momjian2004-07-12
* Use standard macro for psql binary file open. Add comment explainingBruce Momjian2004-07-11
* Open files in binary mode on Win32 so control-z isn't seen as EOF.Bruce Momjian2004-07-11
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-25
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-24
* Allow psql to handle tilde user expansion for file names.Bruce Momjian2004-01-09
* This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Pass session_authorization to the client and make psql update its promptPeter Eisentraut2003-09-03
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-08
* 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
* Remove extern for cancelConn, from Karel ZakBruce Momjian2003-03-20
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-20
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-03-20
* Make the printing code somewhat more independent by not relying onPeter Eisentraut2003-03-18
* Add popen/pclose -> _popen/_pclose() mapping for Win32.Bruce Momjian2002-10-29
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-23
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-15
* Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian2002-07-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-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
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-03
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Added configure test for readline's filename_completion_functionPeter Eisentraut2000-03-05
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-01
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-20
* 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
* psql cleanupBruce Momjian1999-11-04
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-04