OSDN Git Service

pg-rex/syncrep.git
2000-04-18 Bruce MomjianRename binary object to binary format.
2000-04-18 Bruce MomjianUpdate COPY manual page for \N.
2000-04-18 Bruce MomjianRemove old TODO items. Add some to release.sgml.
2000-04-18 Bruce MomjianFix \N mention in manual
2000-04-18 Thomas G. LockhartClean up description of SET CONSTRAINTS.
2000-04-18 Thomas G. LockhartUpdate list of supported platforms to include SCO info.
2000-04-18 Bruce MomjianSecurity fix for plperl.
2000-04-18 Bruce MomjianUpdate release.sgml
2000-04-18 Tom Lanelinux_alpha pattern should allow for more-detailed...
2000-04-18 Tom LaneRepair coredump seen when a view refers to an inheritan...
2000-04-18 Tom LaneCorrect oversight in hashjoin cost estimation: nodeHash...
2000-04-18 Thomas G. LockhartInclude information for armv4l from Mark Knox <segfault...
2000-04-18 Tom LaneRevert no-longer-needed relaxation of compiler errors.
2000-04-18 Tom LaneMake ECPGraise's str parameter const to suppress warnin...
2000-04-17 Bruce MomjianAdd comment for -qhalt=w removal so it can be re-added...
2000-04-17 Peter MountAnother attempt at 7.0
2000-04-17 Bruce MomjianAix additions
2000-04-17 Bruce MomjianAix patches from Zeugswetter Andrea
2000-04-17 Bruce MomjianUpdate TODO list.
2000-04-17 Bruce MomjianRemove -qhalt=w flag from aix42.
2000-04-17 Tom LaneAdd code to test for non-shared libperl and fail gracef...
2000-04-16 Peter Eisentrautsquished \dS+ bug pointed out by Mike Mascari
2000-04-16 Tom LaneAdd scripts to enable/disable use of new LIKE/regexp...
2000-04-16 Tom LaneTweak create_help.pl so it will work under either perl...
2000-04-16 Peter Eisentrautmore psql bug squashing:
2000-04-16 Tom LaneAdd new selectivity estimation functions for pattern...
2000-04-16 Tom LaneAllow COPY WITH OIDS to system OID values --- rely...
2000-04-16 Tom LaneShow failing OID in 'cache lookup failed' messages.
2000-04-16 Tom LaneShow failing OID in 'cache lookup failed' messages;
2000-04-16 Tom LaneShow failing OID in 'cache lookup failed' messages.
2000-04-16 Tom LanePrint OIDs as %u not %d.
2000-04-16 Tatsuo IshiiChange postopts.default.sample. remove -S option.
2000-04-16 Tom Laneget_relattval() should treat a NULL constant as a non...
2000-04-15 Bruce MomjianSYstem user not implemented
2000-04-15 Tom Laneelog(NOTICE) during COPY incorrectly reset lineno to...
2000-04-14 Peter Eisentrautfixed another psql \e bug (handle newlines as whitespace)
2000-04-14 Bruce MomjianUpdate set constraints man page
2000-04-14 Tom LaneFix busted markup.
2000-04-14 Bruce Momjianupdate
2000-04-14 Bruce MomjianMOre cleanup
2000-04-14 Bruce MomjianUpdate
2000-04-14 Bruce Momjianupdate
2000-04-14 Bruce MomjianUpdates create_function.sgml with fixes for new foreign...
2000-04-14 Bruce MomjianUPdate vacuum man page to be clearer.
2000-04-14 Thomas G. LockhartFix spelling of "millennium".
2000-04-14 Thomas G. LockhartFix (well, add) support for ISO "week" in date_part...
2000-04-14 Thomas G. LockhartAdd mention of SET CONSTRAINT and CREATE CONSTRAINT...
2000-04-14 Thomas G. LockhartRename Digital Unix to Compaq Tru64 :(
2000-04-14 Thomas G. LockhartMention CmdTuples(). From Vince.
2000-04-14 Thomas G. LockhartMention support for date_part('week',timestamp).
2000-04-14 Bruce MomjianUpdate TODO list.
2000-04-14 Tom LaneFix silly definition order in config.h --- we had proto...
2000-04-14 Tom LaneAnother static-vs-not-static error.
2000-04-14 Tom LaneRemove bogus extern for 'descriptors' variable, which...
2000-04-14 Tom Lane#undef const, inline, signed, volatile, on the expectat...
2000-04-14 Tom LaneSkip setsockopt(SO_REUSEADDR) for the Unix-domain postm...
2000-04-14 Tom LaneIf configure finds that inet_aton() is not present...
2000-04-14 Tom LaneRevert inclusion of postgres_ext.h to use "..." instead...
2000-04-14 Tom LaneRepair bug reported by Wickstrom: backend would crash...
2000-04-13 Bruce MomjianChange DEFINE TYPE to CREATE TYPE.
2000-04-13 Jan WieckFixed CREATE TYPE to recognize changed parsenodes
2000-04-13 Bruce MomjianNo longer need to cast default non-cacheable functions.
2000-04-12 Bruce MomjianA few more macro cleanups
2000-04-12 Bruce MomjianUpdate man page to prefer old over current.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-12 Bruce MomjianReverse out macro fix for the time being.
2000-04-12 Bruce MomjianPrevent drop database failure from showing.
2000-04-12 Bruce MomjianFix assert with missing semicolon
2000-04-12 Thomas G. LockhartFix up markup to allow building.
2000-04-12 Bruce MomjianUpdate pgindent
2000-04-11 Bruce MomjianUpdate pgindent
2000-04-11 Bruce MomjianUpdate pgindent for 7.0 release
2000-04-11 Bruce MomjianThomas pointed out this bug in my non-blocking stuff.
2000-04-11 Bruce MomjianAllow libpq++ compile to fail
2000-04-11 Bruce Momjiandisable plperl
2000-04-11 Bruce MomjianClean up temp files from \e.
2000-04-11 Bruce MomjianUppercase pg_options param
2000-04-11 Thomas G. LockhartInternal functions to support newest ODBC driver {fn...
2000-04-11 Bruce Momjian Attached is are diffs for CREATE/ALTER table...
2000-04-11 Thomas G. LockhartUpdate porting list.
2000-04-11 Bruce MomjianUpdate for default ISO date style
2000-04-11 Bruce MomjianUpdate SET manual pages for pg_options.
2000-04-10 Tom LaneTweak smgrblindwrt per advice from Vadim: add parameter...
2000-04-10 Bruce MomjianThe constant in backend/utils/misc/trace.c, line 32...
2000-04-10 Bruce MomjianNo revoke on indexes any more
2000-04-10 Hiroshi InoueFix an Assert bug(was my fault) pointed out by Tom...
2000-04-09 Bruce MomjianUPdate faq/
2000-04-09 Bruce MomjianNo more need to create groups manually.
2000-04-09 Bruce MomjianNo grant on indexes.
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-04-09 Tom LaneFurther tweaking of indexscan cost estimates.
2000-04-08 Tom LaneAdd explanation about 'Unrecognized variable client_enc...
2000-04-08 Bruce MomjianDocument FSYNC in pg_options sgml file.
2000-04-08 Bruce MomjianAdd new pg_options.sample file.
2000-04-08 Tom LaneTweak TypeCategory to treat new BIT types as of STRING...
2000-04-08 Tom LaneI think we want machine pattern i.86 not i386 --- looks...
2000-04-08 Bruce MomjianAdd colo to display at end of initdb.
2000-04-08 Tom LaneModify pgbench.c not to depend on configure, since...
2000-04-08 Michael Meskes*** empty log message ***
2000-04-08 Tom LaneLink already-existing COMMENT and REINDEX command docs...
next