OSDN Git Service

pg-rex/syncrep.git
2002-06-07 Bruce MomjianFix for factorial(0::int2) returning 1, from sugita...
2002-06-07 Bruce MomjianPlease apply attached patch to contrib/intarray (7...
2002-06-07 Bruce MomjianThe attached patch fixes a problem with InstallXLogFile...
2002-06-07 Bruce MomjianNone.
2002-06-07 Bruce MomjianRemove int16 from libpgeasy examples. Improve error...
2002-06-07 Barry Lindfixed bug reported by cc.ais40@wanadoo.fr where getObje...
2002-06-07 Bruce MomjianAdd:
2002-06-07 Bruce MomjianFix interface example errors causes by backend changes.
2002-06-07 Bruce MomjianMark as done:
2002-06-06 Dave Cramerchange table name to lower case in getColumns
2002-06-06 Hiroshi InoueAdd missing win_setup.h.
2002-06-06 Hiroshi InoueAdd *Int8 As* option.
2002-06-05 Dave Cramerfixed getImported/ExportedKeys to be simpler, and retur...
2002-06-05 Bruce MomjianAdd /dev/zero mention for anon mmap().
2002-06-04 Bruce MomjianUpdate Japanese FAQ, from Jun Kuwamura
2002-06-03 Bruce MomjianDocument that SM_* variables should be longer.
2002-06-03 Bruce MomjianUpdate as done:
2002-06-03 Barry Lindfixed bug reported by Noel Rappin (nrappin@sockeye...
2002-06-03 Bruce MomjianRemove NOCREATE patch from TODO.detail.
2002-06-03 Bruce MomjianSmall patch to correct the default arraysize associated
2002-06-03 Bruce MomjianUpdate index growth problem.
2002-06-03 Bruce MomjianThe attached patch fixes a typo in the documentation...
2002-06-03 Bruce MomjianMention SM_USER should be the same size as the others.
2002-06-02 Bruce MomjianAdd PQescapeString and PQescapeBytea for Win32.
2002-06-02 Bruce MomjianRemove mention of timestamp() in SGML docs; doesn...
2002-06-02 Bruce MomjianAllow pod2man 5.005p3 to work with our current sources.
2002-06-01 Peter EisentrautAdd section explaining unspecified expression evaluatio...
2002-06-01 Peter EisentrautIndent verbatim environments.
2002-06-01 Bruce MomjianMention btree:
2002-06-01 Thomas G. LockhartFix timestamp to date conversion for the case where...
2002-05-30 Tom LaneImprove manual's discussion of locking and MVCC.
2002-05-30 Dave Cramersmall fix to testExportedKeys
2002-05-30 Dave Crameradded imported/exported key testDatabaseMetaDataTest...
2002-05-29 Tom LaneAdd a note about the interpretation of amcanmulticol...
2002-05-29 Tom LaneAnother place that needs schema qualification.
2002-05-29 Tom LaneFix some more not-schema-aware queries in pg_dump....
2002-05-29 Bruce MomjianRemove 32-bit mention:
2002-05-28 Tom LaneRearrange LOG_CONNECTIONS code so that two log messages...
2002-05-28 Tom LaneRework pg_dump namespace search criteria so that dumpin...
2002-05-28 Tom LaneQueries used by ruleutils were not schema-proof.
2002-05-28 Tom LaneIn default nextval('foo') expression for a SERIAL colum...
2002-05-28 Peter EisentrautChange PL/Perl and Pg interface build to use configured...
2002-05-28 Tom LaneFix a bug with building rtree_gist indexes.
2002-05-28 Tom LaneRepair error with not adjusting active scans properly...
2002-05-28 Bruce MomjianUpdate:
2002-05-27 Tom LaneUpdate dblink to work with qualified relation names.
2002-05-27 Tom LaneDistinguish between MaxHeapAttributeNumber and MaxTuple...
2002-05-25 Bruce MomjianAdd
2002-05-25 Tom LaneRemove AMI_OVERRIDE tests from tqual.c routines; they...
2002-05-25 Tom LaneAlterDatabaseSet() forgot to update the indexes on...
2002-05-24 Tom LaneFix coding error in UTF conversion.
2002-05-24 Tom LaneAdd 'volatile' to suppress gcc warning. Not sure why...
2002-05-24 Tom LaneWups, managed to break ANALYZE with one aspect of that...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-24 Peter EisentrautChange PL/Tcl build to use configured compiler and...
2002-05-22 Tom LaneAdd $(LDFLAGS) to Windows make rule for postgres execut...
2002-05-22 Tom LaneModify sequence state storage to eliminate dangling...
2002-05-22 Tom LaneMinor kibitzing.
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-22 Tom LaneMake RelationForgetRelation error out if the relcache...
2002-05-22 Tom LaneUn-break table creation.
2002-05-22 Hiroshi InoueAllow
2002-05-22 Hiroshi Inoue1) Support Keyset Driven driver cursors.
2002-05-21 Tom LaneSince COPY fires triggers, it seems like a good idea...
2002-05-21 Tom LaneRemove SetQuerySnapshot() from FETCH processing. No...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-21 Tom LaneSpell long option with -c not --, for compatibility...
2002-05-21 Tom LaneRepair OPEN cursor(args), which I broke on 11/29/01...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-20 Bruce MomjianMark as done:
2002-05-20 Michael Meskes - Fixed some parser bugs.
2002-05-20 Tatsuo IshiiUpdate docs about new -N option
2002-05-19 Michael Meskes - Fixed reduce/reduce conflict in parser.
2002-05-19 Peter EisentrautReorder keyword token declarations alphabetically....
2002-05-19 Peter EisentrautRemove bitrotten view_perms test. Add some similar...
2002-05-19 Peter EisentrautDump privileges on functions, aggregates, languages.
2002-05-18 Tom LaneAdd display of sort keys to the default EXPLAIN output.
2002-05-18 Tom LaneTeach query_tree_walker, query_tree_mutator, and SS_fin...
2002-05-18 Peter EisentrautRevise command completion tags as per hackers message...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-18 Tom LaneChange set_plan_references and join_references to take...
2002-05-18 Tom LaneAdd missing fix_expr_references() step for the funcexpr...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-05-17 Tom LaneDept. of second thoughts: interaction between DoIt...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-17 Tom LaneGuard against empty-string results from pg_getlocale.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-14 Tom LaneFix obsolete statement about permissions on COPY ref...
2002-05-14 Tom LaneRemove unnecessary pfree's in geometric operators....
2002-05-14 Thomas G. LockhartFix lookup tables used for rounding interval data value...
2002-05-14 Peter EisentrautMake regression tests locale-proof by setting some...
2002-05-14 Tatsuo IshiiFix bug in psql.
2002-05-14 Barry Lindfixed problem connecting to server with client_min_mess...
2002-05-13 Tom LaneFix typo in _copyAlterUserSetStmt.
2002-05-13 Tom LaneAVG probably shouldn't be upper case here, considering
2002-05-13 Tom LaneMake operators have their own comments separate from...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-05-11 Tom LaneUpdate for additional options in CREATE OPERATOR.
next