OSDN Git Service

pg-rex/syncrep.git
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:
2002-04-23 Tom LaneClean up INT64CONST conflicts. Make the pg_crc code...
2002-04-23 Hiroshi Inoue1) Fix SQLProcedures().
2002-04-23 Tom LaneUpdate SQL-command reference pages for schema features.
2002-04-22 Tom LaneOops, forgot we had a macro to encapsulate test for...
2002-04-22 Tom LaneFix incorrect Assert; install a more trustworthy check...
2002-04-22 Tom LaneUpdate GRANT example and discussion to match current...
2002-04-22 Michael MeskesSynced preproc.y and keywords.c.
2002-04-22 Thomas G. LockhartConvert GUC parameters back to strings if input as...
2002-04-22 Thomas G. LockhartCheck for multiple arguments on parameters which do...
2002-04-21 Thomas G. LockhartOops. Remove declaration for set_name_needs_quotes...
2002-04-21 Thomas G. LockhartRemove the definition for set_name_needs_quotes() on...
2002-04-21 Thomas G. LockhartInitialize or set a couple of variables to suppress...
2002-04-21 Tom LaneUpdate horology-no-DST-before-1970.out (tested on HPUX...
2002-04-21 Thomas G. LockhartProvide new option "--enable-integer-datetimes". Defaul...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-04-21 Thomas G. LockhartInclude stdio.h and stdlib.h for completeness.
2002-04-21 Thomas G. LockhartMake WITHOUT TIME ZONE the default for TIMESTAMP and...
2002-04-21 Thomas G. LockhartAllow more choices for style of value in various SET...
2002-04-21 Thomas G. LockhartAdd fields in the control file to check for whether...
2002-04-21 Thomas G. LockhartAugment the date/time examples in the User's Guide...
2002-04-21 Thomas G. LockhartMinor wording change for readability.
2002-04-21 Peter EisentrautMake pg_dump independent of FUNC_MAX_ARGS.
2002-04-21 Tom LaneFix typo.
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-21 Tatsuo IshiiRemove --enable-syslog option
2002-04-20 Peter Eisentrautpq_getstring doesn't go through pq_getbyte anymore...
2002-04-20 Peter EisentrautScanner performance improvements
2002-04-20 Peter EisentrautAdd missing include.
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-19 Tom Lanepg_trigger's index on tgrelid is replaced by a unique...
2002-04-18 Tom LaneMake PUBLIC an unreserved word (in fact, not a keyword...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-18 Bruce MomjianSuggest another possible solution for funcs using temp...
2002-04-18 Bruce MomjianMore neutral:
2002-04-18 Bruce MomjianUpdate:
2002-04-18 Bruce MomjianCorrect documention of lo_unlink return value as int...
2002-04-18 Bruce MomjianUpdate:
2002-04-18 Bruce MomjianAnt 1.4.1 now requires for jdbc. Mention in HISTORY...
2002-04-18 Bruce MomjianAdd how to get database/user listing information.
next