OSDN Git Service

pg-rex/syncrep.git
2004-06-03 Bruce MomjianAdd new Win32 file with adjustments for recent code...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-06-02 Bruce MomjianSmall patch that adds some documentation for the area...
2004-06-02 Bruce MomjianPer previous discussions, here are two functions to...
2004-06-02 Bruce MomjianMove -lpgport to the beginning of the library list...
2004-06-02 Bruce MomjianImprove without cluster wording.
2004-06-02 Bruce MomjianOK, here's the final version of ALTER TABLE ... SET...
2004-06-02 Tom LaneFix breakage from GUC-extension-variables patch.
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-06-01 Bruce MomjianAdd locale setting for pg_ctl.
2004-06-01 Tom LaneAlign GRANT/REVOKE behavior more closely with the SQL...
2004-06-01 Teodor SigaevFix silly bug
2004-06-01 Tom LaneFastList is history, yay.
2004-06-01 Tom LaneList pg_trgm in contrib Makefile and README.
2004-06-01 Tom LaneJust about there on de-FastList-ification.
2004-06-01 Bruce MomjianMore locale fixes for pg_ctl.
2004-06-01 Tom LaneSome more de-FastList-ification.
2004-06-01 Tom LaneDesultory de-FastList-ification. RelOptInfo.reltargetl...
2004-06-01 Bruce MomjianRemove init_nls() functions, call set_pglocale() directly.
2004-06-01 Bruce MomjianAdd pgpid_t for use with pids.
2004-05-31 Tom LaneAdditional mop-up for sync-to-fsync changes: avoid...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-31 Tom LaneSuppress compile warnings on machines where the INT64CO...
2004-05-31 Tom LaneToo few parens for my taste in this macro.
2004-05-31 Tom LaneI think I've finally identified the cause of the off...
2004-05-31 Bruce MomjianHave pg_ctl print pid and error on signal failure,...
2004-05-31 Teodor Sigaevtrgm - Trigram matching for PostgreSQL
2004-05-31 Teodor Sigaev1 add namespaces as Tom suggest pgsql.ru/db/mw/msg...
2004-05-31 Teodor SigaevFix memory leak with pg_regexec
2004-05-31 Teodor SigaevFix memory leak with pg_regcomp
2004-05-31 Bruce MomjianUpdate pg_dump -v comments to mention additional commen...
2004-05-31 Teodor SigaevWin32 related patch by Darko Prenosil. Small correct...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-05-31 Bruce MomjianDone:
2004-05-31 Bruce MomjianRemove pljava todo info.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-30 Tom LaneParanoia: ensure MyBackendId is InvalidBackendId in...
2004-05-30 Bruce MomjianAdd thread library to libpgport creation.
2004-05-30 Tom LaneImplement new PostmasterIsAlive() check for WIN32,...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-29 Peter EisentrautTranslation update
2004-05-29 Peter EisentrautTranslation updates
2004-05-29 Peter EisentrautTranslation update
2004-05-29 Tom LaneFix another place that assumed 'x = lcons(y, z)' would...
2004-05-28 Bruce MomjianRemove quotes around $CONFIG_LINKS. Caused improper...
2004-05-28 Bruce MomjianWhen checking for thread safety with src/tools/thread...
2004-05-28 Tom LaneFix minor error in comment.
2004-05-28 Tom LaneFix thinko in recent patch to change temp-table permiss...
2004-05-28 Teodor SigaevStat function now can show statistics per weight of...
2004-05-28 Tom LaneFix some typos I introduced in WIN32-only code late...
2004-05-28 Teodor SigaevNew version. Add support for int2, int8, float4, float8...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-28 Tom LaneSeems we forgot the installdirs target in this makefile.
2004-05-28 Tom LaneMake sure elog behaves sanely if invoked before GUC...
2004-05-27 Tom LaneOn WIN32, don't choke when setlocale(LC_MESSAGES, ...
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...
next