Commit Graph

4452 Commits (ee5353abb6124de5ffd24ef1cedbc2a7196d4fd5)

Author SHA1 Message Date
Tom Lane b7050e2584 Fix possible omission of variable storage markers in ECPG. 3 years ago
Andrew Dunstan 2f2b18bd3f Revert SQL/JSON features 3 years ago
Andres Freund 483ac64761 Fix MSVC warning in compat_informix/rnull.pgc 3 years ago
Michael Paquier b1ec7f47e3 Cleanup more code and comments related to Windows NT4 (XP days) 3 years ago
Tom Lane 7fed801135 Clean up inconsistent use of fflush(). 3 years ago
Thomas Munro bcc8b14ef6 Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago
Peter Eisentraut 28ec316787 libpq code should use libpq_gettext(), not _() 3 years ago
David Rowley 421892a192 Further reduce warnings with -Wshadow=compatible-local 3 years ago
Peter Eisentraut 869e56a399 Message style adjustment 3 years ago
Andres Freund 1d77afefbd Don't define FRONTEND for libpq 3 years ago
Andres Freund 9352d5cf12 Don't define FRONTEND for ecpg libraries 3 years ago
Andres Freund c855872074 regress: allow to specify directory containing expected files, for ecpg 3 years ago
Peter Eisentraut 1509abe2c5 Remove remaining mentions of UNSAFE_STAT_OK 3 years ago
Thomas Munro f340f97a13 mstcpip.h is not missing on MinGW. 3 years ago
Thomas Munro 2492fe49dc Remove configure probe for netinet/tcp.h. 3 years ago
Tom Lane bb9237a129 Add missing bad-PGconn guards in libpq entry points. 3 years ago
Thomas Munro 52ea29045b Remove configure probe for gethostbyname_r. 3 years ago
Thomas Munro 5579388d2d Remove replacement code for getaddrinfo. 3 years ago
Thomas Munro f558088285 Remove HAVE_UNIX_SOCKETS. 3 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 3 years ago
Thomas Munro feb593506b Remove fallbacks for strtoll, strtoull. 3 years ago
Alvaro Herrera 0f39b70a6f
Fix [install]check in interfaces/libpq/Makefile 3 years ago
Dean Rasheed bcedd8f5fc Make subquery aliases optional in the FROM clause. 3 years ago
Tom Lane 0778eb79b1 Improve perl style in ecpg's parser-construction scripts. 3 years ago
Andres Freund d268d0f7a1 ecpg: use our instead of my in parse.pl to fix perlcritic complaint 3 years ago
Andres Freund db0a272d12 ecpg: Output dir, source dir, stamp file argument for preproc/*.pl 3 years ago
Tom Lane 54ba2f0623 Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 4 years ago
Tom Lane 617d691412 Use wildcards instead of manually-maintained file lists in */nls.mk. 4 years ago
Alvaro Herrera e1df03b80d
Plug memory leak 4 years ago
Peter Eisentraut 88dad06b47 NLS: Put list of available languages into LINGUAS files 4 years ago
Tom Lane 83f1c7b742 Fix ECPG's handling of type names that match SQL keywords. 4 years ago
Peter Eisentraut 4b8ee4e9d3 Reorder ecpg_config.h.in alphabetically 4 years ago
Alvaro Herrera 054325c5ee
libpq: Improve idle state handling in pipeline mode 4 years ago
Noah Misch b6a5158f98 Add Windows file version information to libpq/test programs. 4 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 4 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Noah Misch e2bc242833 Fix previous commit's ecpg_clocale for ppc Darwin. 4 years ago
Noah Misch 5633836ef3 ecpglib: call newlocale() once per process. 4 years ago
Peter Eisentraut 3c0bcdbc66 Translation updates 4 years ago
Tom Lane ba412c905a Avoid ecpglib core dump with out-of-order operations. 4 years ago
Tom Lane 6d157e7cb8 Don't fail on libpq-generated error reports in ecpg_raise_backend(). 4 years ago
Tom Lane 5f0adec253 Make STRING an unreserved_keyword. 4 years ago
Tom Lane 2b65de7fc2 Remove misguided SSL key file ownership check in libpq. 4 years ago
Peter Eisentraut 6a8a7b1ccb Translation updates 4 years ago
Peter Eisentraut 30ed71e423 Indent C code in flex and bison files 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Tom Lane 93909599cd libpq: drop pending pipelined commands in pqDropConnection(). 4 years ago
Peter Eisentraut 3aa7a3d2a3 Add missing source files to nls.mk 4 years ago
Daniel Gustafsson 0432490d29 Rename libpq test programs with libpq_ prefix 4 years ago
Tom Lane 914611ea73 Fix missed cases in libpq's error handling. 4 years ago