]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2000-06-13  Bruce Momjianautoconf
2000-06-13  Bruce Momjianin the Directory src/bin/pgtclsh there is a good mechan...
2000-06-13  Bruce MomjianUpdate FAQ.
2000-06-13  Bruce MomjianUpdate TODO list.
2000-06-13  Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-13  Bruce MomjianUpdate TODO list.
2000-06-12  Bruce MomjianBrand 7.1 release. Also update jdbc version in release...
2000-06-12  Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-06-12  Bruce Momjianautoconf
2000-06-12  Bruce MomjianBack out old unixodbc patches and apply new ones. ...
2000-06-12  Bruce MomjianPut back old Makefiles, in pgsql and pgsql/src.
2000-06-12  Bruce MomjianRemove Makefile. Now generated by configure.
2000-06-12  Bruce Momjian Well, pg_dumplo is in attache. It is really simple...
2000-06-12  Bruce MomjianAdd makefile to warn about not using gmake.
2000-06-12  Bruce MomjianBack out pg_shadow changes to allow create table and...
2000-06-12  Bruce Momjian>> What happened to the patch I sent regarding the...
2000-06-12  Bruce MomjianUpdate TODO list.
2000-06-11  Tom LaneUpdate sequence-related functions to new fmgr style...
2000-06-11  Tom LaneFix typo.
2000-06-11  Peter EisentrautSmall bug fix
2000-06-11  Tom LaneRemove overenthusiastic use of dependencies to control...
2000-06-11  Peter EisentrautSubstituted new configure test for types of accept()
2000-06-10  Bruce MomjianUpdate TODO list.
2000-06-10  Peter EisentrautMoved the intricacies of the perl interface build into...
2000-06-10  Tom LaneUpdate regression tests for ONLY and other recent changes.
2000-06-10  Tom LaneUpdate rule dumper for the brave new world of ONLY.
2000-06-10  Tom LanenodeAppend tried to deal with multiple result relations...
2000-06-10  Tom LaneFix some more gratuitous breakage ... also throw in...
2000-06-10  Tom LaneRepair configure.in breakage from unixODBC patch. ...
2000-06-10  Bruce Momjianupdate developers faq
2000-06-10  Bruce MomjianUPdate developers faq
2000-06-09  Bruce MomjianFix initdb spaces problem.
2000-06-09  Bruce MomjianAdd tablespaces todo item
2000-06-09  Bruce MomjianThis patch fixes the 0-based/1-based result set indexin...
2000-06-09  Bruce MomjianUpdate bsdi faq.
2000-06-09  Bruce MomjianI have made the couple of mods required to make the...
2000-06-09  Bruce Momjian I have large database and with this DB work more users...
2000-06-09  Bruce MomjianPrompt username/password on stderr so:
2000-06-09  Bruce MomjianUpdate FAQ.
2000-06-09  Bruce MomjianUpdate TODO list.
2000-06-09  Bruce MomjianClean up regression for new 1st/9th/3rd fixes.
2000-06-09  Bruce MomjianAdd inherit regression files.
2000-06-09  Bruce MomjianThe enclosed patch changes the behaviour of the "ordina...
2000-06-09  Tom LaneCause inheritance patch to meet minimum coding standard...
2000-06-09  Tom LaneCleanup to ensure good state of derived files in tarballs.
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
next