]> granicus.if.org Git - postgresql/history - src
Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.
[postgresql] / src /
2000-05-11 Tom LaneFix CLUSTER ... or at least undo the bit-rot it's suffe...
2000-05-11 Bruce MomjianDisplay -? as -\? under unix for psql.
2000-05-11 Bruce MomjianAdd options and cleanup psql \? and -? help displays
2000-05-09 Bruce MomjianUpdate psql \? to show file rather than "fname".
2000-05-05 Tom LaneForgot that dumpall's output script should 'delete...
2000-05-05 Peter Eisentrautpsql: suppress warnings about too many arguments if...
2000-05-05 Peter EisentrautSpello SERIALIZED -> SERIALIZABLE in psql tab completion
2000-05-05 Peter MountImageViewer transaction fixes
2000-05-05 Tom LaneForce initdb because of pg_group index fix.
2000-05-05 Tom LaneMake the indexes on pg_group be shared system relations.
2000-05-05 Tom LaneAccept pg_group as well as pg_shadow data from dumpall...
2000-05-05 Tom LaneDump contents of pg_group along with pg_shadow.
2000-05-04 Tom LaneDon't leak a file descriptor when updating pg_pwd file...
2000-05-03 Tom LaneDo not try to build libpq++ if class 'string' is not...
2000-05-03 Peter MountMinor fixes ready for 7.0
2000-05-02 Bruce MomjianUpdate SCO FAQ. Billy G. Allie
2000-05-02 Tatsuo IshiiModify getdatabaseencoding(), pg_encoding_to_char()
2000-04-30 Tom LaneReset CurrentMemoryContext to TopMemoryContext at the...
2000-04-30 Tom LaneRemove bogus 'xid loop detected' check, which actually...
2000-04-29 Bruce MomjianClean up ecpg test files.
2000-04-28 Bruce MomjianUpdate pgeasy examples
2000-04-28 Bruce MomjianUpdate libpgeasy define.
2000-04-28 Bruce MomjianChange libpgeasy to take dbname at end like all other...
2000-04-28 Tom LaneSetting statistic options from SET PG_OPTIONS caused...
2000-04-28 Tom Laneplpgsql RAISE statement was careless about the possibil...
2000-04-27 Tom LaneExcept_Intersect_Rewrite() failed to ignore resjunk...
2000-04-27 Bruce MomjianUpdate libpgeasy e-mail address
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.
next