index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-misc.c
Commit message (
Expand
)
Author
Age
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Removed comparison of unsigned expression < 0.
Michael Meskes
2009-05-21
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Append major version number and for libraries soname major version number
Peter Eisentraut
2008-12-11
*
Add support for multiple error messages from libpq, by simply appending them
Magnus Hagander
2008-10-27
*
Make libpq on windows not try to send chunks larger than 64Kb.
Magnus Hagander
2008-08-20
*
Tweak libpq to avoid crashing due to incorrect buffer size calculation when
Tom Lane
2008-05-29
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
2007-10-13
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
*
Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined
Bruce Momjian
2006-05-23
*
Code alignment fix.
Bruce Momjian
2006-05-18
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Don't need gettext calls around debug messages.
Peter Eisentraut
2005-09-26
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
The attached patch updates the thread test program to run stand-alone on
Bruce Momjian
2005-08-23
*
Back out incorrect commit.
Bruce Momjian
2005-08-23
*
Fix function name.
Bruce Momjian
2005-08-23
*
Make libpq_gettext save and restore errno in a Windows-compatible way.
Tom Lane
2005-07-08
*
Save and restore errno across bindtextdomain call, per discussion.
Tom Lane
2005-07-06
*
libpq was not consistently checking for memory allocation failures. This
Neil Conway
2005-06-12
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2004-09-27
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.
Bruce Momjian
2004-06-08
*
Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)
Bruce Momjian
2004-06-03
*
Make the locale location relocatable.
Bruce Momjian
2004-05-25
*
Add PQmbdsplen() which returns the "display length" of a character.
Tatsuo Ishii
2004-03-15
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Adjust libpq to avoid deadlock when both client and server want to send
Tom Lane
2003-10-19
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Fix some more problems with testing error returns from SSL.
Tom Lane
2003-08-04
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Change pqInternalNotice to accept a format string and args instead of
Tom Lane
2003-06-23
*
Update libpq to make new features of FE/BE protocol available to
Tom Lane
2003-06-21
*
Make libpq thread-safe with configure --with-threads option.
Bruce Momjian
2003-06-14
*
Attached is the complete diff against current CVS.
Bruce Momjian
2003-06-12
*
Back out patch that got bundled into another patch.
Bruce Momjian
2003-06-12
*
New patch with corrected README attached.
Bruce Momjian
2003-06-12
*
libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries
Tom Lane
2003-06-08
[next]