Commit Graph

303 Commits (39aab11085177e4026cec6065a78a425c44e23e3)

Author SHA1 Message Date
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Michael Meskes e7f4923d3b Reverting patch just in case a compiler treats this enum as signed. 17 years ago
Michael Meskes ab9981ccc6 Removed comparison of unsigned expression < 0. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane e2b7d0c65c Improve the recently-added libpq events code to provide more consistent 17 years ago
Tom Lane 32f159cc55 Add an "events" system to libpq, whereby applications can get callbacks that 17 years ago
Tom Lane bacf7b2086 Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. 17 years ago
Bruce Momjian 2296e29998 Add libpq comment about how to determine the format used for passing 17 years ago
Tom Lane 02ac305405 Tweak libpq to avoid crashing due to incorrect buffer size calculation when 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane 8468146b03 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane 9a8920e1d7 Add PQdescribePrepared, PQdescribePortal, and related functions to libpq 19 years ago
Bruce Momjian 3f23f4eec8 Add some blank lines for formatting. 19 years ago
Bruce Momjian 3fafac3f62 Remove libpq's PQescapeIdentifier(), not safe from injection attacks. 19 years ago
Bruce Momjian 3b1790f987 Add PQescapeIdentifier() to libpq 20 years ago
Tom Lane 134b463f02 Fix up pg_dump to do string escaping fully correctly for client encoding 20 years ago
Alvaro Herrera 117d73a9e7 Don't call PQclear until the struct is really no longer going to be used. 20 years ago
Bruce Momjian c1d4551ae1 Add PQisthreadsafe() to libpq, to allow library applications to query 20 years ago
Tom Lane 515112f9d4 Modify libpq's string-escaping routines to be aware of encoding considerations 20 years ago
Tom Lane 20ab467d76 Improve parser so that we can show an error cursor position for errors 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane 523adeb111 Teach PQcmdTuples() that a COPY command tag might contain a row count, 20 years ago
Tom Lane 9b012311f8 Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant 20 years ago
Neil Conway fb627b76cc Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 20 years ago
Bruce Momjian 43bf3a6bc6 The attached patch updates the thread test program to run stand-alone on 20 years ago
Bruce Momjian a970a8cb95 Back out incorrect commit. 20 years ago
Bruce Momjian eef7e30cc1 Fix function name. 20 years ago
Bruce Momjian f810cfb291 Disable strtoul() ERANGE check on Win32, because it isn't thread safe, 20 years ago
Bruce Momjian 74b49a8129 Add E'' to internally created SQL strings that contain backslashes. 21 years ago
Neil Conway 72a5db15d1 libpq was not consistently checking for memory allocation failures. This 21 years ago
Tom Lane 3ace84594e Defend against omitted paramLengths[] array in PQsendQueryParams. 21 years ago
Bruce Momjian 7cebfdf211 Backpatch BCC compile changes to 8.0.X for psql. 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 21 years ago
Tom Lane 9d9cfb1ad7 Add PQprepare/PQsendPrepared functions to libpq to support preparing 21 years ago
Tom Lane cc6a90e4af Remove dllist.c from libpq. It's overkill for what libpq needs; we can 21 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Tom Lane e1d08faf04 Fix error in termination of COPY IN mode when using V2 protocol. 22 years ago
Tom Lane 44611f6e6d libpq's query to get the OIDs of large-object support functions was not 22 years ago
Tom Lane 36c9a01acf Avoid infinite loop if connection is lost during PQexecStart() or 22 years ago
Joe Conway b8f40ced2f Make PQescapeBytea and byteaout consistent with each other, and 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago