Commit Graph

12822 Commits (bfb77c15ca1188c3dcbc6b181b50677f71d6cd32)

Author SHA1 Message Date
Tom Lane bfb77c15ca Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW 22 years ago
Tom Lane 957b90ed6a Fix erroneous error message printout when a configuration file contains 22 years ago
Bruce Momjian c826991dd7 Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of argv0. 22 years ago
Tom Lane 76c50c080b Add code to identify_system_timezone() to try all zones in the zic 22 years ago
Bruce Momjian 17ff18141c Add exec.c to ecpg library because path.c now uses it. 22 years ago
Bruce Momjian 88ca65d76b Skip settting LC_ALL in the backend. 22 years ago
Bruce Momjian 228897774c Make the locale location relocatable. 22 years ago
Bruce Momjian 244ee0c0f2 Remove pstrdup() call from exec.c because DLLIMPORT flag on 22 years ago
Bruce Momjian fcbc95b9a2 Make validate_exec take a const char *, for gcc 3.4, which is more 22 years ago
Bruce Momjian 3661d1d6e0 This patch fixes the find_my_exec code for pgstat backends. Required for 22 years ago
Tom Lane dc39937762 Rewrite identify_system_timezone() to give it better-than-chance odds 22 years ago
Bruce Momjian 82695df3b7 Remove a few $filter() calls that were not needed. 22 years ago
Tom Lane 17edb84056 Seems we had the wrong sign convention for the default Etc/GMTx zone 22 years ago
Tom Lane 9e0fcc2ad5 Avoid calling select_default_timezone() when backing out an unwanted TZ 22 years ago
Tom Lane f9df1b28e8 Use case-insensitive comparison so that explicitly setting timezone=unknown 22 years ago
Neil Conway 256d4639c9 A few cosmetic fixes and code cleanup. 22 years ago
Tom Lane 9d6570b8a4 New two-stage sampling method for ANALYZE, as per discussions a few weeks 22 years ago
Tom Lane 27edff700e Still another place to make the world safe for zero-column tables: 22 years ago
Tom Lane a712570880 Make --without-docdir configure option actually work, per Manfred. 22 years ago
Tom Lane ebfc56d3fb Handle impending sinval queue overflow by means of a separate signal 22 years ago
Tom Lane 4d86ae4260 For multi-table ANALYZE, use per-table transactions when possible 22 years ago
Tom Lane e26c403fd0 Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock 22 years ago
Tom Lane 323a45099a Fix to install correctly in vpath build case. 22 years ago
Tom Lane b1ea9811b3 Fix for vpath builds. 22 years ago
Tom Lane 4fb9aa43f6 Clean up failure to remove exec.o on 'make clean'. 22 years ago
Tom Lane 3983869439 Use wide-character library routines, if available, for upper/lower/initcap 22 years ago
Tom Lane add8b70dda Handle inclusion of port modules 'correctly', viz the same way libpq 22 years ago
Tom Lane d584db6086 pgindent did a pretty awful job on the timezone code, particularly with 22 years ago
Tom Lane 13f96c4b6b Put path configuration information into a .h file instead of cluttering 22 years ago
Tom Lane 748a15a8ea Probably need sys/time.h here too to be safe. 22 years ago
Tom Lane e6319d1d28 Put back #include <sys/time.h> in files that seem to need it on Linux. 22 years ago
Tom Lane ff0b706b13 Fix random breakage in exec.c for platforms where strdup is a macro. 22 years ago
Michael Meskes 79c3bf4984 - Fixed DEALLOCATE PREPARE to use correct function call 22 years ago
Bruce Momjian 0a19fb42c2 Pgindent timezone file, per request from Tom. 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Bruce Momjian 260b513fc3 Add mention of why -lpgport is needed in ecpglib (dllwrap). 22 years ago
Bruce Momjian 928e73ea62 Add -lpgport to ecpglib link only on win32. Other platforms have 22 years ago
Tom Lane 9bfee3adee Revert addition of -lpgport, which breaks the build on platforms that 22 years ago
Tom Lane 7d717f2471 Rename static variables to avoid possible name conflicts on systems with 22 years ago
Bruce Momjian 3255851e6a Small variable rename in exec.c. 22 years ago
Bruce Momjian ceceeffe1e Clean up find_my_exec to work cleaner. 22 years ago
Tom Lane 868404b859 Fix speling. 22 years ago
Bruce Momjian 254df82b40 Add ctype.h include for new macro in port.h. 22 years ago
Bruce Momjian 163e72aa60 Add $libdir to mingw and cygwin for installcheck too. 22 years ago
Tom Lane 29fcd22080 Improve error reporting behavior in parse_hba(): give more complete 22 years ago
Bruce Momjian 178c08d0c7 Rename another irix file. 22 years ago
Bruce Momjian 14531e0c44 Rename irix5 port to irix. 22 years ago
Bruce Momjian bef228d1ee Add end-of-dump markers for pg_dump and pg_dumpall. 22 years ago
Bruce Momjian 8a91100379 Only do pkglib_path if needed. 22 years ago
Bruce Momjian 4056279958 Only do find_my_exec if it doesn't come from the postmaster. 22 years ago