OSDN Git Service

pg-rex/syncrep.git
2001-10-11 Bruce MomjianRemove mention of "pg_result -list" becuase it is not...
2001-10-11 Tatsuo IshiiAdd support for ISO-8859-6 to 16
2001-10-10 Peter EisentrautRemove gratuitous discrepancy between extract() and...
2001-10-09 Peter EisentrautAllow optional () after current_user, session_user...
2001-10-09 Barry LindThis patch fixes a bug introduced in the jdbc bytea...
2001-10-09 Peter EisentrautBunch of copy fitting and style sheet tweakage to get...
2001-10-09 Tom LaneChange plpgsql compiler so that all elogs are trapped...
2001-10-09 Tom LaneFix typo in error message. Noted by laser@zhengmai...
2001-10-09 Tom LaneCorrect some errors in plpgsql examples, as reported...
2001-10-09 Tom LaneChange plpgsql to depend on main parser's type-declarat...
2001-10-08 Tom LaneAnother go-round with FigureColname, to produce less...
2001-10-08 Tom LaneFix transformExpr() to not scribble on its input datast...
2001-10-08 Tom LaneFix ruleutils to depend on format_type, rather than...
2001-10-08 Tom LaneMake ALTER TABLE RENAME COLUMN update column names...
2001-10-08 Tom LaneRemove redundant code, update comments, cause CURRENT_T...
2001-10-08 Bruce MomjianUpdate TODO list.
2001-10-08 Michael Meskes Fix include file so library is binary compatible again.
2001-10-08 Bruce MomjianUpdate TODO list.
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-06 Bruce MomjianWhile playing around with trying to add foreign keys...
2001-10-05 Peter EisentrautFix shared library builds for MacOS X.
2001-10-05 Peter EisentrautMove psql's zh_TW.po to the right place.
2001-10-05 Bruce MomjianUpdate TODO list.
2001-10-05 Bruce Momjianfiles attached are Traditional Chinese translations...
2001-10-05 Bruce MomjianAttached is the updated version of the patch, which...
2001-10-05 Michael MeskesMake sure each call to ECPGraise is logged.
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-05 Bruce Momjianouput -> output
2001-10-05 Bruce Momjian> > I am quite sure that all AIX Versions accept the...
2001-10-05 Michael MeskesFixed typo in proproc.y
2001-10-05 Thomas G. LockhartDefine CEST as a synonym for Central European Savings...
2001-10-05 Thomas G. LockhartImplement explicit date/time precision per SQL99 spec.
2001-10-04 Tom LaneDon't try to hack pg_description if not superuser....
2001-10-04 Peter EisentrautFinetuning for legalnotice in print output. Add some...
2001-10-04 Peter EisentrautFinetuning for better print formatting
2001-10-04 Peter EisentrautReplace simplelists with itemizedlists for better forma...
2001-10-04 Peter EisentrautRewording
2001-10-04 Peter EisentrautFix spacing to get proper URL formatting in print output
2001-10-04 Peter EisentrautHack for Jade vs TeX interpretation of "--"
2001-10-04 Tom LaneConsider interpreting a function call as a trivial...
2001-10-04 Tom LaneOoops, I was a little too enthusiastic about suppressin...
2001-10-04 Tom LanePlug memory leaks introduced by dynamic-search-path...
2001-10-04 Tom LaneMake the world safe for atttypmod=0 ... this didn't...
2001-10-04 Tom LaneMake current_time deliver a fractional-second answer.
2001-10-04 Bruce Momjianelog command need to use unicode conversion too.
2001-10-04 Bruce Momjian This patch adds reporting of tcl global variable...
2001-10-04 Bruce MomjianAttached is a patch which deals with
2001-10-04 Bruce MomjianUsing strtol() on int8 values (input parameters or...
2001-10-04 Bruce Momjian I've just finished the Chinese NLS support(zh_CN...
2001-10-04 Bruce Momjian 1. Implemented binary search in array
2001-10-04 Bruce MomjianAttached please find an initiation of the
2001-10-04 Bruce MomjianRemove ChangeLog. No one has defended its existence...
2001-10-04 Tom LaneAdjustTimeForTypmod has the same bug ...
2001-10-04 Tom LaneMake regress tests safe for variable-resolution timestamps.
2001-10-04 Tom LaneFix some problems in new variable-resolution-timestamp...
2001-10-04 Bruce MomjianChange some 7.2 mentions to version macro.
2001-10-04 Bruce MomjianUpdate TODO list.
2001-10-04 Bruce MomjianUpdate TODO list.
2001-10-04 Tatsuo IshiiAdd dependency for regexec.c
2001-10-04 Tatsuo IshiiAdd dependency for like.c
2001-10-04 Tatsuo IshiiOptimization for single byte encodings.
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Tom LaneConsistently use gcc's __attribute__((format)) to check...
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-10-03 Tom LaneUpdate error message wording for format_type change.
2001-10-03 Tom LaneRemove no-longer-used macros.
2001-10-03 Tom LaneUpdate incorrect expected file. Use 'timestamp without...
2001-10-03 Bruce MomjianUpdate for GIST.
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Tom LaneTeach format_type about time/timestamp precision, so...
2001-10-03 Tom LaneAdd missing TIMESTAMPTZ case.
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Tom LaneSome further kibitzing on cachability of datetime funct...
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Tom LaneUpdate for latest regression tests.
2001-10-03 Tom LaneAdjustTimestampForTypmod does not work (at least not...
2001-10-03 Tom LaneNeatnik fetishism.
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-10-03 Thomas G. LockhartMinor fixup in spacing for tabular information.
2001-10-03 Thomas G. LockhartFix up bad indenting in a few places.
2001-10-02 Tom LaneTweak to test HAVE_GETOPT_H before including <getopt...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-10-02 Vince VielhaberUpdated URLs.
2001-10-02 Michael MeskesRe-added Tom's patch fixing my setlocale patch. I accid...
2001-10-02 Bruce MomjianUpdate TODO list.
2001-10-02 Bruce MomjianUpdate TODO list.
2001-10-02 Bruce MomjianUpdate TODO list.
2001-10-02 Bruce MomjianUpdate TODO list.
2001-10-01 Tom LaneRevise shmget() and semget() failure messages to mentio...
2001-10-01 Tom LaneFix typo (block size is 8 kB not 8192 kB).
2001-10-01 Bruce MomjianFix wording.
2001-10-01 Tom LaneChange pg_dump to produce CREATE INDEX commands by...
2001-10-01 Tom LaneExtend pg_get_indexdef() to know about index predicates...
2001-10-01 Tom LaneMake inclusion logic for sys/sem.h and sys/ipc.h consis...
2001-10-01 Tom LaneFix a couple of stray // comments.
2001-10-01 Bruce MomjianAdd sys/types.h for FreeBSD compile.
2001-10-01 Bruce MomjianUpdate docs for 7.2 mention where appropriate.
2001-10-01 Tom LaneClean up a little more carefully around fork of pgstat...
next