]> granicus.if.org Git - postgresql/shortlog
postgresql
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-06-09 Tom LaneIf we're gonna have people running make from the top...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-08 Bruce MomjianMark ImmediateSharedRelationCacheInvalidate as NOT_USED.
2000-06-08 Bruce MomjianMore odbc include cleanups
2000-06-08 Bruce MomjianUpdate odbc include
2000-06-08 Bruce MomjianFix ODBC for new binary fopen/open params
2000-06-08 Bruce MomjianUpdate TODO list.
2000-06-08 Bruce MomjianUpdate TODO list.
2000-06-08 Bruce MomjianUpdate TODO list.
2000-06-07 Peter EisentrautOuch, that should be `$(MAKE) -C', not `make -C' ...
2000-06-07 Bruce MomjianHere is a patch for interfaces/jdbc/org/postgresql...
2000-06-07 Bruce MomjianUpdate TODO list.
2000-06-07 Peter EisentrautGen_fmgrtab.sh is strange: it is a platform dependent...
2000-06-07 Bruce MomjianRe-order pg_listener index so it can later be used...
2000-06-07 Bruce MomjianNew system index, initdb everyone.
2000-06-07 Bruce MomjianAdd index on pg_index.indrelid for Tom Lane.
2000-06-06 Peter EisentrautMoved configure script from src/ to the top level direc...
2000-06-06 Tom Laneinit_fcache was being careless about using SearchSysCac...
2000-06-06 Tom LaneImprove comments for SearchSysCacheTuple and SearchSysC...
2000-06-06 Tom LanetypeTypeName() must return a pstrdup'd copy of the...
2000-06-06 Peter EisentrautPGPORT envar was erroneously ignored by the backend
2000-06-06 Bruce MomjianUpdate FAQ.
2000-06-06 Peter MountAdded org/postgresql/DriverClass.java to the list of...
2000-06-06 Peter MountAdded some missing org.'s that prevented the use of...
2000-06-06 Peter MountRemoved hardwired 8k limit on queries
2000-06-05 Bruce MomjianUpdate for 7.0.2.
2000-06-05 Bruce MomjianUpdate for 7.0.2.
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-06-05 Tom LaneSimplify build/install process for bki and description...
2000-06-04 Tom LaneIf user re-DECLAREs an existing cursor name, close...
2000-06-04 Tom LaneDisallow CLOSE of reserved system portal names.
2000-06-04 Tom LaneRepair bug reported by ldm@apartia.com: Append nodes...
2000-06-04 Bruce MomjianRemove FROM warning by fixing query.
2000-06-04 Peter EisentrautRemoved ELOG_TIMESTAMPS #define in favor of two run...
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-06-03 Bruce MomjianNew warning code about auto-created range table entries.
2000-06-02 Bruce MomjianMore cleanup of c.h binary macros
2000-06-02 Bruce MomjianReverse PG_BINARY defines
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-06-02 Vadim B. Mikheevheap' xlog records
2000-06-02 Tom LaneIf create/drop database are going to call closeAllVfds...
2000-06-02 Tom LaneCreate an fd.c entry point that is just like plain...
2000-06-02 Bruce MomjianUpdate TODO detail files.
2000-06-02 Bruce MomjianUpdate faq's.
2000-06-02 Tom LaneCorrect portability problem introduced by yours truly...
2000-06-02 Bruce MomjianAdd fix to index length
2000-06-02 Tom LaneKeep CVS quiet about derived file guc-file.c.
2000-06-01 Bruce Momjiancreatelang fix
2000-06-01 Tom LaneLexer defended us against overlength plain identifiers...
2000-06-01 Bruce MomjianAdd BSDI readme
2000-06-01 Bruce MomjianUpdate replication todo.
2000-06-01 Bruce MomjianUpdate TODO list.
2000-06-01 Bruce MomjianAdd lock todo items
2000-06-01 Bruce MomjianThe definition for "ProcessConfigFile()" in guc-file...
2000-06-01 Tom LaneSimplify overly-clever Make rule, which evidently confu...
2000-06-01 Peter MountRemoved timezone in ResultSet.getTimestamp()
2000-06-01 Bruce MomjianUpdate 7.0.1 for Tatsuo
2000-06-01 Bruce MomjianMention pg_upgrade
2000-06-01 Bruce MomjianUpdate 7.0.1
2000-06-01 Bruce MomjianFixups for 7.0.1
2000-06-01 Bruce MomjianMore perl cleanup
2000-06-01 Bruce MomjianRename perl example eg directory to examples.
2000-06-01 Bruce MomjianUpdate pgcvslog
2000-05-31 Bruce Momjianall array stuff fixed.
2000-05-31 Tom LaneTweak recognition of range-clause pairs so that 'var...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Bruce MomjianTypo fix
2000-05-30 Bruce MomjianUpdate pg_hba.conf with more examples
2000-05-30 Bruce MomjianUpdate pg_hba.conf.sample with better examples and...
2000-05-30 Bruce MomjianCopy pg_ident.conf.sample into /lib directory. Rename...
2000-05-30 Tom LaneOoops, looks like I broke fastpath in last changes...
2000-05-30 Hiroshi InoueAdded header files required for ALTER TABLE DROP COLUMN
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 LaneUpdate array_iterator to use new fmgr interface.
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...
next