Commit Graph

3530 Commits (aeca65022609282f004e8332910938abd4eefbd6)

Author SHA1 Message Date
Tom Lane e9ce658b62 Refactor to eliminate duplicate copies of conninfo default-finding code. 14 years ago
Peter Eisentraut d4318483e1 libpq: Fix minor memory leaks 14 years ago
Peter Eisentraut eb990a2b9e Add const qualifier to tzn returned by timestamp2tm() 14 years ago
Peter Eisentraut ad4fb0d0d2 Improve EncodeDateTime and EncodeTimeOnly APIs 14 years ago
Peter Eisentraut 942b63193c Add missing va_end() calls 14 years ago
Peter Eisentraut c5e073ca2d ecpg: Fix off-by-one error in memory copying 14 years ago
Peter Eisentraut 8dd4d10d48 ecpg: Fix rare memory leaks 14 years ago
Peter Eisentraut f9325df0fc libpq: Fix memory leak 14 years ago
Peter Eisentraut e685a8e665 libpq: Small code clarification, and avoid casting away const 14 years ago
Peter Eisentraut d41f510c80 ecpg: Clean up some const usage 14 years ago
Tom Lane 077711c2e3 Remove arbitrary limitation on length of common name in SSL certificates. 14 years ago
Michael Meskes 84ff5b5db5 In ecpglib rewrote code that used strtok_r to not use library functions 14 years ago
Michael Meskes 45b7ab6b59 gcc on Windows does not know about strtok_s. 14 years ago
Michael Meskes e3155c97b0 Windows doesn't have strtok_r, so let's use strtok_s instead. 14 years ago
Michael Meskes 5e7710e725 Make sure all connection paramters are used in call to PQconnectdbParams. 14 years ago
Michael Meskes 9a4880a0dd Do not use the variable name when defining a varchar structure in ecpg. 14 years ago
Michael Meskes 0ee23b53be Allow the connection keyword array to carry all seven items in ecpglib. 14 years ago
Alvaro Herrera 0c88086df3 fe-misc.c depends on pg_config_paths.h 14 years ago
Michael Meskes fc211f8277 Applied Peter's patch to PQconnectdbParams in ecpglib instead of the old 14 years ago
Peter Eisentraut 69e9768e7b ecpg: Improve test building 14 years ago
Magnus Hagander 21238deea5 Properly free the sslcompression field in PGconn 14 years ago
Peter Eisentraut c6ea8ccea6 Use abort() instead of exit() to abort library functions 14 years ago
Michael Meskes 8cf82ac53e Ecpglib stores variables that are used in DECLARE statements in a global list. 14 years ago
Michael Meskes 10ecc0d586 Made code in ecpg better readable. 14 years ago
Peter Eisentraut bd09111f1f pg_regress: Replace exit_nicely() with exit() plus atexit() hook 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
Robert Haas 8d15e3ec4f Don't forget to de-escape the password field in .pgpass. 14 years ago
Michael Meskes 59e242a496 Mark variables as const in pgtypeslib if they only carry a format string. 14 years ago
Michael Meskes 22232834c5 Added test for cursor handling on different connections to regression test 14 years ago
Michael Meskes 4b8b5e53eb In ecpg removed old leftover check for given connection name. 14 years ago
Andrew Dunstan 0f44335122 Miscellaneous cleanup to silence compiler warnings seen on Mingw. 14 years ago
Andrew Dunstan 1a0c76c32f Enable compiling with the mingw-w64 32 bit compiler. 14 years ago
Michael Meskes f2ae9f9c30 Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda 14 years ago
Magnus Hagander 5b40677986 Treat ENOTDIR as ENOENT when looking for client certificate file 14 years ago
Magnus Hagander 64aea1ebc7 Add libpq connection option to disable SSL compression 14 years ago
Michael Meskes 309411a69e Applied Zoltan's patch to correctly align interval and timestamp data in ecpg's sqlda. 14 years ago
Michael Meskes 5b5985e6c0 Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling. 14 years ago
Peter Eisentraut 654e1f96b0 Clean up whitespace and indentation in parser and scanner files 14 years ago
Tom Lane 74812624f2 De-parallelize ecpg build some more. 14 years ago
Tom Lane e331c60ea7 Suppress remaining -Waddress warnings from recent gcc versions. 14 years ago
Tom Lane 2a571bc233 Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams. 14 years ago
Heikki Linnakangas 09e98a3e17 Teach the makefile used to build stand-alone libpq on Windows that libpq 15 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 15 years ago
Peter Eisentraut 02bca4f351 Fix additional format warning 15 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 15 years ago
Peter Eisentraut cf15fb5cab Add missing format argument to ecpg_log() call 15 years ago
Bruce Momjian 7b8e10f2be Allow bcc32 and win32 batch files to compile libpq. 15 years ago
Michael Meskes 2f72d5df6a Fix brace indentation of commit 63d06ef591 to fit PostgreSQL style. 15 years ago
Heikki Linnakangas e4df037330 Remove spurious comma. Spotted by Tom. 15 years ago