OSDN Git Service

pg-rex/syncrep.git
2000-07-22 Bruce Momjianspell cleanups
2000-07-22 Bruce Momjianspell cleanups
2000-07-22 Tom LaneRemove 'Array' node type, which has evidently been...
2000-07-22 Tom LaneMissed some array updates ...
2000-07-22 Tom LaneArrays are toastable. (At least if you initdb, which...
2000-07-22 Bruce MomjianCleanups
2000-07-22 Peter Eisentrautmaintainer-clean and distclean ought to remove dependen...
2000-07-21 Tom LaneFix typo in version-mismatch error report.
2000-07-21 Tom LaneFurther cleanup of btbuild (CREATE INDEX). Avoid stori...
2000-07-21 Tom LaneFix sloppiness about alignment requirements in findspli...
2000-07-21 Bruce MomjianMore doc cleanups, from book.
2000-07-21 Bruce MomjianMore doc cleanups
2000-07-21 Bruce MomjianUpdate for sh.
2000-07-21 Philip Warner- Support for TAR output
2000-07-21 Philip Warner- Support for BLOB output from pg_dump and input via...
2000-07-21 Jan WieckNeed to switch to tuples memory context when replacing...
2000-07-21 Jan WieckTemporary fix to make TOAST vacuum-safe. All values...
2000-07-21 Tom LaneMajor overhaul of btree index code. Eliminate special...
2000-07-21 Bruce Momjiancleanup
2000-07-21 Bruce Momjiancleanup
2000-07-21 Bruce MomjianCleanup
2000-07-21 Bruce MomjianCleanujp
2000-07-21 Bruce MomjianCleanup
2000-07-21 Bruce Momjianreference page cleanup
2000-07-21 Bruce MomjianClean up flags
2000-07-21 Bruce MomjianFix postgres -A options flags
2000-07-21 Peter EisentrautUpdate installation instructions to new realities....
2000-07-21 Bruce MomjianChange > prompt to $
2000-07-21 Bruce MomjianChange prompt % to $.
2000-07-20 Bruce MomjianUpdate FAQ.
2000-07-20 Bruce MomjianUpdate FAQ.
2000-07-20 Bruce MomjianUpdate FAQ.
2000-07-20 Bruce MomjianUpdate FAQ.
2000-07-20 Bruce MomjianUpdate FAQ.
2000-07-20 Bruce MomjianUpdate FAQ.
2000-07-20 Bruce MomjianUpdate FAQ.
2000-07-20 Bruce MomjianUpdate FAQ.
2000-07-20 Peter MountFixed DatabaseMetaData.getTableTypes()
2000-07-20 Jan WieckFixed memory allocation problems when compressing multi-MB
2000-07-19 Peter EisentrautDon't need this anymore. It's now handled in the Makefile.
2000-07-19 Peter EisentrautAdd distprep target to take some of the job of the...
2000-07-19 Jan WieckAdded untrusted PL/TclU (pltclu) language. Executes...
2000-07-18 Jan WieckFixed an ordering problem in test queries and
2000-07-18 Tom LaneAdd an opr_sanity check for misdefined aggregates that...
2000-07-18 Tom LaneUpdate pltcl regress test's expected output for 7.0...
2000-07-18 Tom Lane'const' decorations are fine, but not when they're...
2000-07-17 Peter Eisentrautforgot autoconf run...
2000-07-17 Tom LaneCorrect erroneous explanation of DEADLOCK_TIMEOUT confi...
2000-07-17 Peter EisentrautEnd users shouldn't have to invoke a separate command...
2000-07-17 Peter EisentrautDon't strip trailing backslashes from a line. Treat...
2000-07-17 Bruce MomjianUpdate TODO list.
2000-07-17 Tom LaneI concur with Andreas: unconditionally including ...
2000-07-17 Tom LaneStat functions now in main system, contrib code no...
2000-07-17 Tom LaneUpdate aggregate-function docs for STDDEV, VARIANCE.
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-17 Tom Laneupdate pltcl test to have at least some chance of runni...
2000-07-17 Tom Lanepltcl seems to be broken on HPUX with recent Tcl versio...
2000-07-16 Bruce MomjianHmm. I didn't expect a change since I hadn't added...
2000-07-16 Peter EisentrautAutomatic dependency tracking
2000-07-16 Peter EisentrautIncorporate README.fsync into main documentation body
2000-07-15 Peter EisentrautRevise locale and Kerberos documentation
2000-07-15 Peter EisentrautRename templates to match names in makefiles/Makefile...
2000-07-15 Bruce MomjianThis should be a slighly more complete patch for comman...
2000-07-15 Tom LaneUpdate implementation notes for new memory management...
2000-07-15 Tom LaneRemove useless and dangerous 'opt_type' option from...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-14 Peter EisentrautRemove dangling else warning (Cyrillic recode stuff)
2000-07-14 Peter Eisentrautdidn't compile
2000-07-14 Peter EisentrautRemove references to symbols that no longer get defined
2000-07-14 Thomas G. LockhartFix munged markup from previous commit.
2000-07-14 Thomas G. LockhartImplement nested block comments in the backend and...
2000-07-14 Thomas G. LockhartImplement SET SESSION CHARACTERISTICS and SET DefaultXa...
2000-07-14 Thomas G. LockhartFix indenting in prototype declarations. No functional...
2000-07-14 Thomas G. LockhartInclude rule to build include/parser/parse.h since...
2000-07-14 Thomas G. LockhartChange order of builds to get parser before commands.
2000-07-14 Thomas G. LockhartSave changes from last docs release.
2000-07-14 Thomas G. LockhartAdd information on SET SESSION CHARACTERISTICS.
2000-07-14 Thomas G. LockhartUpdate docs for TIME WITHOUT TIME ZONE.
2000-07-13 Peter EisentrautFix typo, from Keith Parks
2000-07-13 Peter EisentrautRepair parallel make in backend tree (and make it reall...
2000-07-13 Tom LanePlanner did the wrong thing with index-scan-backward...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-12 Bruce MomjianCan you please apply the following patch to current CVS
2000-07-12 Peter EisentrautAdd assert checking to GUC ("debug_assertions")
2000-07-12 Tom LaneRepair missing MEMORY_CONTEXT_CHECKING logic for realloc().
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-11 Bruce Momjian Here is the patch with memory leak checker. This check...
2000-07-11 Bruce MomjianDone. In backend/commands/define.c unused field is...
2000-07-11 Jan WieckSome security checks that we've found an external value...
2000-07-10 Tom LanePrevent creating a boatload of empty segments when...
2000-07-09 Peter Eisentrautoidvectortypes: use SQL type names and separate by...
2000-07-09 Peter Eisentrauttypo
2000-07-09 Peter EisentrautFix handling of pre-existing LD_LIBRARY_PATH, from...
2000-07-09 Peter EisentrautFix sed invocation, from Keith Parks
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-07-09 Tom LaneMake view/rule permission checking behave properly...
2000-07-09 Tom LaneFix bogus DatumGetInt32 coercion.
2000-07-08 Thomas G. LockhartRemove reference to tag which is not available to the...
2000-07-08 Bruce MomjianUpdate TODO list.
2000-07-08 Bruce MomjianUpdate TODO list.
next