OSDN Git Service

pg-rex/syncrep.git
1999-10-04 Tom LaneLess noisy rule display...
1999-10-04 Bruce MomjianFix typo in sgml source.
1999-10-04 Tom LaneMake the rule deparser a little less quote-happy, so...
1999-10-04 Tom LaneOops, DEFAULT processing wasn't doing type compatibilit...
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-10-03 Bruce Momjianautoconf
1999-10-03 Bruce MomjianI hope this is what you had in mind:
1999-10-03 Bruce MomjianUpdate TODO list.
1999-10-03 Bruce MomjianUpdate TODO list.
1999-10-02 Tom LaneTeach parse_coerce about non-cachable functions (actually,
1999-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-10-02 Tom LaneDocument formerly-undocumented WITH clause of CREATE...
1999-10-02 Tom LaneReplace float.c's #ifdef finite check with a proper...
1999-10-02 Tom LaneStick finger into a couple more holes in the leaky...
1999-10-02 Tom LaneFix make_clause and make_opclause to record valid type...
1999-10-02 Tom LaneRevise rule-printing routines to use expandable StringI...
1999-10-01 Bruce MomjianUpdate TODO list.
1999-10-01 Thomas G. LockhartRefer to "name", rather than "table" as the replaceable...
1999-10-01 Thomas G. LockhartMake a mention of the new TRUNCATE command.
1999-10-01 Thomas G. LockhartMake TABLE an optional keyword, a la LOCK TABLE (gram...
1999-10-01 Thomas G. LockhartAdd keywords from Jan's recent RI features.
1999-10-01 Thomas G. LockhartRemove xref's to reference pages since they are not...
1999-10-01 Tom LaneClean up rewriter routines to use expression_tree_walke...
1999-09-30 Jan WieckFixed opr_sanity regression test to ignore the new
1999-09-30 Jan WieckAdded utils/adt/ri_triggers with empty shells for the
1999-09-30 Jan WieckRemoved (useless) pg_proc_prosrc_index
1999-09-30 Tom LaneReverse out getopt patch --- turns out it doesn't help...
1999-09-30 Tom LaneUn-break optarg() call --- some peoples' optarg libraries
1999-09-30 Tom LaneHmm, guess I forgot to commit this file the other day ...
1999-09-29 Bruce MomjianUpdate TODO list.
1999-09-29 Bruce Momjian<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final/...
1999-09-29 Jan WieckAdded nbtree operator class for NUMERIC
1999-09-29 Bruce MomjianDisable new FROM-clause warning.
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-29 Thomas G. LockhartAdd a few items to the reserved keyword lists.
1999-09-29 Thomas G. LockhartRemove remnant garbage from former man pages.
1999-09-29 Thomas G. LockhartFix (mis)information about NULLIF() SQL function.
1999-09-29 Thomas G. LockhartStrip out some cvs log info.
1999-09-28 Bruce Momjian<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final/...
1999-09-28 Bruce MomjianAdd mention of pg_upgrade for release checklist.
1999-09-28 Bruce MomjianFix pg_upgrade so it vacuums all databases.
1999-09-28 Bruce MomjianAdd subquery mention in auto-create table entry.
1999-09-28 Bruce MomjianFix for AIX dynaloader from Zeugswetter Andrea
1999-09-28 Bruce Momjianpg_upgrade reminder.
1999-09-28 Bruce MomjianRecommend postmaster stop/start for pg_upgrade.
1999-09-28 Bruce MomjianMore cleanup for | and ^.
1999-09-28 Bruce MomjianMore cleanup for | and ^.
1999-09-28 Bruce MomjianFix for creation of operator |.
1999-09-28 Bruce MomjianUpdate README.NT
1999-09-28 Bruce Momjianlibpq++ cleanup from Vince Vielhaber
1999-09-28 Vadim B. MikheevMake tree compilable (+WAL).
1999-09-28 Vadim B. Mikheevheap_close(rel, AccessShareLock);
1999-09-28 Bruce MomjianUpdate FAQ.
1999-09-28 Bruce MomjianAddition of CmdTuples(). Wraps PQcmdTuples.
1999-09-28 Bruce Momjian<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final/...
1999-09-28 Bruce Momjian I have been working with user defined types and...
1999-09-28 Bruce MomjianReverse out last scan.l patch for minus handling.\
1999-09-28 Bruce MomjianUpdate TODO list.
1999-09-28 Tom LaneFix nodeAgg coredump in case where lower-level plan has
1999-09-28 Bruce MomjianUpdate NT readme.
1999-09-27 Bruce MomjianSorry, guys. Here is the ultimate patch which keeps...
1999-09-27 Bruce MomjianIrix fix from Mark Dalphin
1999-09-27 Bruce MomjianMassimo's SET FSYNC and SHOW PG_OPTIONS changes, withou...
1999-09-27 Bruce MomjianApply contrib patch from Massimo
1999-09-27 Bruce MomjianCancel query support from Massimo
1999-09-27 Bruce MomjianUpdate TODO list.
1999-09-27 Bruce MomjianUpdate README.NT
1999-09-27 Bruce MomjianFollowing advice from Michael Ansley, I broke up the...
1999-09-27 Bruce MomjianHello,
1999-09-27 Bruce MomjianUpdate README.NT with patch.
1999-09-27 Bruce MomjianCurrently,only the first column of multi-column indices
1999-09-27 Bruce MomjianEmit warning on SELECT pg_language.*
1999-09-27 Bruce MomjianUpdate TODO list.
1999-09-27 Bruce MomjianFix to give super user and createdb user proper update...
1999-09-27 Vadim B. MikheevTransaction log manager core code.
1999-09-27 Bruce MomjianUpdate TODO list.
1999-09-27 Michael Meskes*** empty log message ***
1999-09-27 Bruce MomjianNew Solaris FAQ.
1999-09-27 Bruce MomjianUpdate TODO list.
1999-09-27 Bruce MomjianAdd README.SSL
1999-09-27 Bruce MomjianLots of patches coming in from me today :-)
1999-09-27 Bruce MomjianAdd bsdi sparc port.
1999-09-26 Tom LaneModify nodeAgg.c so that no rows are returned for a...
1999-09-26 Tom LaneImplement constant-expression simplification per Bernard
1999-09-24 Hiroshi InoueThis is a patch for cygipc library provided by Yutaka...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianOne last missing quoting bug in pg_dump:
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianFix for netmask('x.x.x.x/0') is 255.255.255.255 instead...
1999-09-23 Bruce MomjianTRUNCATE command from Mike Mascari<mascarim@yahoo.com>
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-09-23 Bruce MomjianUpdate TODO list.
1999-09-23 Bruce MomjianUpdate TODO list.
next