summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-protocol3.c
AgeCommit message (Expand)Author
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-12libpq was not consistently checking for memory allocation failures. ThisNeil Conway
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-18Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane
2004-10-16Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane
2004-10-12Message style revisionsPeter Eisentraut
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2003-12-28Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-13libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane
2003-08-12Cope with NoData message from backend. Needed for case whereTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-23Change pqInternalNotice to accept a format string and args instead ofTom Lane
2003-06-21Get rid of extraneous newline in PQendcopy error output (was causingTom Lane
2003-06-21Update libpq to make new features of FE/BE protocol available toTom Lane
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane