OSDN Git Service

pg-rex/syncrep.git
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...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-28 Michael Meskes - Synced yet again.
2002-04-28 Tom LaneMake ruleutils.c use format_type for printing typenames...
2002-04-28 Tom LaneMinor code cleanup.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-27 Bruce MomjianFix write of pg_pwd file for multiple users. Broken...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-27 Bruce MomjianUpdate DROP COLUMN example to use transactions and...
2002-04-26 Tom LaneFix typo.
2002-04-26 Tom LaneMove renametrig() from tablecmds.c to trigger.c --...
2002-04-26 Bruce MomjianUpdated:
2002-04-26 Tatsuo IshiiAdd checking for syslog.h
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-25 Tom LaneAdd a reference page for CREATE SCHEMA.
2002-04-25 Bruce MomjianAdded:
2002-04-25 Bruce MomjianImprove display of headings in HTML.
2002-04-25 Tom LaneUpdates for schema features.
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-25 Hiroshi InoueFix for the following items about escape sequence
2002-04-25 Bruce MomjianFix password code to deal with new quoting code.
2002-04-24 Peter EisentrautRemove reference to NAMEDATALEN, which wasn't necessary...
2002-04-24 Peter EisentrautRemove references to NAMEDATALEN and INDEX_MAX_KEYS...
2002-04-24 Peter EisentrautRemove reference to BLCKSZ.
2002-04-24 Tom LaneDon't dump core on empty table.
2002-04-24 Bruce MomjianRemove compile warnings for lo dump by casting to char *.
2002-04-24 Peter EisentrautMissed one NAMEDATALEN.
2002-04-24 Peter EisentrautRemove traces of NAMEDATALEN and INDEX_MAX_KEYS from...
2002-04-24 Bruce MomjianUpdate version for UNKNOWN regression fix.
2002-04-24 Bruce MomjianFix UNKNOWN regression test failure.
2002-04-24 Bruce MomjianFix regression for new DROP RULE syntax.
2002-04-24 Bruce MomjianAdd missing columns for UNKNOWN patch. Increment catal...
2002-04-24 Bruce MomjianAdd missing SGML file.
2002-04-24 Bruce MomjianRestrict comment to the current database in order to...
2002-04-24 Bruce MomjianHere's a doc patch for ALTER TRIGGER RENAME. Please...
2002-04-24 Bruce MomjianAttached is a patch for ALTER TRIGGER RENAME per the...
2002-04-24 Bruce MomjianThe attached patch adds regression tests for setting...
2002-04-24 Bruce MomjianI've improved the contributed vacuumlo command, now...
2002-04-24 Bruce MomjianThe attached patch cleans up some code in pg_dump....
2002-04-24 Bruce MomjianUpdate patch for DEFAULT on Views.
2002-04-24 Bruce MomjianOops, wrong commit on previous. It was:
2002-04-24 Bruce MomjianDoc fix for INSERT ... (DEFAULT, ...)
2002-04-24 Bruce MomjianAppears I forgot to update the docs earlier.
2002-04-24 Bruce MomjianUpdate jdbc errors_zh_TW.properties.
2002-04-24 Bruce MomjianAttached is an update to contrib/dblink. Please apply...
2002-04-24 Bruce MomjianI'm at the win32 error messages once more. The DLL...
2002-04-24 Bruce MomjianReports missing values as bad.
2002-04-24 Bruce MomjianSpeed improvement for large object restore.
2002-04-24 Bruce MomjianHere's a patch to add unknownin/unknownout support...
2002-04-24 Bruce Momjianpgdb.connect() seems to be broken on Python 2.0.1 ...
2002-04-24 Bruce MomjianSorry for the package, but the following patch need...
2002-04-24 Bruce Momjianxlog.c: If possible please add the following patch...
2002-04-24 Bruce Momjian[ Patch comments in three pieces.]
2002-04-24 Bruce MomjianUpdate to my2pg 1.24.
2002-04-23 Bruce MomjianBased on this report, I am adding a FUNC_MAX_ARGS define to
2002-04-23 Bruce MomjianAdd item:
2002-04-23 Bruce MomjianUpdate as done:
2002-04-23 Bruce MomjianUpdate for syslog and name Tom in trigger:
2002-04-23 Bruce MomjianUpdate:
next