OSDN Git Service

pg-rex/syncrep.git
2004-08-10 Peter EisentrautTranslation update
2004-08-10 Peter EisentrautTranslation updates
2004-08-10 Peter EisentrautTranslation update
2004-08-10 Bruce MomjianUpdate DELETE FROM:
2004-08-10 Bruce MomjianUpdate DELETE FROM TODO info.
2004-08-10 Bruce MomjianAdd:
2004-08-10 Tom LaneUpdate documentation to reflect the fact that we now...
2004-08-09 Bruce MomjianRemoved, shared table:
2004-08-09 Bruce MomjianAdd:
2004-08-09 Tom Lanesyslogger.c needs <sys/time.h> on some platforms, per...
2004-08-09 Tom LanePath-mangling logic was failing to account for paths...
2004-08-09 Tom LaneWhen expanding %p in archive_command or restore_command...
2004-08-09 Tom LaneRemove no-longer-relevant information about trying...
2004-08-09 Bruce MomjianFix Win32 pg_dumpall check.
2004-08-09 Bruce MomjianImprove comment.
2004-08-09 Bruce MomjianStamp libpq.rc with 8.0 version.
2004-08-08 PostgreSQL... tag her configure 8.0.0beta1 ...
2004-08-08 Tom LaneAdd note pointing out the difference in semantics betwe...
2004-08-08 Tom LaneMove expanded discussion of inheritance's limitations...
2004-08-08 Tom LaneMake listen_addresses be a comma-separated list instead...
2004-08-08 Tom LaneDocument background writer control parameters, do some...
2004-08-08 Tom LaneIf these are ifdef WIN32 in the .c file, should be...
2004-08-08 Bruce MomjianDisable vacuum delay, as discussed on hackers.
2004-08-08 Bruce MomjianFix compiler warning in the proper way.
2004-08-08 Bruce MomjianSupress warning about zero-length format string.
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-08-08 Joe ConwayAnother array syntax change (whitespace) clarification...
2004-08-08 Joe ConwayMinor clarification of documentation regarding trailing...
2004-08-08 Joe ConwayUpdated release notes for recent array syntax changes.
2004-08-08 Bruce MomjianMore Win32 zic build cleanups now that we have symlinks...
2004-08-08 Bruce MomjianAdjust defines to be consistent.
2004-08-08 Joe ConwayTighened up syntax checking of array input processing...
2004-08-08 Bruce MomjianAnother zic cleanup .
2004-08-08 Tom LaneUpdate admin guide's discussion of WAL to match present...
2004-08-08 Bruce MomjianLink in dirmod specially for zic so it works on Win32.
2004-08-08 Bruce MomjianRemove xstrdup and friends who were only called once...
2004-08-08 Tom LaneAdd a comment about why we always replay backup blocks...
2004-08-08 Bruce MomjianFix Win32 pg_dumpall, with help from Claudio.
2004-08-08 Bruce MomjianImprove comment.
2004-08-08 Tom LaneMinor editorialization on example --- I think that...
2004-08-08 Bruce MomjianThis patch adds SQL2003 to the set of standards with...
2004-08-08 Bruce MomjianThis adds a caveat to the inheritance part of the tutorial.
2004-08-08 Bruce MomjianThis patch adds an example to the CREATE DOMAIN docs.
2004-08-08 Bruce MomjianIncluded is an example of using savepoints in a non...
2004-08-08 Bruce MomjianFix comment.
2004-08-08 Bruce MomjianFixups for Win32 symlinks.
2004-08-08 Tom LaneUpdate plpgsql documentation for 8.0 (mostly, make...
2004-08-07 Bruce MomjianThe attached patch implements a symlink for win32 using...
2004-08-07 Tom LaneImprove privileges discussion (mostly, mention grant...
2004-08-07 Tom LaneUpdate a couple of example error messages to reflect...
2004-08-07 Tom LaneImprove markup a little.
2004-08-07 Tom LaneImprove tablespace discussion, and bring it up to date...
2004-08-07 Bruce MomjianUpdate pitr docs to mention inclusive/exclusive xid...
2004-08-07 Tom LaneRemove bogus trailing dot from eventlog output, per...
2004-08-07 Tom LaneDon't try to rewrite NEW references in a utility statem...
2004-08-07 Bruce MomjianFix markup.
2004-08-07 Bruce MomjianIgnore trailing spaces in psql \h.
2004-08-07 Bruce MomjianMention that transactions can complete in a different...
2004-08-07 Jan WieckVacuum delay activated by default.
2004-08-07 Bruce MomjianAdd:
2004-08-07 Bruce MomjianDocument delay as 0, per Matthew T. O'Connor
2004-08-06 Tom LaneSome editorial work on the 8.0 release notes. Update...
2004-08-06 Tom LaneArrange for proper newline termination of syslogger...
2004-08-06 Tom LaneRevert badly-broken patch to dump comments on composite...
2004-08-06 Bruce MomjianI have noticed that the latex format in psql has some...
2004-08-06 Tom LaneUse one, not zero, as the default lower bound for array...
2004-08-06 Bruce MomjianModify:
2004-08-06 Tom LaneAdd _O_TEXT option to dup2 call on Windows, to ensure...
2004-08-06 Tom LaneFix several small Windows compatibility issues, per...
2004-08-06 Bruce MomjianAdd:
2004-08-06 Bruce MomjianAdd description:
2004-08-06 Bruce MomjianAdd:
2004-08-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-08-05 Dennis BjorklundTranslation updates
2004-08-05 Dennis BjorklundTranslation updates
2004-08-05 Joe ConwayRequire that array literals produce "rectangular" array...
2004-08-05 Joe ConwayRestore behavior of --pgxs option to that of the origin...
2004-08-05 Joe ConwayMove include for Python.h above postgres.h to eliminate...
2004-08-04 Bruce MomjianUpdate for 8.0
2004-08-04 Dennis BjorklundUse gettext_noop() to mark strings. errmsg() perform the
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneAdd LOG_NOWAIT flag to openlog() call, per my note...
2004-08-04 Tom LaneFix silly thinko in ALTER COLUMN TYPE. Check for findi...
2004-08-04 Tom LaneUpdate oidjoins regression test to match current catalo...
2004-08-04 Tom LaneTweak postmaster code to avoid double reporting when...
2004-08-04 Tom Lanerecord_out and friends need to cope with dropped column...
2004-08-04 Tom LaneAdd some notes about unimplemented aspects of PITR...
2004-08-04 Tom LaneDump comments on columns of composite types.
2004-08-04 Dennis BjorklundTranslation updates
2004-08-04 Tom LaneMake use of backup label/history files to control recov...
2004-08-04 Tom LaneFix typo in comment.
2004-08-04 Dennis BjorklundAdd some strings for translation and remove some cut...
2004-08-04 Bruce MomjianFix syntax error by adding a space.
2004-08-03 Tom LanePreliminary documentation for PITR.
2004-08-03 Tom LaneAdd functions pg_start_backup, pg_stop_backup to create...
2004-08-03 Tom LaneFix misplacement of savepointLevel test, per report...
2004-08-03 Peter EisentrautTranslation update
2004-08-03 Bruce MomjianMove dbsize/oid2name to open items list.
2004-08-02 Tom LaneFix not-quite-right Assertion. Did not work at all...
next