OSDN Git Service

pg-rex/syncrep.git
2002-11-30 Tom LaneCode review for IS DISTINCT FROM patch. Fix incorrect...
2002-11-30 Tom LaneMissed one place that can be simplified after recent...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-30 Tom LaneMake install and clean targets behave more normally.
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
2002-11-29 Tom LaneRepair prehistoric logic error in lseg_eq and lseg_ne.
2002-11-29 Tom LaneSuppress compiler warning from newer gcc.
2002-11-29 Bruce MomjianThis patch fixes two tiny memory leaks in pg_dump and...
2002-11-28 Bruce MomjianAdd trigger emails.
2002-11-27 Tom Lanerm should be rm -f, per comment from Peter Harris.
2002-11-27 Tom LaneImprove some comments.
2002-11-27 Tom LaneAdd note that scaling factor should be >= # of clients.
2002-11-27 Michael MeskesSynced parser with backend
2002-11-26 Bruce MomjianMove to URGENT, for Justin:
2002-11-26 Bruce MomjianRecreate HISTORY file to match release.sgml changes...
2002-11-26 Bruce MomjianAdd -cmdTuples to tcl interface.
2002-11-26 Bruce MomjianUpdate trigger discussion.
2002-11-26 Bruce MomjianUpdate build rules for /HISTORY.
2002-11-26 Bruce MomjianAdd to trigger thread.
2002-11-26 Bruce MomjianFix typo in release notes.
2002-11-26 Bruce MomjianAllocate proper length for sprintf string, from Tatsuo.
2002-11-26 Tom LaneUse Params, rather than run-time-modified Const nodes...
2002-11-26 Tatsuo IshiiGuard against 0 length string encoding conversion case.
2002-11-25 Bruce MomjianRemove check for pg_group file as part of initdb -W...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-25 Tom LaneRestructure outfuncs and readfuncs to use macros in...
2002-11-25 Tom LaneUn-break triggers declared for INSERT OR DELETE OR...
2002-11-25 Tom LaneRestructure the code in copyfuncs and equalfuncs to...
2002-11-25 D'Arcy J.M... I'm sending you a small patch to pgdb.py module. This
2002-11-25 D'Arcy J.M... Change the pkey method so that the caller can optionall...
2002-11-25 D'Arcy J.M... Change the debug variable to allow better control by...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-24 Bruce Momjian7.4devel now supports SQL:1999's "enhanced trigger...
2002-11-24 Bruce MomjianSplit:
2002-11-23 Tom LaneFix inappropriate quoting in dblink. From Joe Conway.
2002-11-23 Tom LaneFix regression test breakage from triggers patch.
2002-11-23 Tom LaneFix compile warnings from truncate patch.
2002-11-23 Bruce MomjianUpdate regression for new patches. Bump up catversion.
2002-11-23 Bruce MomjianHeres a patch which will create the sql_help.h file...
2002-11-23 Bruce MomjianTransaction safe Truncate
2002-11-23 Bruce MomjianThis minor patch corrects an error in the function...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-23 Bruce MomjianDone:
2002-11-23 Bruce MomjianWhen I made the cube(text) function for 7.3, I neglecte...
2002-11-23 Tom LaneUpdate ports list from recent regression-test-database...
2002-11-23 Bruce MomjianThis is a patch to make cube output work like double...
2002-11-23 Tom LaneRelease note improvements (Neil, Tom)
2002-11-23 Tom LaneRemove inappropriate double-quoting in connectby()...
2002-11-22 Tom LaneRedesign internal logic of nodeLimit so that it does...
2002-11-22 Tom LaneFix a dozen or so places that were passing unpredictabl...
2002-11-22 Bruce MomjianFix elog in dbmirror to use %s.
2002-11-22 Tom LaneQuote database name properly when invoking pg_dump...
2002-11-22 Tom LaneTAS code originally written for s390 (32-bit) does...
2002-11-21 Peter EisentrautFixups for man pages
2002-11-21 Peter EisentrautRegenerate
2002-11-21 Tom LaneFix breakage in new-in-7.3 timetz_zone() function:...
2002-11-21 Tom LaneWups, stuck ORDER BY on wrong query while trying to...
2002-11-21 Bruce MomjianAdd:
2002-11-21 Bruce MomjianAdd mention of kern.ipc.shm_use_phys for locking shared...
2002-11-21 Tom LaneCode review for superuser_reserved_connections patch...
2002-11-21 Tom LaneNetBSD versions 1.6 and (we hope) later can use the...
2002-11-21 Bruce MomjianDone:
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-11-20 Bruce MomjianUpdate ports list.
2002-11-20 Barry LindFix a dumb cut and paste error from my last commit...
2002-11-20 Barry LindFixed bug reported by Marko Strukelj and Keith Wannamak...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-11-19 Bruce MomjianAdd my name:
2002-11-19 Bruce MomjianUpdate regression for ALL missing from CLUSTER.
2002-11-19 Bruce MomjianMost of the code follows the American spelling of the...
2002-11-19 Bruce MomjianBack out NetBSD/arm32 port.
2002-11-19 Bruce MomjianUpdate ports list.
2002-11-18 Peter EisentrautFix typo and markup.
2002-11-18 Bruce MomjianUpdate SGML problem in ports.
2002-11-18 Bruce MomjianRemove ALL from CLUSTER ALL. Use just CLUSTER.
2002-11-18 Bruce MomjianUpdate ports list.
2002-11-18 Tom LanePut back error test for DECLARE CURSOR outside a transa...
2002-11-18 Tom LaneSuppress compile warning, avoid possible problems with...
2002-11-17 Bruce MomjianRe-order REINDEX options in manual for consistency...
2002-11-17 Tom LaneReduce need for palloc/pfree overhead in varstr_cmp...
2002-11-17 Peter EisentrautRevise SQL features list.
2002-11-16 Bruce MomjianFix CLUSTER regression failure caused by new patch...
2002-11-15 Tom LaneAdd relcache support for system catalogs with attnotnul...
2002-11-15 Michael MeskesSynced parser.
2002-11-15 Bruce MomjianSGML markup fixes.
2002-11-15 Bruce MomjianSGML improvements.
2002-11-15 Bruce MomjianNew version attached. The following is implemented:
2002-11-15 Bruce MomjianClean up psql:
2002-11-15 Bruce MomjianOpenSSL 0.9.6g in Debian/unstable stopped working with...
2002-11-15 Bruce Momjianpg_dump for domain constraints.
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-15 Bruce MomjianAdd checkpoint_warning to warn of excessive checkpoints...
2002-11-15 Tom LanePush qual clauses containing subplans to the back of...
2002-11-15 Bruce MomjianRename hostname_lookup to log_hostname.
2002-11-15 Bruce MomjianRename show_source_port to log_source_port.
2002-11-15 Bruce MomjianRename show_btree_build_stats to log_btree_build_stats
2002-11-15 Bruce MomjianRename:
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-11-14 Tom LaneImprove warning messages from tsearch trigger function...
next