]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-08-09  Tom LaneFix Cygwin build, per Jason Tishler.
2001-08-08  Tom LaneBack-patch fix to disallow COPY TO/FROM a view (or...
2001-08-08  Tom LaneBack-patch fix to prevent infinite loop when $PGDATA...
2001-08-07  Bruce MomjianCommit BEOS patch to 7.1.X.
2001-08-03  Tom LaneBack-patch fixes for dumping user-defined types and...
2001-07-31  Tom LaneFix optimizer to not try to push WHERE clauses down...
2001-07-29  Tom LaneArrange for GRANT/REVOKE on a view to be dumped at...
2001-07-06  Tatsuo IshiiFix typo. createdb -t --> createdb -T
2001-07-02  Tom LaneIn any case, it seems the REL7_1 branch needs the updat...
2001-06-29  Tom LaneFix longstanding error in VACUUM: sometimes would exami...
2001-06-13  Tom LaneBack-patch fix for attempt to pfree a value that's...
2001-06-12  Tom LaneRepair problem with multi-action rules in combination...
2001-06-06  Tom LaneBack-patch change to not keep WAL segments just for...
2001-05-31  Bruce MomjianForgot SGML section section id tag for 7.1.
2001-05-31  Tom LaneRI triggers would fail for datatypes using old-style...
2001-05-28  Tatsuo IshiiFix a message error in utf_to_local
2001-05-22  Thomas G. LockhartPatch from Barry Lind to correctly decode time zones... REL7_1_2
2001-05-22  Marc G. Fournieradd a ChangeLog file
2001-05-18  Tom LaneCorrect recently-broken avg(interval) definition. ...
2001-05-17  Bruce MomjianAdd HISTORY items for 7.1.2.
2001-05-17  Tom LaneBack-patch fix for race condition in heap_update (make...
2001-05-15  Bruce MomjianUpdate crypto with patch for computation.
2001-05-15  Bruce MomjianWell, the correct code - that corresponds to current
2001-05-15  Tom LaneEvalPlanQual was thoroughly broken for concurrent updat...
2001-05-14  Tom LaneCurrent implementation of FOR UPDATE has no hope of...
2001-05-14  Bruce MomjianFix 'set path' for csh, path -> $path.
2001-05-13  Peter EisentrautCope with configure arguments that contain spaces.
2001-05-13  Bruce Momjianupdate.
2001-05-12  Tom Laneproisstrict must be assumed FALSE when dumping from...
2001-05-12  Bruce MomjianBackpatch jdbc1 compile failure fix.
2001-05-12  Philip Warner - Don't dump COMMENTs in data-only dumps
2001-05-11  Peter Eisentrautno more Andy Piper tools
2001-05-11  Bruce MomjianCan't run autoconf on rel, so just manually update.
2001-05-11  Bruce MomjianStamp for 7.1.2. Ready when you are...
2001-05-09  Peter EisentrautFix remaining RI permission problems (cascaded update...
2001-05-08  Tom LaneAppend and SubqueryScan nodes were not passing changed...
2001-05-08  Tom LaneUn-break exec_move_row() for case that a NULL tuple...
2001-05-06  Peter EisentrautFix collateral damage from previous (rev 1.49) patch.
2001-05-05  Marc G. Fournieradd in the changelog file I forgot about REL7_1_1
2001-05-05  Bruce MomjianUPdate for release tomorrow.
2001-05-04  Tom LaneCOMMIT_DELAY and COMMIT_SIBLINGS were missing from...
2001-05-04  Bruce MomjianUpdate TODO list.
2001-05-04  Tom LaneMakefile should have automatic dependency for parser...
2001-05-04  Bruce MomjianUpdate TODO list.
2001-05-04  Tom LaneSeems like we should not hold off cancel/die interrupts...
2001-05-04  Bruce MomjianAdd missing tag.
2001-05-03  Tom LaneConsolidate several near-identical uses of mktime(...
2001-05-03  Bruce MomjianBTW it does not add encodign it just patches existing...
2001-05-03  Tom LanePermission checking wasn't quite right for insert/updat...
2001-05-03  Bruce Momjianpg_dump can dump 7.0 databases.
2001-05-03  Bruce Momjianapply a little patch:
2001-05-03  Tom LaneEnsure that btree sort ordering functions and boolean...
2001-05-03  Tom LaneDescribe handling of multiply-inherited fields correctly.
2001-05-03  Tom LanePermissions were not checked correctly when one view...
2001-05-03  Bruce MomjianUpdate shared memory docs.
2001-05-03  Bruce MomjianImprove list.
2001-05-03  Bruce MomjianFinal stamp for 7.1.1. All done.
2001-05-03  Bruce MomjianUpdates for 7.1.1. Not done yet.
2001-05-03  Bruce Momjianautoconf
2001-05-03  Bruce MomjianSome updates for 7.1.1.
2001-05-03  Tom LaneCorrect pg_description entry for type macaddr.
2001-05-03  Tom LaneFixes to make ecpg work on Cygwin, from Jason Tishler...
2001-05-03  D'Arcy J.M... Initial checkin of a contributed type that handles...
2001-05-02  Bruce MomjianIn the outputs section the NOTICE reads:
2001-05-02  Bruce MomjianAdded mention of SHMALL and removed BSD/OS-specific...
2001-05-02  Bruce Momjiandescription of the command line option echo should...
2001-05-02  Tom LanePrevious commit mistakenly converted all newlines to...
2001-05-02  D'Arcy J.M... Add note explaining why inserts take longer as tables...
2001-05-02  D'Arcy J.M... Change "|zzlzzzz" argument specification to "|zzizzzz...
2001-05-01  Peter EisentrautBump version to 7.1.1. Now run over to hub to rebuild...
2001-05-01  Peter EisentrautMore markup fixes
2001-05-01  Tom LaneFix slightly confused description of debug options.
2001-05-01  Tom LaneSynced gram.y and preproc.y.
2001-05-01  Thomas G. LockhartAllow a string argument to the EXTRACT() function.
2001-05-01  Hiroshi Inoue1) fix bugs reported by Andrea Aime.
2001-04-30  Tom LaneUpdate FAQ_HPUX now that we have reports of out-of...
2001-04-30  Tom LaneDocument pltcl's return_null command.
2001-04-30  Tom LaneRepair freshly-broken markup.
2001-04-30  Tom Laneexec_move_row() should be more forgiving of tuples...
2001-04-30  Tom LaneSuppress pull-up of subqueries that are in the nullable...
2001-04-30  Bruce MomjianBreak up PQexec() result functions into subsections...
2001-04-30  Bruce MomjianUpdate TODO list.
2001-04-30  Bruce MomjianAdd mention of libpgtcl's options to manual, libpq...
2001-04-30  Bruce MomjianUpdate TODO list.
2001-04-29  Tatsuo IshiiAdd missing Unicode support for Cyrillic encodings.
2001-04-28  Bruce MomjianIn create_function there is a remark concerning SQL...
2001-04-27  Bruce MomjianA small patch for a small option (for rel. 7.1).
2001-04-27  Bruce MomjianUpdate FAQ.
2001-04-27  Bruce MomjianUpdate FAQ.
2001-04-27  Bruce MomjianUpdate FAQ.
2001-04-26  Tom LaneRemove bogus Assert from AbsoluteTimeIsBefore(). ...
2001-04-25  Tom LaneTweak nestloop costing to weight restart cost of inner...
2001-04-25  Bruce MomjianUpdate TODO list.
2001-04-25  Philip Warner- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid...
2001-04-24  Peter Eisentrauttypological errors
2001-04-24  Tom LaneUndo pgindent brain damage, so that node type numbers...
2001-04-23  Tom LaneBehave sanely when database name is omitted from comman...
2001-04-23  Peter EisentrautSend 'cd' output to /dev/null.
2001-04-23  Tom LaneDefend against ancient versions of zlib by checking...
2001-04-23  Tom Lanecompatible_oper needs to do ReleaseSysCache in one...
next