OSDN Git Service

pg-rex/syncrep.git
2000-12-22 Michael Meskes- Fixed bug in a connect statement using varchars.
2000-12-22 Tatsuo IshiiFix PQsetdbLogin() backward compatibility problem.
2000-12-22 Tom LaneClean up CREATE TYPE/OPERATOR/AGGREGATE productions...
2000-12-22 Bruce MomjianIn looking at the 7.1beta1 code for JDBC, I noticed...
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-12-21 Peter EisentrautGet rid of the little "v"s in front of version numbers...
2000-12-21 Peter EisentrautUpdates
2000-12-21 Peter EisentrautRepair round(numeric) function. An initdb would be...
2000-12-21 Bruce MomjianUpdate TODO list.
2000-12-21 Bruce MomjianUpdate TODO list.
2000-12-21 Bruce Momjian >openssl req -new -text -out cert.req (you will have...
2000-12-21 Bruce Momjianresponce->response
2000-12-21 Tom LaneFix longstanding bug with VIEW using BETWEEN: OffsetVar...
2000-12-21 Thomas G. LockhartRename undocumented utility SyncSyncID to MasterSync.
2000-12-21 Thomas G. LockhartRename undocumented utility SyncSyncID to MasterSync.
2000-12-20 Tom LaneRemove multi.c and single.c, which have been dead code for
2000-12-20 Tom LanePrevent freshly-started backend from ignoring SIGUSR1...
2000-12-20 Thomas G. LockhartUpdate info for BeOS and MacOS-X-darwin as supported...
2000-12-20 Thomas G. Lockhartrserv replication toolkit from Vadim Mikheev.
2000-12-20 Thomas G. LockhartAdd rserv replication toolkit from Vadim Mikheev.
2000-12-20 Thomas G. LockhartUtility to convert MySQL schema dumps to SQL92 and...
2000-12-20 Peter MountFinished build.xml and updated Driver.java.in and build...
2000-12-20 Bruce MomjianFix typo.
2000-12-20 Bruce MomjianOn Sunday 17 December 2000 15:07, Bruce Momjian wrote:
2000-12-20 Bruce MomjianAdd mention of Alpha
2000-12-20 Bruce MomjianHolloman -> Hollomon. Sorry.
2000-12-20 Tatsuo IshiiAdd description about automatic encoding conversion
2000-12-19 Peter EisentrautRename --accounts-only to --globals-only, polish docume...
2000-12-19 Peter EisentrautPolish PL/Perl documentation. The README file got...
2000-12-19 Peter EisentrautRemove inclusions of <malloc.h>.
2000-12-19 Peter EisentrautCorrect results of usage examples.
2000-12-19 Peter MountFinally created ant build.xml file
2000-12-19 Tom LaneMention fallback case for type coercion in description
2000-12-18 Tom LaneDocument the array_dims() function, and make some other...
2000-12-18 Bruce Momjian>> Here is a patch for the beos port (All regressio...
2000-12-18 Tom LaneEnsure that 'errno' is saved and restored by all signal...
2000-12-18 Bruce MomjianUpdates for 7.1 branding.
2000-12-18 Michael Meskes - Synced gram.y and preproc.y.
2000-12-18 Tom LaneMake sure make_rels_by_clause_joins doesn't return...
2000-12-18 Bruce MomjianLarge objects in single "table".
2000-12-18 Bruce MomjianUpdates from Tom Lane.
2000-12-18 Bruce MomjianFix upgrade mention to 7.1.
2000-12-18 Tom LaneTweak regressplans.sh to use any already-set PGOPTIONS.
2000-12-18 Tom LaneRepair mishandling of PRIMARY KEY declaration that...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-17 Peter EisentrautAdd missing tags.
2000-12-17 Peter EisentrautBump version to 7.1. (No "beta1", since we're just...
2000-12-17 Peter EisentrautUpdate SysV IPC information.
2000-12-17 Tom LaneUpdate type-coercion discussions to reflect current...
2000-12-17 Tom LaneMisc. cleanups.
2000-12-17 Tom LaneOuter join updates, miscellaneous polishing.
2000-12-17 Tom LaneTweak select_common_type() to deal with possibility...
2000-12-16 Tom LaneUpdate some obsolete info about GEQO.
2000-12-16 Bruce MomjianAdd 7.1 features list
2000-12-16 Tom LaneA little wordsmithing in the pattern-matching section.
2000-12-16 Tom LaneAdd note that COALESCE and NULLIF are shorthand forms...
2000-12-16 Tom LaneClean up some bogosities in description of target lists.
2000-12-16 Peter EisentrautFix linker options for ODBC driver. See comment in
2000-12-16 Peter EisentrautFix rules to re-generate config.h. The examples in...
2000-12-16 Tom LaneRestructure performance tips into a single chapter...
2000-12-15 Bruce MomjianRemove current->old mapping.
2000-12-15 Bruce MomjianUpdate TODO list.
2000-12-15 Bruce MomjianUpdate TODO list.
2000-12-15 Bruce MomjianUpdate TODO list.
2000-12-15 Bruce MomjianUpdate TODO list.
2000-12-15 Bruce MomjianUpdate TODO list.
2000-12-15 Bruce MomjianChange ET_WARN to ET_NOTICE to match internal codes...
2000-12-15 Tom LaneMake algorithm for resolving UNKNOWN function/operator...
2000-12-15 Bruce Momjianhere is a patch fixing today's bug report:
2000-12-15 Bruce Momjianthere is one problem with Zoltan patches commited into...
2000-12-15 Peter EisentrautList .o file explicitly as dependency, to work around...
2000-12-15 Tom LaneRemove obsolete comment.
2000-12-15 Peter EisentrautPrint the error message before attempting to reset...
2000-12-15 Tom LaneRemove a few remaining vestiges of elog(WARN).
2000-12-14 Jan WieckBugfix
2000-12-14 Peter EisentrautMerge functions and operators chapters. Lots of updates.
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-12-14 Hiroshi InoueMake sure to not handle deactivated system indexes
2000-12-14 Tom LaneChange StoreCatalogInheritance() to work from a list...
2000-12-13 Tom LaneFix thinko for case of outer join where inner table...
2000-12-13 Bruce MomjianUpdate TODO list.
2000-12-13 Bruce MomjianUpdate TODO list.
2000-12-12 Tom LaneCache eval cost of qualification expressions in Restric...
2000-12-12 Bruce MomjianUpdate TODO list.
2000-12-12 Bruce MomjianIn 'Joins between classes' in Section 5 of the tutorial...
2000-12-12 Tom LaneRevise SELECT reference page for outer joins, subselect...
2000-12-11 Tom LaneLinks to CUBE, SEG contrib items
2000-12-11 Tom LaneGene Selkov's SEG datatype (GiST example code)
2000-12-11 Tom LaneGene Selkov's CUBE datatype (GiST example code)
2000-12-11 Vadim B. MikheevRemove elog for online log files.
2000-12-11 Bruce MomjianMake all ODBCVER = 2.50
2000-12-11 Tom LaneAllow resultmap file to be missing, for use in contrib...
2000-12-11 Bruce MomjianFix ODBC compile, prevent ODBCVER warning, though the...
2000-12-11 Bruce MomjianChange to Negator.
2000-12-11 Vadim B. Mikheevelog(LOG)-->elog(DEBUG) for skipped logs.
2000-12-11 Tom LaneAdd Darwin-specific geometry test file.
2000-12-11 Tom LaneTweak Darwin patch to get right include order.
2000-12-11 Hiroshi InoueResolve complie error(was my fault).
2000-12-11 Hiroshi Inoue*redo: Heap move* neglects to set t_cmin for MOVED_IN...
2000-12-11 Tatsuo IshiiFix ILIKE bug (only in multi-byte case)
next