Commit Graph

2699 Commits (5bdefc83a85a44abdfd22ba4f459eb1d1eefcc04)

Author SHA1 Message Date
Michael Meskes 56680bae08 Removed non-existant function from extern.h 19 years ago
Michael Meskes 72e6a18813 Inlined two functions to get rid of va_list prolems on some archs. 19 years ago
Bruce Momjian 4938f2d6c0 Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Tom Lane b190aae9ad Fix typo, ensable -> enable, per Steve Gieseking. 19 years ago
Michael Meskes e9a97570fa Backported bug fix for #2956. 19 years ago
Bruce Momjian 94bf5466b0 Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. 19 years ago
Michael Meskes 7fd912e854 Backported va_list handling cleanup 19 years ago
Tom Lane 924c1d4ceb Stamp release 8.1.7. 19 years ago
Peter Eisentraut 139e4a2635 Translation updates 19 years ago
Bruce Momjian 9b9758bb77 Stamp release 8.1.6. 19 years ago
Michael Meskes a2281c8e6f Applied patch by Peter Harris to free auto_mem struct in ECPGconnect. 19 years ago
Bruce Momjian 7cec8b4e4a Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. 20 years ago
Michael Meskes 9084f700e5 Backported buffer overrun from HEAD 20 years ago
Michael Meskes 017d79b10d Applied the connect patch from HEAD. 20 years ago
Michael Meskes bf1cd364b6 Fixed remaining Coverity bugs. 20 years ago
Michael Meskes 88f396e1cb Added missing braces to prevent a segfault after usage of an undeclared cursor. 20 years ago
Michael Meskes 1bdea12e5c Added some more coverity report patches send in by Joachim Wieland <joe@mcknight.de>. 20 years ago
Michael Meskes 5ececcbbf5 Moved some free() calls that coverity correctly complains about. 20 years ago
Michael Meskes ca1d26338b Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 20 years ago
Michael Meskes 08f1973911 Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight.de> 20 years ago
Michael Meskes 23623f05f0 Do not use already free'ed errmsg, bug found by Joachim Wieland 20 years ago
Bruce Momjian 06a1807e5e Have BCC echo output "" using "", rather than \"\" as earlier reported. 20 years ago
Michael Meskes aac12de9b6 Fixed two memory leaks in ecpglib. 20 years ago
Tom Lane 53409f1b37 Remove pqsignalinquire(), which is unused and has portability issues. 20 years ago
Tom Lane 7f615cab57 Modify libpq's string-escaping routines to be aware of encoding considerations 20 years ago
Bruce Momjian e720382441 Stamp 8.1.4, except configure/configure.in. 20 years ago
Bruce Momjian ae6124627b Use SQL standard '' rather than \' for tutorial/sample code. 20 years ago
Michael Meskes e37c0d2eb8 Fixed memory leak bugs found by Martijn Oosterhout. 20 years ago
Bruce Momjian 499ec8c7e4 Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. 20 years ago
Tom Lane bc5ba26d6b Fix ancient memory leak in PQprintTuples(); our code no longer uses this 20 years ago
Michael Meskes 85fa81f65b Fixed bug 2330: Wrong error code in case of a duplicate key 20 years ago
Bruce Momjian a0af608adc * Stephen Frost (sfrost@snowman.net) wrote: 20 years ago
Bruce Momjian a318438fb3 Stamp 8.1.3, but exclude configure.in/configure change. 20 years ago
Bruce Momjian cfcf54ac89 Fix HTML alignment in PQprint. 20 years ago
Bruce Momjian 763b9c1901 Fix PQprint HTML tag, "centre" -> "center". 20 years ago
Tom Lane f31a58481c Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant 20 years ago
Tom Lane b34608fbdd Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro 20 years ago
Neil Conway afe91cae6c When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not 20 years ago
Bruce Momjian f54a68d24a Stamp release 8.1.2. 20 years ago
Neil Conway 49d3d5dc17 Remove DOS line endings ("\r\n") from several .po files. DOS line endings 20 years ago
Bruce Momjian 96a1732710 Stamp 8.1.1. 20 years ago
Tom Lane edae280e69 ecpg/pgtypeslib seems to need snprintf.c pulled in, too. 20 years ago
Tom Lane f244c488fb Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Michael Meskes 43a10d3a16 Added special handling of CONNECTION variable that is used by ECPG instead of given to the backend. 20 years ago
Michael Meskes dd13bf167b - Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. 20 years ago
Tom Lane 73fa3d9a96 Add missing semicolon. Recent versions of bison seem to choke on this, 20 years ago
Bruce Momjian bef7764835 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Alvaro Herrera 1aa5e009d4 Translation updates. 20 years ago
Peter Eisentraut 8959e9b9d3 Translation updates 20 years ago
Alvaro Herrera 76c9ac8ebb Translation updates. 20 years ago