aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Add positive defense against trying to connect when the connectionTom Lane2006-02-13
* Back out patch pending review.Bruce Momjian2006-02-12
* > I've now tested this patch at home w/ 8.2HEAD and it seems to fix theBruce Momjian2006-02-12
* C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane2006-02-09
* Fix broken non-YYDEBUG case.Tom Lane2006-02-09
* Added just another test case.Michael Meskes2006-02-08
* Fix HTML alignment in PQprint.Bruce Momjian2006-02-07
* Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian2006-02-06
* Added C bit fields to ecpg parserMichael Meskes2006-02-04
* In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian2006-02-04
* Improve tab whitespace in file.Bruce Momjian2006-02-03
* More spacing cleanups.Bruce Momjian2006-02-02
* Source code alignment fixes for preproc.y.Bruce Momjian2006-02-01
* More alignment improvements.Bruce Momjian2006-02-01
* Make pgc.l source code alignment consistent.Bruce Momjian2006-02-01
* Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane2006-01-25
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-24
* - Synced parser and keyword list.Michael Meskes2006-01-24
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-17
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-15
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-01
* Revert some careless search-and-replace: "ADD" in comment text shouldNeil Conway2005-12-29
* Protect ADD and HEADER symbols from conflicting with MIPS includes.Bruce Momjian2005-12-27
* Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut2005-12-26
* Add an officially exported libpq function to encrypt passwords, andTom Lane2005-12-23
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-09
* ecpg/pgtypeslib seems to need snprintf.c pulled in, too.Tom Lane2005-12-06
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-06
* Added special handling of CONNECTION variable that is used by ECPG instead of...Michael Meskes2005-12-02
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* Add missing semicolon. Recent versions of bison seem to choke on this,Tom Lane2005-11-27
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Translation updates forward-port to HEAD.Alvaro Herrera2005-11-07
* Translation updatesPeter Eisentraut2005-11-04
* Translation updates.Alvaro Herrera2005-11-03
* Translation updatesPeter Eisentraut2005-10-29
* I have applied the following patch to document PQinitSSL() andBruce Momjian2005-10-24
* Add missing PQinitSSL and PQregisterThreadLock to exports.txt.Tom Lane2005-10-21
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Allow times of 24:00:00 to match rounding behavior:Bruce Momjian2005-10-14
* Translation updatePeter Eisentraut2005-10-10
* <limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.Tom Lane2005-10-10
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-08