OSDN Git Service

pg-rex/syncrep.git
2002-06-21 Bruce MomjianUpdate hash warning in manual.
2002-06-21 Bruce MomjianDocument problems with hash indexes compared to btree.
2002-06-21 Bruce MomjianRemove Jan's copyright, with his approval.
2002-06-21 Bruce MomjianUpdate FAQ.
2002-06-21 Bruce MomjianAdd pg_dump/restore item to FAQ.
2002-06-20 Bruce MomjianAdd new documentation on page format.
2002-06-20 Bruce MomjianClean up some copyrights.
2002-06-20 Bruce MomjianAdd another missing SRF file.
2002-06-20 Bruce MomjianAdd missing SRF file.
2002-06-20 Bruce MomjianAdd missing regression files for SRF.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianHere is a patch for Composite and Set returning functio...
2002-06-20 Bruce MomjianAttached is a regression test patch for SRFs. I based...
2002-06-20 Bruce Momjian> Here's the first doc patch for SRFs. The patch covers...
2002-06-20 Bruce MomjianAdd from Dave Cramer:
2002-06-20 Bruce MomjianUpdate as done:
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-20 Bruce MomjianThis patch updates the CREATE LANGUAGE & pg_language...
2002-06-20 Bruce MomjianAdd new Russian FAQ.
2002-06-19 Bruce MomjianAdd:
2002-06-19 Bruce MomjianProperly mark rules that return no value.
2002-06-19 Tom LaneCacheMemoryContext should be DLLIMPORT.
2002-06-19 Thomas G. LockhartSplit list of SQL99 features into "Supported" and ...
2002-06-18 Bruce MomjianWrap long gram.y lines.
2002-06-18 Bruce MomjianChange CREATE DATABASE to use DefElem instead of constr...
2002-06-18 Bruce MomjianImprove rule action ordering in gram.y, more cleanups.
2002-06-17 Bruce MomjianMark noise keyword actions with {} rather than returnin...
2002-06-17 Bruce MomjianManually indent gram.y to be consistent.
2002-06-17 Bruce MomjianUse KAME accessor macros for addr8.
2002-06-17 Bruce MomjianFix missing 'buf' variable in SSL sources and add missi...
2002-06-17 Bruce MomjianFix SSL DEBUG levels to match CVS elog flags.
2002-06-17 Bruce MomjianBack out accidental COPY data changes.
2002-06-17 Tom LaneRepair AlterTableOwner --- was failing for relations...
2002-06-17 Michael MeskesFixed parser bug concerning octal numbers in single...
2002-06-17 Bruce MomjianRename DEBUG to DEBUG1 in SSL code.
2002-06-17 Bruce MomjianMerge ALTER GROUP ADD/DROP rules by creating add_drop...
2002-06-17 Bruce MomjianSimplify optional WITH handling in CREATE USER, ALTER...
2002-06-16 Dave Cramerimplemented refresh row
2002-06-16 Bruce MomjianRemove KSQO from GUC and move file to _deadcode.
2002-06-15 Tom LaneFix up memory leakage created by recent changes.
2002-06-15 Tom LaneOoops, fix busted markup.
2002-06-15 Tom LaneClean up gcc warnings. Avoid the bad habit of putting...
2002-06-15 Tom LaneFix up gcc warnings, improve comments.
2002-06-15 Tom LaneAdd a little more material to the new section about...
2002-06-15 Bruce MomjianPatch for current_schemas to optionally include implici...
2002-06-15 Bruce MomjianPATCH SSL_pending() checks in libpq/fe-misc.c:
2002-06-15 Bruce MomjianWriteBuffer return value:
2002-06-15 Bruce MomjianUpdate LOG_PID to mention it doesn't control syslog.
2002-06-15 Bruce MomjianRemove some pre-WAL relics:
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-06-15 Bruce MomjianThe normal operation of our servers is to have tcpip_so...
2002-06-15 Bruce MomjianFix for TAB completion using GRANT DELETE in psql.
2002-06-15 Bruce MomjianThe macaddr datatype understands most formats of MAC...
2002-06-15 Bruce MomjianNoted with versions 7.0.3, 7.1.3, and 7.2.1:
2002-06-15 Bruce MomjianOn Wed, 2002-05-29 at 01:41, Tom Lane wrote:
2002-06-15 Bruce MomjianThe method PgLargeObject::LOid() is missing an implemen...
2002-06-15 Bruce MomjianAdd C++ indent tool.
2002-06-15 Bruce MomjianThis patch fixes a few minor problems with libpq++...
2002-06-15 Thomas G. LockhartAdd LOCALTIME and LOCALTIMESTAMP functions per SQL99...
2002-06-15 Thomas G. LockhartSearch the existing regular expression cache as a ring...
2002-06-15 Thomas G. LockhartAdd NetBSD/MIPS as a supported platform.
2002-06-15 Bruce MomjianMake encryption of stored passwords the default, as...
2002-06-15 Bruce MomjianRemove pfrees of cached pg_pwd file, per Tom Lane.
2002-06-14 Dave Crameradded empty result set testing
2002-06-14 Dave Crameradded empty result set testing
2002-06-14 Bruce MomjianYet another SSL patch. :-) This one adds some informat...
2002-06-14 Bruce MomjianSSL patch that adds support for optional client certifi...
2002-06-14 Bruce MomjianPatch that checks ownership and permissions on server...
2002-06-14 Bruce MomjianSSL patch to periodically renegotiate session key.
2002-06-14 Bruce MomjianSSL support for ephemeral DH keys.
2002-06-14 Bruce MomjianUPDATED PATCH:
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2002-06-14 Tatsuo IshiiAdd support for GB18030
2002-06-13 Tom LaneSuppress 'owner of datatype appears to be invalid'...
2002-06-13 Bruce MomjianAllow ANALYZE to run in a transaction.
2002-06-13 Bruce MomjianAdd:
2002-06-13 Bruce MomjianAdd Win32 thread to TODO.detail.
2002-06-13 Tom LaneMake WHERE conditions pulled up from subqueries be...
2002-06-13 Dave Cramerremoved personal test parameters
2002-06-13 Thomas G. LockhartAdd PLACING to the list of reserved keywords. Added...
2002-06-13 Dave CramerAdded test for newly implemented updateable result...
2002-06-13 Dave Cramerchanges to accomodate updateable resultset mostly just...
2002-06-13 Dave CramerImplemented updateable result sets based on raghu nidag...
2002-06-13 Dave Cramerchanged some commented out messages to use the Driver...
2002-06-13 Dave Crameradded messages for updateable result sets
2002-06-13 Tatsuo IshiiAdd GB18030 support. Contributed by Bill Huang <bill_hu...
2002-06-13 Tatsuo Ishiimake namein multibyte aware
2002-06-13 Bruce MomjianUpdate for new SGML file.
2002-06-13 Bruce MomjianMove disk usage section into its own section.
2002-06-13 Bruce MomjianAdd section on showing disk usage.
2002-06-13 Tom LaneFurther tweaks to support display of sort keys in EXPLA...
2002-06-13 Tom LaneRepair for bug #691 --- CREATE TABLE AS column aliases...
2002-06-13 Bruce MomjianMention vacuum for relpages.
2002-06-13 Bruce MomjianAdd script to show disk space per db.
2002-06-12 Bruce MomjianImprove query.
2002-06-12 Bruce MomjianAdd mention of query showing pages used.
2002-06-12 Bruce MomjianAdd to ecpg:
2002-06-12 Bruce MomjianCleanup.
2002-06-12 Bruce MomjianAdd -q option to oid2name. Add sample session to README.
next