Commit Graph

17696 Commits (1a321f26d88e5c64bccba9d36920aede1e201729)
 

Author SHA1 Message Date
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 d157b7bbc7 Document new pg_ctl 'kill' command, specificially for 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 c792cbcc26 Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by deleted columns. The old method involving UPDATE and VACUUM FULL will be considerably less efficient. 22 years ago
Neil Conway 92b0b080eb Add an index entry for "Performance Tips". Patch from Alvaro Herrera. 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 ffef9b8c50 AIX doc addition: 22 years ago
Bruce Momjian b5cf1b6a21 Fix problems in pg_autovacuum: 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
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