OSDN Git Service

pg-rex/syncrep.git
2006-10-21 Tom LaneEditorial improvements for recent plpython doc updates.
2006-10-21 Bruce MomjianUpdate PQserverVersion() to use 8.1.X as an example...
2006-10-21 Bruce MomjianUpdate release notes for new pgcrypto additions.
2006-10-21 Bruce MomjianAdd URL for async I/O:
2006-10-21 Tom LaneRewrite discussion of string constant syntax to bring...
2006-10-21 Tom LaneMake index entry more specific.
2006-10-21 Tatsuo Ishiipgbench: More fix with handling default scaling factor...
2006-10-20 Tom LaneUpdate release notes to current, and do a pass of edito...
2006-10-20 Neil ConwayMinor doc tweak: make a reference to pg_locks into...
2006-10-20 Alvaro HerreraFix typo.
2006-10-20 Tom LaneMarginal code cleanups in pg_logdir_ls: use ReadDir...
2006-10-19 Tom LaneTry to fix the AIX getaddrinfo mess in a way that works...
2006-10-19 Tom LaneClarify note about interaction of log_statement logging...
2006-10-19 Tom LaneMarginal improvement in logging: include the function...
2006-10-19 Tom LaneRename our substitute qsort to pg_qsort at the link...
2006-10-19 Tom LaneAdd externs for optarg/optind where apparently needed...
2006-10-19 Tom LaneHandle missing M_PI the same way we've been doing in...
2006-10-19 Tom LaneFurther MSVC portability fixes from Magnus.
2006-10-19 Bruce MomjianRemove qsort TODO.detail. All items completed.
2006-10-19 Bruce MomjianDone:
2006-10-19 Tom LaneFix a couple of places that were assuming debug_query_s...
2006-10-19 Tom LaneMake sure that debug_query_string contains the original...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-19 Neil ConwayFix typo.
2006-10-19 Tom LaneSimplify contrib Makefiles by removing unnecessary...
2006-10-19 Tom LaneWork around reported problem that AIX's getaddrinfo...
2006-10-18 Tom LaneAdd some code to CREATE DATABASE to check for pre-exist...
2006-10-18 Tom LaneFix up timetz input so that a date is required only...
2006-10-18 Bruce MomjianFix array operator refererence in release notes, per...
2006-10-17 Tom LaneFix up some problems in handling of zic-style time...
2006-10-17 Bruce MomjianMark 8.2 release as 2006-??, not 2005-??, per observati...
2006-10-17 Bruce MomjianAttached files fix the link problem in FAQ_DEV.html...
2006-10-17 Bruce MomjianFixes for CREATE CONSTRAINT manual page.
2006-10-17 Tom LaneFix unexpected side-effect of changes for case insensit...
2006-10-16 Peter EisentrautRemove use of whrandom module, which was removed in...
2006-10-16 Tom LaneArrange for timezone names to be recognized case-insens...
2006-10-16 Bruce MomjianCREATE CONSTRAINT manual page wording improvements.
2006-10-16 Bruce MomjianUpdate to CREATE CONSTRAINT manual page.
2006-10-16 Bruce MomjianI updated RPM related parts in FAQ_DEV against HEAD...
2006-10-16 Bruce MomjianRemove use of '<' and '>' in SGML, use '&' escapes.
2006-10-16 Peter EisentrautPunt when trying to build with threaded Python on FreeBSD.
2006-10-15 Tom LaneRedesign the patch for allocation of shmem space and...
2006-10-15 Tom LaneAdjust plperl to ensure that all strings and hash keys...
2006-10-15 Bruce MomjianUpdate Japanese FAQ.
2006-10-14 Bruce MomjianFAQ updates --- This is a small cosmetic patch that...
2006-10-14 Tom LaneCode review for --no-data-for-failed-tables patch....
2006-10-13 Tom LaneCode and docs review for ALTER TABLE INHERIT/NO INHERIT...
2006-10-13 Peter EisentrautMake unknown-option-warning code more portable. echo...
2006-10-13 Bruce MomjianUpdate Japanese FAQ.
2006-10-13 Tom LaneFix typo in version number.
2006-10-13 Bruce MomjianFix test_fsync compile on MinGW(win32)
2006-10-13 Teodor SigaevFix infinite sleep and failes of send in Win32.
2006-10-12 Bruce MomjianRemove:
2006-10-12 Bruce MomjianAdd url's for hints:
2006-10-12 Bruce MomjianAdd:
2006-10-12 Neil ConwayMake some incremental improvements and fixes to the...
2006-10-12 Tom LaneUpdate release notes for SQL functions vs triggers...
2006-10-12 Neil ConwayIn the installation docs, add some links to the documen...
2006-10-12 Tom LaneFix mishandling of after-trigger state when a SQL funct...
2006-10-12 Tom LaneUse Min() instead of min() in qsort, for consistency...
2006-10-12 Tom LaneRemove somebody's ill-considered free() call, per repor...
2006-10-11 Bruce MomjianUpdate pg_hba.conf comment about documentation section.
2006-10-11 Tom LaneA bit of copy-editing on back-branch release notes.
2006-10-11 Tom LaneRepair incorrect check for coercion of unknown literal...
2006-10-11 Tom LaneCode review for LIKE INCLUDING CONSTRAINTS patch -...
2006-10-11 Teodor SigaevRename function 'isexists' and 'isdefined' to
2006-10-10 Peter EisentrautCleanup pass
2006-10-10 Bruce MomjianMSVC/BCC Win32 compiler fixes.
2006-10-10 Bruce MomjianTypo fix.
2006-10-10 Bruce MomjianAdd release checklist item:
2006-10-10 Bruce MomjianUpdate FAQ for latest release 8.1.5.
2006-10-09 Tom LaneRevise psql pattern-matching switches as per discussion...
2006-10-09 Tom LaneImprove description of the pattern matching rules used...
2006-10-09 Tom LaneMove processNamePattern into dumputils.c in preparation...
2006-10-09 Bruce MomjianUpdate release notes for releases 7.3.16, 7.4.14, 8...
2006-10-08 Peter EisentrautUpdated keyword table for 8.2
2006-10-08 Tom LaneUpdate Darwin dlopen() support to avoid deprecation...
2006-10-08 Bruce MomjianUpdate multi-line editing wording in release notes.
2006-10-08 Bruce MomjianIn release notes, mention that multi-line history savin...
2006-10-08 Bruce MomjianAdd include needed for new getrusage() call.
2006-10-08 Tom LaneOn Windows, we know the backend stack size limit becaus...
2006-10-08 Bruce MomjianUpdate comments for pgcvslog, -r BASE does not work...
2006-10-07 Bruce MomjianSimplify <link> regex cleanup code.
2006-10-07 Bruce MomjianAllow HISTORY/history.html to be generated by removing...
2006-10-07 Tom LaneFix ancient oversight in psql's \d pattern processing...
2006-10-07 Bruce MomjianIn release notes, always use </link> rather than </>.
2006-10-07 Peter EisentrautAdded missing entry (CASCADED) in keywords table.
2006-10-07 Tom LaneFix thinko in comment.
2006-10-07 Peter EisentrautUpdated config.guess and config.sub
2006-10-07 Peter EisentrautThe -X option in pg_dump was supposed to be a workaroun...
2006-10-07 Tom LaneWhen planning a query at Bind time, be careful to pass...
2006-10-07 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-10-07 Tom LaneAdjust HINT for stack depth limit to mention checking...
2006-10-07 Bruce MomjianRemove tabs added accidentally.
2006-10-07 Neil ConwayFix a typo.
2006-10-07 Bruce MomjianAdd main documentation link tags to the release notes.
2006-10-07 Tom LaneFix string_to_array() to correctly handle the case...
2006-10-06 Tom LaneFix bcc32.mak to create and remove pg_config_os.h prope...
2006-10-06 Tom LaneFix SysCacheGetAttr() to handle the case where the...
2006-10-06 Peter EisentrautMessage style improvements
next