OSDN Git Service

pg-rex/syncrep.git
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.
2002-05-11 Tom LaneForgot to handle 'opaque' function arguments in regproc...
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-05-10 Tom LaneSuppress duplicate logging of utility commands under...
2002-05-09 Peter EisentrautMake initdb print a message about which locale it is...
2002-05-09 Hiroshi InoueAdd a file for version control.
2002-05-06 Tom LaneAccept SET SESSION AUTHORIZATION DEFAULT and RESET...
2002-05-06 Tom LaneMake dumpACL behave more reasonably for case where...
2002-05-06 Tom LaneCause fmtId to always use its internal buffer for the...
2002-05-06 Tom LaneReorder snapshot checks to save a couple comparisons...
2002-05-05 Tom LaneA little paranoia never hurt anyone.
2002-05-05 Tom Laneplpgsql_dstring_append was broken for long strings.
2002-05-05 Tom LaneNot needed anymore.
2002-05-05 Tom LaneAdd missing includes.
2002-05-05 Tom LaneAdd a trivial testbed for pg_sema and pg_shmem code.
2002-05-05 Tom LaneCope with case that SEM_FAILED is not defined (assume...
2002-05-05 Tom LaneFirst test of Darwin port with POSIX semaphore code.
2002-05-05 Tom LaneFix code to work when isalpha and friends are macros...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-05-03 Tom LaneFix compile errors in CYR_RECODE code, per report from...
2002-05-03 Tom LaneMake ruleutils.c schema-aware. Displayed names are...
2002-05-03 Tom LaneFix obsolete comments.
2002-05-03 Tom LaneUse quote_identifier on relation names in EXPLAIN outpu...
2002-05-03 Tom LaneFix typo in usage instructions.
2002-05-03 Tom LaneRemove the last traces of datatypes datetime and timespan.
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-05-02 Tom LaneFix backslash-n typo, per Joe Conway.
2002-05-02 Tom LaneTweak scanner/grammar interface so that the keyword...
2002-05-01 Tom LaneAdd routines in namespace.c to determine whether object...
2002-05-01 Tom LaneGive left_oper() and right_oper() noError parameters...
2002-05-01 Tom LaneImprove lexer's error reporting. You get the whole...
2002-05-01 Jan WieckThe attached patch fixes 4 instances of missing simi...
2002-05-01 Hiroshi InoueChange heap_get_latest_tid() so that a transaction can
2002-04-30 Tom LaneFix obj_description() and col_description() functions...
2002-04-30 Tom LaneDocument that NAMEDATALEN must be a multiple of sizeof...
2002-04-30 Tom LaneClean up loose ends remaining from schema privileges...
2002-04-30 Tom LaneCode review for ALTER TRIGGER RENAME patch: make better...
2002-04-29 Tom LaneEnforce EXECUTE privilege for aggregate functions.
2002-04-29 Tom LaneImplement checking of USAGE rights on namespaces.
2002-04-29 Tom LaneAdd cache invalidation callback hooks.
2002-04-29 Tom LaneAdd missing 'static' keyword to suppress compiler compl...
2002-04-29 Tom LaneRemove unnecessary/obsolete regproctooid() references.
2002-04-29 Bruce MomjianAdd Polish FAQ from Marcin Mazurek.
2002-04-28 Bruce MomjianFix problem with new pg_hba.conf code where the same...
next