summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqformat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-291-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add more efficient functions to pqformat API.Andres Freund2017-10-111-55/+33
* Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund2017-10-111-9/+9
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-011-29/+11
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix several mistakes around parallel workers and client_encoding.Robert Haas2016-06-301-0/+30
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-56/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-021-2/+31
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-061-31/+20
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-6/+5
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-7/+7
* In a machine where INT64_IS_BUSTED, we can only support 32-bit valuesTom Lane2005-09-241-2/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-42/+39
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-9/+21
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-091-1/+142
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-091-5/+181
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-9/+14
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-9/+35
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-50/+100
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-4/+6
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-041-8/+10
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-11/+11
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-291-42/+5