]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-protocol3.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / interfaces / libpq / fe-protocol3.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-04-04 Tom LaneAdd a "SQLSTATE-only" error verbosity option to libpq...
2019-03-19 Tom LaneRestructure libpq's handling of send failures.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-13 Tom LaneIn libpq, free any partial query result before collecti...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-03 Peter EisentrautSmall wording tweaks
2016-04-03 Tom LaneAdd libpq support for recreating an error message with...
2016-04-01 Tom LaneFix oversight in getParamDescriptions(), and improve...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-14 Heikki LinnakangasFix out-of-memory error handling in ParameterDescriptio...
2015-11-12 Tom LaneFix unwanted flushing of libpq's input buffer when...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-07-07 Heikki LinnakangasImprove handling of out-of-memory in libpq.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-16 Bruce Momjianlibpq: use pgsocket for socket values, for portability
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-29 Robert HaasAttempt to fix error recovery in COPY BOTH mode.
2013-04-26 Robert Haaslibpq: Fix a few bits that didn't get the memo about...
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-09-07 Tom LaneCentralize libpq's low-level code for dropping a connec...
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-28 Magnus HaganderFix typo that had the code check the same thing twice.
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-02 Tom LaneInstead of sending application_name as a SET command...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-09 Tom LaneFix libpq so that it reports PGRES_EMPTY_QUERY not...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-27 Magnus HaganderAdd support for multiple error messages from libpq...
2008-05-29 Tom LaneTweak libpq to avoid crashing due to incorrect buffer...
2008-01-17 Tom LaneInsert into getCopyDataMessage() the same logic that...
2008-01-15 Tom LaneBe less wishy-washy in the documentation and comments...
2008-01-14 Tom LaneFix an ancient oversight in libpq's handling of V3...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-01 Tom LaneMake some marginal performance improvements in reportEr...
2006-08-18 Tom LaneAdd PQdescribePrepared, PQdescribePortal, and related...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-18 Tom LaneAdd PQprepare/PQsendPrepared functions to libpq to...
2004-10-16 Tom LaneRemove dllist.c from libpq. It's overkill for what...
2004-10-12 Peter EisentrautMessage style revisions
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2003-12-28 Tom LaneFix sanity-check code that mistakenly assumed error...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-27 Peter EisentrautShare PG_DIAG_* macros between client and server and...
2003-08-13 Tom Lanelibpq failed to cope with COPY FROM STDIN if the comman...
2003-08-12 Tom LaneCope with NoData message from backend. Needed for...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-23 Tom LaneChange pqInternalNotice to accept a format string and...
2003-06-21 Tom LaneGet rid of extraneous newline in PQendcopy error output...
2003-06-21 Tom LaneUpdate libpq to make new features of FE/BE protocol...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...