summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-05-27Get rid of the former rather baroque mechanism for propagating the valuesTom Lane
2004-05-27pgindent files for Tom.Bruce Momjian
2004-05-27Cleanup for Win32 pgkill.Bruce Momjian
2004-05-27Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian
2004-05-27Change pg_ctl to be in C. This was the final shell script and isBruce Momjian
2004-05-26Reduce the minimum allocable chunk size to 8 bytes (from 16). Now thatTom Lane
2004-05-26A couple other cosmetic cleanups in new List stuff.Tom Lane
2004-05-26Move setlocale() outside of NLS-only defines.Bruce Momjian
2004-05-26Use new forboth() macro to make loop coding a bit clearer.Tom Lane
2004-05-26Renumber to prevent duplicate oids. Update catalog version.Bruce Momjian
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-05-26Use a cleaner substitute for the inability to apply length() to the tailTom Lane
2004-05-26Fix problem with doing 7.0.X dumps on character varying[] fields.Bruce Momjian
2004-05-26Renumber bit/boolean aggregates to remove duplicates.Bruce Momjian
2004-05-26Recent commits added created files that weren't getting deleted byTom Lane
2004-05-26Add <limits.h>, per Magnus.Tom Lane
2004-05-26The added aggregates are:Bruce Momjian
2004-05-26The patch adresses the TODO list item "Allow external interfaces toBruce Momjian
2004-05-26This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-25Add FRONTEND to ecpglib.Bruce Momjian
2004-05-25Allow relative paths as long as the hardcoded path matches the bin pathBruce Momjian
2004-05-25Tweaks per discussion with Magnus: suppress chatter on unpatched MinGWTom Lane
2004-05-25Fix erroneous error message printout when a configuration file containsTom Lane
2004-05-25Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of ...Bruce Momjian
2004-05-25Add code to identify_system_timezone() to try all zones in the zicTom Lane
2004-05-25Add exec.c to ecpg library because path.c now uses it.Bruce Momjian
2004-05-25Skip settting LC_ALL in the backend.Bruce Momjian
2004-05-25Make the locale location relocatable.Bruce Momjian
2004-05-24Remove pstrdup() call from exec.c because DLLIMPORT flag onBruce Momjian
2004-05-24Make validate_exec take a const char *, for gcc 3.4, which is moreBruce Momjian
2004-05-24This patch fixes the find_my_exec code for pgstat backends. Required forBruce Momjian
2004-05-24Rewrite identify_system_timezone() to give it better-than-chance oddsTom Lane
2004-05-24Remove a few $filter() calls that were not needed.Bruce Momjian
2004-05-23Seems we had the wrong sign convention for the default Etc/GMTx zoneTom Lane
2004-05-23Avoid calling select_default_timezone() when backing out an unwanted TZTom Lane
2004-05-23Use case-insensitive comparison so that explicitly setting timezone=unknownTom Lane
2004-05-23A few cosmetic fixes and code cleanup.Neil Conway
2004-05-23New two-stage sampling method for ANALYZE, as per discussions a few weeksTom Lane
2004-05-23Still another place to make the world safe for zero-column tables:Tom Lane
2004-05-23Make --without-docdir configure option actually work, per Manfred.Tom Lane
2004-05-23Handle impending sinval queue overflow by means of a separate signalTom Lane
2004-05-22For multi-table ANALYZE, use per-table transactions when possibleTom Lane
2004-05-22Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane
2004-05-22Fix to install correctly in vpath build case.Tom Lane
2004-05-22Fix for vpath builds.Tom Lane
2004-05-22Clean up failure to remove exec.o on 'make clean'.Tom Lane
2004-05-22Use wide-character library routines, if available, for upper/lower/initcapTom Lane
2004-05-21Handle inclusion of port modules 'correctly', viz the same way libpqTom Lane
2004-05-21pgindent did a pretty awful job on the timezone code, particularly withTom Lane