OSDN Git Service

pg-rex/syncrep.git
2004-05-27 Tom LaneGet rid of the former rather baroque mechanism for...
2004-05-27 Bruce Momjianpgindent files for Tom.
2004-05-27 Bruce MomjianCleanup for Win32 pgkill.
2004-05-27 Bruce MomjianMove pgkill out into /port so pg_ctl can use it on...
2004-05-27 Bruce MomjianDocument new pg_ctl 'kill' command, specificially for...
2004-05-27 Bruce MomjianChange pg_ctl to be in C. This was the final shell...
2004-05-27 Tom LaneRecommend ALTER TABLE ... TYPE as the best way to recla...
2004-05-27 Neil ConwayAdd an index entry for "Performance Tips". Patch from...
2004-05-26 Tom LaneReduce the minimum allocable chunk size to 8 bytes...
2004-05-26 Tom LaneA couple other cosmetic cleanups in new List stuff.
2004-05-26 Bruce MomjianMove setlocale() outside of NLS-only defines.
2004-05-26 Tom LaneUse new forboth() macro to make loop coding a bit clearer.
2004-05-26 Bruce MomjianAIX doc addition:
2004-05-26 Bruce MomjianFix problems in pg_autovacuum:
2004-05-26 Bruce MomjianRenumber to prevent duplicate oids. Update catalog...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Tom LaneUse a cleaner substitute for the inability to apply...
2004-05-26 Bruce MomjianFix problem with doing 7.0.X dumps on character varying...
2004-05-26 Bruce MomjianRenumber bit/boolean aggregates to remove duplicates.
2004-05-26 Tom LaneRecent commits added created files that weren't getting...
2004-05-26 Tom LaneAdd <limits.h>, per Magnus.
2004-05-26 Bruce MomjianThe added aggregates are:
2004-05-26 Bruce MomjianThe patch adresses the TODO list item "Allow external...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-26 Jan WieckPlease apply this minor patch to the cvs HEAD of dbmirror
2004-05-25 Bruce MomjianAdd FRONTEND to ecpglib.
2004-05-25 Bruce MomjianAllow relative paths as long as the hardcoded path...
2004-05-25 Tom LaneTweaks per discussion with Magnus: suppress chatter...
2004-05-25 Tom LaneFix erroneous error message printout when a configurati...
2004-05-25 Bruce MomjianFix set_pglocale to properly pass my_exec_path to get_l...
2004-05-25 Tom LaneAdd code to identify_system_timezone() to try all zones...
2004-05-25 Bruce MomjianAdd exec.c to ecpg library because path.c now uses it.
2004-05-25 Bruce MomjianSkip settting LC_ALL in the backend.
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-24 Bruce MomjianRemove pstrdup() call from exec.c because DLLIMPORT...
2004-05-24 Bruce MomjianMake validate_exec take a const char *, for gcc 3.4...
2004-05-24 Bruce MomjianUpdate Russian FAQ.
2004-05-24 Neil ConwayClarify an entry in the 7.4 release notes.
2004-05-24 Bruce MomjianAdd:
2004-05-24 Bruce MomjianThis patch fixes the find_my_exec code for pgstat backe...
2004-05-24 Tom LaneRewrite identify_system_timezone() to give it better...
2004-05-24 Bruce MomjianRemove a few $filter() calls that were not needed.
2004-05-23 Tom LaneSeems we had the wrong sign convention for the default...
2004-05-23 Tom LaneAvoid calling select_default_timezone() when backing...
2004-05-23 Tom LaneUse case-insensitive comparison so that explicitly...
2004-05-23 Neil ConwayA few cosmetic fixes and code cleanup.
2004-05-23 Tom LaneNew two-stage sampling method for ANALYZE, as per discu...
2004-05-23 Tom LaneStill another place to make the world safe for zero...
2004-05-23 Tom LaneMake --without-docdir configure option actually work...
2004-05-23 Tom LaneFix broken markup.
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-22 Tom LaneFor multi-table ANALYZE, use per-table transactions...
2004-05-22 Tom LaneReduce pg_listener lock taken by NOTIFY et al from...
2004-05-22 Tom LaneFix to install correctly in vpath build case.
2004-05-22 Neil ConwayFix a few more minor errors in the 7.4 release notes.
2004-05-22 Neil ConwayFix typo in an entry in the 7.4 release notes.
2004-05-22 Tom LaneFix for vpath builds.
2004-05-22 Tom LaneClean up failure to remove exec.o on 'make clean'.
2004-05-22 Tom LaneUse wide-character library routines, if available,...
2004-05-21 Tom LaneHandle inclusion of port modules 'correctly', viz the...
2004-05-21 Tom Lanepgindent did a pretty awful job on the timezone code...
2004-05-21 Tom LanePut path configuration information into a .h file inste...
2004-05-21 Tom LaneProbably need sys/time.h here too to be safe.
2004-05-21 Tom LanePut back #include <sys/time.h> in files that seem to...
2004-05-21 Tom LaneFix random breakage in exec.c for platforms where strdu...
2004-05-21 Michael Meskes- Fixed DEALLOCATE PREPARE to use correct function...
2004-05-21 Bruce MomjianPgindent timezone file, per request from Tom.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-21 Bruce MomjianAdd mention of why -lpgport is needed in ecpglib (dllwrap).
2004-05-21 Bruce MomjianAdd -lpgport to ecpglib link only on win32. Other...
2004-05-21 Tom LaneRevert addition of -lpgport, which breaks the build...
2004-05-20 PostgreSQL... benign change ...added space to end of line
2004-05-20 PostgreSQL... attempt at a multi file commit, to seee how it formats
2004-05-20 PostgreSQL... just testing activitymail ... only added a space here...
2004-05-20 Tom LaneRename static variables to avoid possible name conflict...
2004-05-20 Bruce MomjianRemove pyton, spell check fix:
2004-05-20 Bruce MomjianUpdates from Tom:
2004-05-20 Bruce MomjianSmall variable rename in exec.c.
2004-05-20 Bruce MomjianClean up find_my_exec to work cleaner.
2004-05-20 Tom LaneFix speling.
2004-05-20 Bruce MomjianUpdate SCO FAQ.
2004-05-20 Bruce MomjianAdd:
2004-05-20 Bruce MomjianRemove item:
2004-05-20 Bruce MomjianAdd:
2004-05-20 Bruce MomjianAdd:
2004-05-20 Bruce MomjianAdd:
2004-05-20 Bruce MomjianAdd ctype.h include for new macro in port.h.
2004-05-20 Bruce MomjianAdd $libdir to mingw and cygwin for installcheck too.
2004-05-19 Bruce MomjianDocument &< and &> properly.
2004-05-19 Bruce MomjianClearify CHECK handling of unknown test values.
2004-05-19 Bruce MomjianRevert irix change to suppress configure warnings.
2004-05-19 Bruce MomjianConfigure adjustments for irix.
2004-05-19 Tom LaneImprove error reporting behavior in parse_hba(): give...
2004-05-19 Bruce MomjianRename another irix file.
2004-05-19 Bruce MomjianRename irix5 port to irix.
2004-05-19 Bruce MomjianAdd end-of-dump markers for pg_dump and pg_dumpall.
2004-05-19 Bruce MomjianOnly do pkglib_path if needed.
2004-05-19 Bruce MomjianDone:
2004-05-19 Bruce MomjianOnly do find_my_exec if it doesn't come from the post
next