OSDN Git Service

pg-rex/syncrep.git
2002-07-02 Bruce MomjianAllow make_ctags to work with exuberant tags.
2002-07-02 Bruce MomjianIndent libpq++ as mentioned in email. Format was terri...
2002-07-02 Bruce Momjian>the extra level of struct naming for pd_opaque has...
2002-07-02 Bruce MomjianUpdate to pgaccess 0.91.
2002-07-02 Bruce MomjianThe attached patch fixes 2 memory leaks in pg_dump...
2002-07-02 Bruce MomjianThe attached patch fixes a minor memory leak in psql.
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-07-02 Bruce MomjianMinor code cleanup in bufmgr.c and bufmgr.h, mainly...
2002-07-02 Bruce MomjianThis patch, which is built upon the "HeapTupleHeader...
2002-07-02 Bruce MomjianBack out regress/results changes. Real CVS problem...
2002-07-02 Bruce MomjianFix removal of results directory on 'make clean'. ...
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-07-01 Michael MeskesCommit old versions into main branch again.
2002-06-30 Michael MeskesCommitting parser changes. Note, however, that the...
2002-06-28 Bruce MomjianNot done:
2002-06-28 Bruce MomjianDone:
2002-06-28 Hiroshi Inoue1) prevent setting of KSQO on 7.3+ servers(Thanks to...
2002-06-27 Barry Lindfixed build.xml to echo correct jdbc version under...
2002-06-27 Barry Lindgeneral cleanup of jdbc code
2002-06-26 Bruce MomjianRestore error message I accidentally changed.
2002-06-26 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-26 Tom LaneTreat \r as white space when parsing pg_hba and related...
2002-06-26 Barry Lindtranslation patch submitted by Zhenbang Wei forth@mail...
2002-06-26 Barry Lindpatch submitted by Jason Davies jason@netspade.com...
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-25 Bruce MomjianHere is a patch for a memory leak in rtree.c, version...
2002-06-25 Dave Cramerfixed retrieval of foreign/primary keys in imported...
2002-06-25 Bruce MomjianUpdate FAQ.
2002-06-25 Bruce MomjianAdd more info on regex's using INDEX.
2002-06-25 Hiroshi Inoue1) Add support for GB18030.
2002-06-25 Bruce MomjianUpdate FAQ.
2002-06-24 Tom Laneplpgsql's PERFORM statement now sets FOUND depending...
2002-06-24 Tom LaneDocument quote_ident and quote_literal in the main...
2002-06-24 Barry Lindpatch to add support for callable statements to the...
2002-06-24 Barry Lindpatch to update zh_TW message file for jdbc submitted...
2002-06-24 Barry Lindpatch submitted by Jason Davies jason@netspade.com...
2002-06-24 Barry Lindfixed bug reported by Wolfgang Winter w.winter@logitags...
2002-06-23 Bruce MomjianLink dbmirror into /contrib system.
2002-06-23 Bruce MomjianAdd dbmirror to /contrib. Minor C cleanups and Makefile.
2002-06-23 Bruce MomjianIt seems that ExecInit/EndIndexScan is leaking some...
2002-06-23 Bruce MomjianAdd indexing for isbn and issn.
2002-06-23 Bruce MomjianAdd MIN/MAX LIMIT/OFFSET mention.
2002-06-23 Bruce MomjianRemove unused INET6 variable.
2002-06-23 Bruce MomjianUpdate dbsize documentation with:
2002-06-23 Bruce MomjianRemove INET6 from SSL. We don't support INET6 yet.
2002-06-23 Bruce MomjianRename command to reindexdb, for consistency.
2002-06-23 Bruce MomjianMention REINDEX can be used for disk space reclaimation...
2002-06-23 Bruce MomjianHandle mixed-case names in reindex script.
2002-06-22 Bruce Momjianuint -> uint32, portability.
2002-06-22 Thomas G. LockhartImplement SQL99 CREATE CAST and DROP CAST statements.
2002-06-21 Bruce MomjianDone:
2002-06-21 Bruce MomjianAdd mention of segmented files to oid2name.
2002-06-21 Bruce MomjianAdd reindex utility to /contrib.
2002-06-21 Bruce MomjianMention dbsize in database sizing manual section.
2002-06-21 Bruce MomjianMention "PostgreSQL"'s hashes as slower/similar to...
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...
next