]> granicus.if.org Git - postgresql/history - src
Repair problem noted by Elphick: make_rels_by_joins failed to handle
[postgresql] / src /
2000-04-27 Tom LaneRepair problem noted by Elphick: make_rels_by_joins...
2000-04-27 Tom Lane-D switch to postmaster should override any PGDATA...
2000-04-26 Tom LaneTweak outUnique to include uniqColIdx[] field in the...
2000-04-26 Tom LaneOn HPUX, shl_load should be called with options BIND_IM...
2000-04-26 Bruce MomjianFix include "" to <>
2000-04-26 Bruce MomjianRemove DriverClass.java. It is generated by the compile.
2000-04-26 Bruce MomjianAdd res clear to example
2000-04-26 Bruce MomjianInstall Peter's Makefile.
2000-04-26 Jan WieckReinstalled revision 1.36 (looks Peter Mount installed
2000-04-26 Peter Mountthird attempt
2000-04-26 Peter MountAttempt III
2000-04-26 Peter MountAnother attempt
2000-04-26 Bruce MomjianUpdate libpgeasy readme.
2000-04-25 Bruce MomjianMake c++ examples return 0 from main().
2000-04-25 Bruce MomjianFix libpq example return values
2000-04-25 Hiroshi Inouechange reindex ERROR/NOTICE message
2000-04-25 Peter Eisentrautinitdb didn't always remove temp file
2000-04-25 Tom LaneCheck that user-specified opclass in CREATE INDEX corre...
2000-04-25 Tatsuo IshiiUpdate pg_ctl so that it does not redirect outputs...
2000-04-24 Bruce MomjianFix \h to not go past array bounds
2000-04-23 Bruce MomjianAdd mention of int in variable.
2000-04-23 Bruce MomjianAdd mention of int for variable in examples
2000-04-23 Tom LaneOur test to see if we had permission to install into...
2000-04-23 Tom LaneProduce an appropriate error message when opclass is...
2000-04-23 Tom Lane7.0 buffer manager can support different backends runni...
2000-04-22 Tom LaneRemove broken tracing code (which would be dangerous...
2000-04-22 Tom LaneUpdate example: PgLargeObject constructor now takes...
2000-04-21 Tom Lanepltcl didn't work well at all when Tcl had been built...
2000-04-21 Tom LaneFinally figured out that HP's cpp won't do ANSI preproc...
2000-04-21 Tom LaneFix still more static-declaration-vs-nonstatic-definiti...
2000-04-20 Tom LaneClean up const-vs-not-const compiler warning in MULTIBY...
2000-04-20 Bruce MomjianAllow libpq++ compile failure to stop entire compile.
2000-04-20 Tom LaneAdd a regress test case for SELECT count(*) FROM view...
2000-04-20 Tom LaneCorrect error in rewriter that caused SELECT count...
2000-04-18 Bruce MomjianSecurity fix for plperl.
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 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 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 Tatsuo IshiiChange postmaster.opts.default.sample. remove -S option.
2000-04-16 Tom Laneget_relattval() should treat a NULL constant as a non...
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 Thomas G. LockhartFix spelling of "millennium".
2000-04-14 Thomas G. LockhartFix (well, add) support for ISO "week" in date_part...
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 Jan WieckFixed CREATE TYPE to recognize changed parsenodes
2000-04-12 Bruce MomjianA few more macro cleanups
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 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-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 Hiroshi InoueFix an Assert bug(was my fault) pointed out by Tom...
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 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 Michael Meskes*** empty log message ***
2000-04-08 Tom LaneFix relcache refcount leakage when inv_drop is applied
2000-04-08 Thomas G. LockhartAdd zpbit and varbit data types from Adrian Joubert
2000-04-08 Tom LaneUpdate for to_char change.
2000-04-08 Tom LaneTweak parallel test script so that command line options...
2000-04-08 Tom LaneAdd copyObject logic for TruncateStmt and a few other...
2000-04-07 Bruce MomjianUpdate create_rule manual page.
2000-04-07 Marc G. Fournierresultmap additions for solaris x86 ...
2000-04-07 Tom LaneUse initdb --noclean so that test database is available...
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
next