Commit Graph

12862 Commits (cbfa4092bb9c0668dba9870ca06038aebe71d7e6)

Author SHA1 Message Date
Tom Lane 9b178555fc Per previous discussions, get rid of use of sync(2) in favor of 22 years ago
Neil Conway 72b6ad6313 Use the new List API function names throughout the backend, and disable the 22 years ago
Tom Lane ec0b1f2716 Paranoia: ensure MyBackendId is InvalidBackendId in a process that has 22 years ago
Bruce Momjian bf65d730de Add thread library to libpgport creation. 22 years ago
Tom Lane c6719a2784 Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. 22 years ago
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather 22 years ago
Peter Eisentraut d531fd2cdc Translation update 22 years ago
Peter Eisentraut c1010381ea Translation updates 22 years ago
Peter Eisentraut 55216724b2 Translation update 22 years ago
Tom Lane 41accb0e1a Fix another place that assumed 'x = lcons(y, z)' would not have any 22 years ago
Bruce Momjian 0163983330 When checking for thread safety with src/tools/thread/thread_test.c, the 22 years ago
Tom Lane 0f3f34f098 Fix minor error in comment. 22 years ago
Tom Lane d707495452 Fix thinko in recent patch to change temp-table permissions behavior: 22 years ago
Tom Lane 1b9ef0025d Fix some typos I introduced in WIN32-only code late last night. 22 years ago
Tom Lane 1a321f26d8 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 22 years ago
Tom Lane 37da0ba0e0 Seems we forgot the installdirs target in this makefile. 22 years ago
Tom Lane 2ac8c96ecb Make sure elog behaves sanely if invoked before GUC initializes. 22 years ago
Tom Lane d7013b0f15 On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL. 22 years ago
Tom Lane 16974ee910 Get rid of the former rather baroque mechanism for propagating the values 22 years ago
Bruce Momjian bb44a7c525 pgindent files for Tom. 22 years ago
Bruce Momjian 83526ccf06 Cleanup for Win32 pgkill. 22 years ago
Bruce Momjian 6f21f4adaa Move pgkill out into /port so pg_ctl can use it on Win32. 22 years ago
Bruce Momjian f3d6d948c7 Change pg_ctl to be in C. This was the final shell script and is 22 years ago
Tom Lane 4646a8f32f Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that 22 years ago
Tom Lane 0858ed20d2 A couple other cosmetic cleanups in new List stuff. 22 years ago
Bruce Momjian 437063bdc4 Move setlocale() outside of NLS-only defines. 22 years ago
Tom Lane d96c374648 Use new forboth() macro to make loop coding a bit clearer. 22 years ago
Bruce Momjian 1cf9d7bd24 Renumber to prevent duplicate oids. Update catalog version. 22 years ago
Bruce Momjian 97d625dd1c *) inet_(client|server)_(addr|port)() and necessary documentation for 22 years ago
Tom Lane 51227f8d9d Use a cleaner substitute for the inability to apply length() to the tail 22 years ago
Bruce Momjian 0d5364fd98 Fix problem with doing 7.0.X dumps on character varying[] fields. 22 years ago
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
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 3661d1d6e0 This patch fixes the find_my_exec code for pgstat backends. Required for 22 years ago