summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-print.c
Commit message (Expand)AuthorAgeFilesLines
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-121-6/+14
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-5/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Code review for recent libpq changes. Be more careful about errorTom Lane2004-12-021-4/+5
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-021-4/+10
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-091-7/+7
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane2004-08-171-3/+3
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-5/+1
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-091-2/+14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-2/+2
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-5/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+7
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* No need for screen_size to be static.Tom Lane2001-01-061-18/+20
* Cleanup of <> and ""Bruce Momjian2000-05-291-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-38/+42
* Repair unintentional damage to MULTIBYTE code.Tom Lane2000-03-141-2/+2
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-5/+16
* Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii2000-02-051-2/+2
* A few minor psql enhancementsPeter Eisentraut2000-01-291-242/+175
* Add:Bruce Momjian2000-01-261-2/+3
* Fix for multibyte support. Since some function declarationsTatsuo Ishii2000-01-191-1/+2
* Hi!Bruce Momjian2000-01-181-1/+3
* Eliminate using putenv().Tatsuo Ishii2000-01-151-8/+20
* In the spirit of TODO itemBruce Momjian1999-11-111-36/+36
* Update frontend libpq to remove limits on query lengths,Tom Lane1999-08-311-63/+54
* Enable WIN32 compilation of libpq.Bruce Momjian1999-07-191-2/+2
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-191-10/+10
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-6/+9
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-2/+2
* Clean up gcc warning in MULTIBYTE code.Tom Lane1999-04-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Reverse out const to libpq interface from D'Arcy.Bruce Momjian1999-02-051-3/+3
* Const fixes from D'Arcy.Bruce Momjian1999-02-041-3/+3
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-01-271-2/+2
* If we're going to offer a default definition of PQmblen,Tom Lane1998-10-061-4/+3
* Here are the patches against the current source tree. I have run theBruce Momjian1998-10-061-2/+12
* Disable doubling of backslashes in PQprint, per discussionTom Lane1998-10-041-9/+28
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-25/+22
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-14/+14