Commit Graph

25513 Commits (89db887b1edbeac7d7070e566606bbea4792f7f6)
 

Author SHA1 Message Date
Tom Lane 89db887b1e Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". 19 years ago
Tom Lane 87dfa0d9ae Stamp 8.3beta1, except in configure.in/configure. 19 years ago
Tom Lane 08e5749c6d Update timezone data files to release 2007h of the zic database. 19 years ago
Tom Lane c86ce06964 DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, 19 years ago
Michael Meskes 746593efe6 Replaced tabs by white spaces 19 years ago
Michael Meskes 085ffb24dc Removed newline at end of exports files. 19 years ago
Tom Lane b26738b583 Change Assert() to a plain test and elog, just to see if that works 19 years ago
Michael Meskes 133d77a906 Added def-files to all: target so they are build everytime. 19 years ago
Neil Conway 0b3f5ac43d Two fixes for the release notes from Guillaume Smet. In passing, make 19 years ago
Neil Conway 77b0f459c8 First pass at SGML-ifying the 8.3 release notes. Plenty of improvements 19 years ago
Tom Lane 0a04109d60 Second pass at 8.3 release notes: put items in a bit more logical order 19 years ago
Neil Conway a522db7d62 Various minor improvements to the 8.3 release notes. 19 years ago
Tom Lane a8dfe119bd Teach chklocale.c how to extract encoding info from Windows locale 19 years ago
Tom Lane bda5750a33 Some editorial improvements for recently-added ALTER SEQUENCE/VIEW 19 years ago
Tom Lane b3ab9b45da Suppress compiler warning in non-threaded build. 19 years ago
Tom Lane 6cbb2353cb Tweak recently-added tests to suppress scary-looking warnings on 64-bit 19 years ago
Michael Meskes 2b0e46eef0 Argh, missing dll in filename 19 years ago
Tom Lane fdbce93b85 Minor improvements to hack for old OpenSSL libraries: avoid unused 19 years ago
Tom Lane a248dbc4f8 Fix command for fetching snprintf.c. 19 years ago
Michael Meskes f06a2b0ecc This could be what's missing on some systems. 19 years ago
Michael Meskes c95f5e80a9 Stripped two symbols that are needed. 19 years ago
Magnus Hagander 76a6ddfa47 Attempt to open certificate file "manually" using fopen before 19 years ago
Magnus Hagander 2890c33084 Build two more .DEF files for ecpg instead of using default ones. 19 years ago
Michael Meskes ab8d123a3c Also build snprintf from pgport if needed. 19 years ago
Michael Meskes 449fcf47fb Remove exports.list in clean target. 19 years ago
Magnus Hagander bdf6b888a8 More detailed error msg (with stack trace) if a file copy fails. 19 years ago
Michael Meskes fa8a9f373c Also created export list for pgytpeslib and compatlib. 19 years ago
Magnus Hagander f83e44aecd Use snprintf from libpgport in ecpg compatlib. Required since 19 years ago
Magnus Hagander 7b4453e5c1 Fix commandlines for final two ECPG regression tests 19 years ago
Magnus Hagander 5d0f18d6ad Fix typo 19 years ago
Magnus Hagander c8792c86f2 Build DEF file for libecpg instead of generating a default one. 19 years ago
Magnus Hagander 6ddbc1164d Make ECPG regression tests run with -c only for array_of_struct.pgc 19 years ago
Magnus Hagander ebade3f5bf Fix typo 19 years ago
Michael Meskes 7793c6ecca Cleaned up ecpglib and renamed functions that do not need to be exported. 19 years ago
Michael Meskes c4a6c2f871 Hopefully fixed some stuff that causes Windows builds to fail. 19 years ago
Tom Lane 6d673a63ed First cut at 8.3 release notes. SGML markup is nonexistent, and 19 years ago
Neil Conway fc470ca334 Fix a compiler warning on Win32. Hannes Eder. 19 years ago
Magnus Hagander de1172fa06 Default to thread safety on, and support more CPU options. Also 19 years ago
Michael Meskes 5a0d31d3dc Made new test also work without threading enabled. 19 years ago
Michael Meskes b5efdbac5c No idea where this file came from. 19 years ago
Michael Meskes 0c2eb200d6 ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe 19 years ago
Tom Lane f1d37a9997 Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older 19 years ago
Tom Lane eb9f280ca7 Add catalogs.sgml documentation for text search catalogs. 19 years ago
Magnus Hagander ec4b6a81f6 Use BIO functions to avoid passing FILE * pointers to OpenSSL functions. 19 years ago
D'Arcy J.M. Cain c2862e3cad Add some examples. 19 years ago
Tom Lane 5a95c560f0 Add note warning against use of pre-8.4 multithreaded Tcl. 19 years ago
Tom Lane b526462f9e Avoid assuming that struct varattrib_pointer doesn't get padded by the 19 years ago
Magnus Hagander b8ce3d3494 Build with /GS on 64-bit to work with modern Platform SDK. 19 years ago
Bruce Momjian 8ddeb48cd5 Update pgcvslog text to simply "<branch>" 19 years ago
Magnus Hagander 4164e6636e Enable __FUNCTION__ on MSVC builds. 19 years ago