OSDN Git Service

pg-rex/syncrep.git
2003-03-20 Bruce MomjianThis is not the only place in the system catalogs where...
2003-03-20 Bruce MomjianThe documentation for SELECT is incorrect in a sense...
2003-03-20 Bruce Momjianplease apply attached patch to current CVS.
2003-03-20 Bruce MomjianThis patch creates a function named pg_get_triggerdef...
2003-03-20 Bruce MomjianNow that the CLUSTER ALL machinery is in place, the...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianIt would also be handy if users could see their own...
2003-03-20 Bruce MomjianI have updated my pg_autovacuum program (formerly pg_av...
2003-03-20 Bruce MomjianFix typo in SGML tags.
2003-03-20 Bruce MomjianRe-add type conversion examples.
2003-03-20 Michael MeskesStarted adding date and timestamp.
2003-03-20 Bruce MomjianRemove extern for cancelConn, from Karel Zak
2003-03-20 Bruce MomjianRemove compile warning.
2003-03-20 Bruce MomjianAt present, dates are put into a dump in the format...
2003-03-20 Bruce MomjianTodo items:
2003-03-20 Bruce MomjianDone:
2003-03-20 Bruce MomjianAttached is an update to contrib/tablefunc. It implemen...
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2003-03-20 Bruce MomjianIt has been tested only against CVS backend, however...
2003-03-20 Bruce MomjianPGRES_POLLING_ACTIVE is unused, keep for backward compa...
2003-03-20 Bruce MomjianAttached is a patch that limits the range tested by...
2003-03-20 Bruce MomjianHere's some changes I made last night to psql's common...
2003-03-20 Bruce Momjian Peter found bug in the to_char() routine for PL/MI...
2003-03-20 Bruce Momjian> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to...
2003-03-20 Bruce Momjian"Information_schema" changes
2003-03-20 Bruce Momjian(Now featuring documentation: fixed some typos, expande...
2003-03-20 Bruce MomjianThis trivial cleans up a little bit of the code in
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-03-20 Bruce Momjian> Mph. It fails for me too when I use --enable-integer...
2003-03-20 Bruce MomjianMinor doc patch: create function
2003-03-20 Bruce MomjianJust some fixups to a couple contrib directories I...
2003-03-20 Bruce MomjianThe attatched patch fixes a memory error with contrib...
2003-03-20 Bruce MomjianItem done:
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-19 Bruce MomjianThis patch fixes a very small memory leak in psql,...
2003-03-19 Bruce MomjianRemove typecasting section that isn't needed anymore.
2003-03-19 Peter EisentrautSet up the privileges on the default schemas in initdb...
2003-03-19 Peter EisentrautAvoid mysterious warning about possibly uninitialized...
2003-03-19 Barry LindApplied patch to work around server bug.
2003-03-19 Bruce MomjianFix typo:
2003-03-18 Peter EisentrautReimplement create and drop scripts in C, to reduce...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2003-03-18 Peter EisentrautImprove error message.
2003-03-18 Peter EisentrautFix off-by-one error in the maxlen parameter handling.
2003-03-18 Bruce MomjianCompiling anything that uses InvalidOid under g++ yield...
2003-03-18 Bruce MomjianRemove duplicate ANALYZE recommendation in pg_dump.
2003-03-18 Michael MeskesSome bugfixes for numerical library.
2003-03-18 Barry LindApplied updated translation patch
2003-03-18 Bruce MomjianAdd to mmap discussion.
2003-03-18 Bruce MomjianAdd mention of ANALYZE after object restore.
2003-03-17 Bruce MomjianAdd mention of new sets returning functions capability.
2003-03-17 Bruce MomjianUpdate links, from Ian Barwick
2003-03-17 Bruce MomjianAdd:
2003-03-17 Bruce MomjianReorder crypt.h include for SunOS compile problem.
2003-03-17 Bruce MomjianIncrease max known database size.
2003-03-16 Michael MeskesForgot some files...
2003-03-16 Michael MeskesStarted working on a seperate pgtypes library. First...
2003-03-15 Tom LaneArrange to print the relevant key values when reporting...
2003-03-15 Bruce MomjianA typo in src/backend/libpq/hba.c breaks local ident...
2003-03-14 Tom Lanepg_dumpall failed on groups having no members. Per...
2003-03-14 Bruce MomjianRemove unneeded dash blocks around function start comments.
2003-03-14 Bruce MomjianUpdate name of GUC var:
2003-03-14 Bruce MomjianAdd:
2003-03-14 Barry LindFixed parsing to handle \n for updateable result sets...
2003-03-14 Tom LaneRepair incorrect prorettype entry for timestamptz_izone...
2003-03-14 Barry LindImproved error message and added some log messages...
2003-03-14 Tom LaneMake eval_const_expressions simplify FieldSelect from...
2003-03-14 Tom LanePrevent infinite loop in ln_var() due to roundoff error.
2003-03-13 Tom LaneGROUP BY got confused if there were multiple equal...
2003-03-13 Peter EisentrautBig editing for consistent content and presentation.
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-10 Bruce MomjianUpdate German FAQ
2003-03-10 Bruce MomjianCleanup up psql \connect and \pset pager setting displa...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-03-09 Tom Lanepg_restore failed to restore blobs if -X disable-trigge...
2003-03-09 Tom Lanetuplestore_donestoring() isn't needed anymore, but...
2003-03-09 Tom LaneRevise tuplestore and nodeMaterial so that we don't...
2003-03-08 Barry LindApplied patch from Paul Sorenson to correctly handle...
2003-03-08 Bruce MomjianNot done:
2003-03-08 Bruce MomjianReorder items and mark some as completed.
2003-03-07 Barry LindCleanup and reorganization.
2003-03-07 Bruce MomjianAdd to mmap emails.
2003-03-07 Bruce MomjianUpdate FAQ.
2003-03-07 Bruce MomjianUpdate Russian FAQ, from Viktor Vislobokov.
2003-03-06 Tom LaneTweak dependency code to suppress NOTICEs generated...
2003-03-06 Tom LaneAdd missing --globals-only (long form of -g).
2003-03-06 Bruce MomjianAdd:
2003-03-06 Bruce MomjianAdd for protocol changes:
2003-03-06 Bruce MomjianRemove:
2003-03-06 Bruce MomjianDone:
2003-03-06 Tom LaneUse poll(2) in preference to select(2), if available...
2003-03-06 Bruce MomjianAdd:
2003-03-06 Tom LaneAdd code to dump contents of free space map into $PGDAT...
2003-03-05 Tom LaneTurns out new IN implementation has got some problems...
2003-03-05 Tom LaneRepair bug reported by Laurent Perez: bad plan generate...
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-03-03 Tom LanePrevent clustering on incomplete indexes: partial index...
2003-03-03 Tom LaneImprove description of geometric operators.
next