]> granicus.if.org Git - postgresql/history - src/backend/libpq/pqformat.c
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / libpq / pqformat.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-24 Tom LaneIn a machine where INT64_IS_BUSTED, we can only support...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-08-29 Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-08-08 Tatsuo IshiiRemove #ifdef MULTIBYTE
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2001-12-04 Tom LaneChange appendStringInfoChar to appendStringInfoCharMacr...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-04-16 Tom LaneRemove error report from pq_endmessage when pq_putmessa...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-08 Tom LaneSeems we need <errno.h> to be included explicitly now...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-09-12 Marc G. Fourniercygwin doesn't have an endian.h, but defines BYTE_ORDER...
1999-09-11 Tom LaneEliminate query length limitation imposed by pg_client_...
1999-08-31 Tom LaneCommit the bulk of Mike Ansley's long-query changes...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-25 Tom LaneStill had a few MULTIBYTE problems when client encoding was
1999-04-25 Tom LaneMy first cut at libpq revision didn't handle MULTIBYTE...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...