OSDN Git Service

pg-rex/syncrep.git
2002-07-16 Tom LaneAdd initdb code to set up initial contents of pg_depend...
2002-07-16 Bruce Momjian> pgsql-bugs@postgresql.org wrote:
2002-07-16 Tatsuo IshiiAdd conversion procs for CREATE CONVERSION
2002-07-16 Tatsuo IshiiFix typo
2002-07-16 Tatsuo IshiiAdd FindDefaultConversionProc
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-16 Bruce MomjianAdd DLLINIT mention in port/Makefile.
2002-07-16 Bruce MomjianMove few remaining src/utils files to backend/port...
2002-07-16 Bruce MomjianAdd mention of TOAST storage for character columns.
2002-07-16 Bruce MomjianMark 'line' as 'not implemented' in SGML and psql ...
2002-07-16 Bruce MomjianThis fixes 2 inaccuracies in the recently added SQL99...
2002-07-16 Bruce MomjianAdd comment for isbn,issn data type, from Pete St....
2002-07-15 Bruce MomjianItem not needed:
2002-07-15 Bruce MomjianRemove indenting of Makefile comments, per Peter.\
2002-07-15 Bruce MomjianRemove utils/getopt.c file, not needed, it only allowed...
2002-07-15 Bruce MomjianAdd search for libgetopt.a in hopes of finding getopt_l...
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-07-15 Tom LaneUse the dependency mechanism to manage column defaults...
2002-07-15 Bruce MomjianFix make_ctags for exhuberant tags.
2002-07-15 Hiroshi InoueFix a bug about the handling of '.' in parse.c.
2002-07-15 Bruce MomjianImprove relcache.c error reporting for the next guy...
2002-07-15 Bruce MomjianFix \? and \pset pager handling. \? wasn't honoring...
2002-07-14 Tom LaneAdd COMMENT ON CONSTRAINT facility (from Rod Taylor...
2002-07-14 Tom LaneRemove no-longer-appropriate notes about lack of CASCAD...
2002-07-14 Tom LaneIn DeleteAttributeTuples, use a single indexscan instea...
2002-07-13 Tom LaneFix testing of partial-index predicates to work correct...
2002-07-13 Bruce MomjianMark as done, per Rod:
2002-07-13 Bruce MomjianBoth done:
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-07-13 Bruce MomjianRe-add -I documentation, per Tom.
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-12 Dave CramerChanged getCrossReference to return information about...
2002-07-12 Hiroshi InoueAn improvement of User Interface(Setup dialog) by Dave...
2002-07-12 Hiroshi Inoue1) Fix a memory leak in use declare/fetch mode.
2002-07-11 Bruce MomjianNot a valid item:
2002-07-11 Bruce MomjianRemove duplicate:
2002-07-11 Bruce MomjianChange error messages ExecAppend->ExecInsert and ExecRe...
2002-07-11 Bruce MomjianRemove references to pre-7.1; too old.
2002-07-11 Bruce MomjianUpdate FAQ.
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-07-11 Bruce MomjianDone, according to Rod Taylor:
2002-07-11 Bruce MomjianFix getopt flags. Man thing thing was messed up.
2002-07-11 Bruce MomjianFix another --help typo in pg_restore.
2002-07-11 Hiroshi InoueMake NAMEDATALEN changeable at compile time.
2002-07-10 Bruce MomjianFix pg_restore flags in documentation.
2002-07-10 Barry Lindfix bug in getTime() with fractional seconds reported...
2002-07-09 Bruce MomjianOops, proper initialization for domainTypMod was none...
2002-07-09 Bruce MomjianFix compiler warning:
2002-07-09 Bruce MomjianFix typo mentioned by Rich Morin.
2002-07-08 Bruce MomjianDone:
2002-07-08 Bruce MomjianFix case syntax for freebsd template.
2002-07-08 Bruce MomjianFix typo in xl_heaptid comment
2002-07-07 Bruce MomjianMove CXX platform-specific stuff into template files.
2002-07-07 Bruce MomjianConvert expr to case, for Peter E.
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-07-06 Bruce MomjianAdd comments about sharing.
2002-07-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
2002-07-05 Bruce MomjianDon't document that UNDO is certain to be added in...
2002-07-05 Barry Lindfixed bug reported by Michael, Dietrich (mdt@emdete...
2002-07-05 Thomas G. LockhartAdd a few new lines to display recently added fields...
2002-07-05 Bruce MomjianMark person:
2002-07-05 Bruce MomjianDone
2002-07-05 Hiroshi InoueFix a bug reported by Zhou Han.
2002-07-05 Bruce MomjianAdd explanation of the various *_min_messages elog...
2002-07-05 Bruce MomjianCleanup.
2002-07-05 Bruce MomjianFix capitalization.
2002-07-04 Bruce MomjianAdd NULL space mention.
2002-07-04 Bruce MomjianFix compile error in assert coded added by new DISTINCT...
2002-07-04 Bruce MomjianMore clearly document in pg_dump when we are dealing...
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-07-04 Thomas G. LockhartMove INTERSECT DISTINCT to the supported category....
2002-07-04 Bruce MomjianDocument function args are required for pg_restore -P.
2002-07-03 Bruce MomjianUpdate FreeBSD template to properly compile c++ on...
2002-07-03 Bruce MomjianAdd missing pgaccess copyright file, same as ours.
2002-07-03 Bruce MomjianDone:
2002-07-03 Tom LaneFix some more boundary-case errors in psql variable...
2002-07-03 Bruce MomjianDisable pg_upgrade for 7.3.
2002-07-02 Bruce MomjianAllow make_ctags to work with exuberant tags.
2002-07-02 Bruce MomjianIndent libpq++ as mentioned in email. Format was terri...
2002-07-02 Bruce Momjian>the extra level of struct naming for pd_opaque has...
2002-07-02 Bruce MomjianUpdate to pgaccess 0.91.
2002-07-02 Bruce MomjianThe attached patch fixes 2 memory leaks in pg_dump...
2002-07-02 Bruce MomjianThe attached patch fixes a minor memory leak in psql.
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-07-02 Bruce MomjianMinor code cleanup in bufmgr.c and bufmgr.h, mainly...
2002-07-02 Bruce MomjianThis patch, which is built upon the "HeapTupleHeader...
2002-07-02 Bruce MomjianBack out regress/results changes. Real CVS problem...
2002-07-02 Bruce MomjianFix removal of results directory on 'make clean'. ...
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-07-01 Michael MeskesCommit old versions into main branch again.
2002-06-30 Michael MeskesCommitting parser changes. Note, however, that the...
2002-06-28 Bruce MomjianNot done:
2002-06-28 Bruce MomjianDone:
2002-06-28 Hiroshi Inoue1) prevent setting of KSQO on 7.3+ servers(Thanks to...
2002-06-27 Barry Lindfixed build.xml to echo correct jdbc version under...
2002-06-27 Barry Lindgeneral cleanup of jdbc code
2002-06-26 Bruce MomjianRestore error message I accidentally changed.
2002-06-26 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-26 Tom LaneTreat \r as white space when parsing pg_hba and related...
2002-06-26 Barry Lindtranslation patch submitted by Zhenbang Wei forth@mail...
next