Commit Graph

17674 Commits (480761925103dfdccd74dafa1db5f6875d8ad7cd)
 

Author SHA1 Message Date
Bruce Momjian 4807619251 Renumber bit/boolean aggregates to remove duplicates. 22 years ago
Tom Lane fafd5640d1 Recent commits added created files that weren't getting deleted by 22 years ago
Tom Lane f6c5da977c Add <limits.h>, per Magnus. 22 years ago
Bruce Momjian 8096fe45ce The added aggregates are: 22 years ago
Bruce Momjian 3dc37cd8d6 The patch adresses the TODO list item "Allow external interfaces to 22 years ago
Bruce Momjian cfbfdc557d This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. 22 years ago
Neil Conway d0b4399d81 Reimplement the linked list data structure used throughout the backend. 22 years ago
Jan Wieck 18d0d10563 Please apply this minor patch to the cvs HEAD of dbmirror 22 years ago
Bruce Momjian f240d37229 Add FRONTEND to ecpglib. 22 years ago
Bruce Momjian 2a70ec1bdf Allow relative paths as long as the hardcoded path matches the bin path 22 years ago
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 daac2d2c48 Update Russian FAQ. 22 years ago
Neil Conway 2b3f6ecdf5 Clarify an entry in the 7.4 release notes. 22 years ago
Bruce Momjian ffd1880bb4 Add: 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 5fc1046f2f Fix broken markup. 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
Neil Conway bfa1171c84 Fix a few more minor errors in the 7.4 release notes. 22 years ago
Neil Conway 76e70108e7 Fix typo in an entry in the 7.4 release notes. 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