]> granicus.if.org Git - postgresql/history - src
Third round of fmgr updates: eliminate calls using fmgr() and
[postgresql] / src /
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Bruce MomjianMore <> cleanup
2000-05-29 Bruce MomjianCleanup of <> and ""
2000-05-29 Tom LaneConvert array_map to use new fmgr interface.
2000-05-29 Tom LaneNeglected to add fmgr.h to set of installed headers...
2000-05-29 Tom LaneTweak fmgrtab generation so that the F_XXX macros that...
2000-05-29 Tom LaneRepair problems with overrun of timezone name length...
2000-05-29 Bruce MomjianAdd analyze.c file for split.
2000-05-29 Bruce MomjianSplit vacuum and analyze into separate files
2000-05-29 Bruce MomjianUpdate messages.
2000-05-29 Bruce MomjianMake analyze do vacuum/analyze in one step.
2000-05-29 Bruce MomjianMore vacuum cleanup
2000-05-29 Bruce Momjianmore cleanup
2000-05-29 Bruce MomjianAdd analyze log messages for verbose mode.
2000-05-29 Bruce Momjiancleanup
2000-05-29 Bruce MomjianAllow vacuum to perform analyze with shared lock. ...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-29 Bruce MomjianMore vacuum cleanups
2000-05-29 Bruce MomjianMore vacuum renaming.
2000-05-28 Tom LaneMiscellaneous cleanups of places that needed to account...
2000-05-28 Tom LaneConstant-expression simplifier now knows how to simplif...
2000-05-28 Tom LaneInstall fmgr rewrite doc as README file.
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-27 Tom Lanedefine YY_NEVER_INTERACTIVE for flex, to persuade flex...
2000-05-27 Bruce MomjianUpdate kerberos patch
2000-05-27 Bruce MomjianBack out kerberos changes. Causes compile problems.
2000-05-27 Bruce MomjianPatch for Kerberos V.
2000-05-27 Bruce MomjianRemove // comments from ODBC.
2000-05-27 Bruce MomjianRemove pgaccess dll's from the distribution.
2000-05-27 Bruce MomjianClean up pg_hba.conf
2000-05-27 Bruce MomjianImprove pg_hba.conf examples
2000-05-26 Tom LaneReduce eqsel()'s fudge-factor for estimating the freque...
2000-05-26 Bruce MomjianFix \h SELECT to not show SELECT INTO.
2000-05-26 Tatsuo IshiiFix too long syslog message problem
2000-05-26 Tom LaneGenerate a reasonable error message when an aggregate...
2000-05-26 Bruce MomjianSpell fix
2000-05-26 Tom LaneMore paranoia about global variables containing referen...
2000-05-26 Tom LaneAfter closing frontend socket, set MyProcPort->sock...
2000-05-25 Tom LaneAdd some elog(DEBUG)'s to help diagnose mdblindwrt...
2000-05-25 Tom LaneClean up sloppy coding of _outAExpr().
2000-05-25 Tom LaneModify raw parsetree representation returned by gram...
2000-05-25 Tom LaneDo table renaming in a sane order: physical file rename...
2000-05-25 Tom Laneheap_drop() should flush the relcache entry for the
2000-05-25 Tom LaneQuote database name so that not-all-lowercase names...
2000-05-25 Bruce Momjian! * Users doing non-blocking connections need...
2000-05-25 Tatsuo IshiiOn solaris, createdb/dropdb fails because of strange...
2000-05-24 Tom LaneMake the world safe for QNX's busted shell ...
2000-05-24 Tom LaneMake the world safe for QNX's busted shell ...
2000-05-24 Marc G. Fournieradd a --with-setproctitle switch to configure that...
2000-05-24 Bruce MomjianUpdate so init displays status with setproctitle too...
2000-05-24 Bruce MomjianMake setproctitle update for every query.
2000-05-23 Bruce MomjianComment out no-op ps updates for setproctitle(), until...
2000-05-23 Bruce Momjiancomment cleanup
2000-05-23 Tom LaneFix problem in which sloppily-coded test in ExecInitInd...
2000-05-23 Tom LaneTwiddle C++ configuration checks so that we #include...
2000-05-23 Tom LaneTransmit -I switches selected by configure (particularl...
2000-05-23 Tom LaneCast parameters to ckfree to (char *) to suppress compi...
2000-05-22 Bruce MomjianIrix fixes from Murad Nayal
2000-05-22 Bruce MomjianCleanup
2000-05-22 Bruce MomjianI am attempting to integrate postgres (v 7.0) with...
2000-05-21 Tom LaneRemove calls to getprotobyname(), which we now know...
2000-05-21 Tom LaneRepair memory leaks that caused CacheCxt to grow withou...
2000-05-21 Tom LaneAdd debug code to aid in memory-leak tracking: if SHOW_...
2000-05-20 Tom LaneClean up grotty references to CacheCxt (externs inside...
2000-05-20 Tatsuo IshiiEnhance multibyte support.
2000-05-20 Tatsuo IshiiAdd KEEPALIVE option to the socket of backend. This...
2000-05-19 Tom Lanepg_dump barfs on negative values for index column numbe...
2000-05-19 Tom LaneRevise FlushRelationBuffers/ReleaseRelationBuffers...
2000-05-19 Tom LaneCorrect busted syntax of CC invocation for tas.s.
2000-05-18 Bruce MomjianUnset PGHOST
2000-05-18 Bruce MomjianChange remove function warning for built-ins.
2000-05-18 Bruce MomjianUse postmaster -i only on certain platforms.
2000-05-18 Bruce MomjianThrow NOTICE on built-in function removal
2000-05-18 Bruce MomjianAdd QNX localhost flag to regression tests
2000-05-18 Bruce MomjianFix WARN->NOTICE in docs. Change libpgeasy connection...
2000-05-18 Tom LaneReduce COPY IN lock from AccessExclusive to a more...
2000-05-17 Bruce MomjianThe check of class string in configure (line 1732)...
2000-05-17 Bruce MomjianBack out odbc changes until 7.1.
2000-05-17 Michael Meskes*** empty log message ***
2000-05-16 Bruce MomjianSeveral compilation and run-time problems occur when...
2000-05-16 Tom LaneRemove configure check for how to abbreviate 'tr A...
2000-05-15 Peter MountFixed the message Makefile produces after compiling...
2000-05-15 Bruce Momjiancleanup
2000-05-15 Bruce Momjiancleanup
2000-05-15 Bruce MomjianFix createlang -l dbname so it works, update sgml.
2000-05-15 Michael Meskes*** empty log message ***
2000-05-14 Peter EisentrautThat psql option should be --no-readline (as it used...
2000-05-14 Bruce MomjianFinally fix LISTEN problem.
2000-05-14 Bruce MomjianFix create user for pgaccess.
2000-05-13 Tom LaneTweak selectivity for area-based operators. Still...
2000-05-12 Bruce MomjianFix the off by one errors in ResultSet from 6.5.3,...
2000-05-12 Bruce MomjianThis is the second time I've answered this exact same...
2000-05-12 Bruce MomjianBack out -\?. Didn't look good to Peter.
2000-05-12 Peter Eisentraut/home/peter/commit-msg
2000-05-12 Tom LaneSquash some more CLUSTER bugs. Never has worked on...
2000-05-12 Marc G. Fournierthis fixes the bug where setting the entry in he proces...
2000-05-12 Marc G. FournierAdd two checks ... one for setproctitle and one for...
2000-05-12 Tom LaneRepair list-vs-node confusion that resulted in failure...
next