summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqformat.c
AgeCommit message (Expand)Author
2019-01-02Update copyright for 2019Bruce Momjian
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-11Add more efficient functions to pqformat API.Andres Freund
2017-10-11Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-30Fix several mistakes around parallel workers and client_encoding.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-02When we are in error recursion trouble, arrange to suppress translation andTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-09-24In a machine where INT64_IS_BUSTED, we can only support 32-bit valuesTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2002-09-04Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-08-29Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane
2002-08-08Remove #ifdef MULTIBYTETatsuo Ishii
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2001-12-04Change appendStringInfoChar to appendStringInfoCharMacro in a couple ofTom Lane