]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-08-01  Tom LaneFix inconsistent static-vs-not-static declarations.
2003-08-01  Tom LaneFix compile warning.
2003-08-01  Peter EisentrautRussian translation updates by Serguei Mokhov
2003-08-01  Peter EisentrautUse only two-part shared library version numbers, for...
2003-08-01  Peter EisentrautWhile having a parallel-make-safe genbki.sh is good...
2003-08-01  Peter EisentrautMake ecpg SQLSTATE-aware. Map existing SQLCODE assignm...
2003-08-01  Bruce MomjianUpdate comments.
2003-08-01  Bruce MomjianUpdate comments.
2003-08-01  Michael MeskesAdded missing TO keyword.
2003-08-01  Michael Meskes- Added some Informix error codes in Informix mode.
2003-08-01  Bruce Momjiancvs log used -b for head, not -rHEAD.
2003-08-01  Marc G. Fournierpython needs to be removed from here
2003-08-01  Marc G. Fournierclean python out of Makefile
2003-08-01  Marc G. Fournierremove python module, as its moved to http://www.pygres...
2003-08-01  Tom LaneFix for Alpha portability.
2003-08-01  Bruce Momjian--enable-thread-safeness -> --enable-thread-safety
2003-08-01  Tom LaneUpdate contrib regression tests for recent error messag...
2003-08-01  Tom LaneAdd missing #include.
2003-08-01  Tom LaneFix some minor portability issues, per Chris K-L.
2003-08-01  Tom LaneFix my own mistake in GUC variable annotation.
2003-08-01  Tom LaneImprove description of restoring pg_dumpall backups...
2003-08-01  Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-31  Tom LaneVery minor editing.
2003-07-31  Tom LaneFix mistaken error code assignments, per Peter's note...
2003-07-31  Tom LaneWhen using a temp installation, unset PGUSER and other...
2003-07-31  Tom LaneCause library-preload feature to report error if specif...
2003-07-31  Tom LaneUpgrade parsing code for ACLs to be less hokey and...
2003-07-31  Bruce MomjianModify:
2003-07-31  Bruce MomjianModify:
2003-07-31  Bruce Momjiancontraints -> constraints
2003-07-31  Bruce MomjianUpdate Turkish FAQ, Devrim GUNDUZ
2003-07-31  Bruce MomjianAdd fflush of stdout when outputing query.
2003-07-31  Bruce Momjian dbf2pg - Insert xBase-style .dbf-files into...
2003-07-30  Tom LaneAdd pretty-printing variants of pg_get_viewdef and...
2003-07-30  Bruce MomjianAdd:;
2003-07-30  Tom LaneFix numeric_smaller, numeric_larger, float4smaller...
2003-07-30  Bruce MomjianModify:
2003-07-30  Tom LaneCause ARRAY[] construct to return a NULL array, rather...
2003-07-30  Bruce MomjianAdd:
2003-07-30  Tom LaneWhen shutting down the regression test postmaster after...
2003-07-29  Tom LaneFix longstanding error in _bt_search(): should moverigh...
2003-07-29  Tom LaneCoerce unknown-literal-constant default values to the...
2003-07-29  Tom LaneThere is no reason to cast valuntil to timestamp, and...
2003-07-29  Tom LaneUse a process-specific temp file name, per Andreas...
2003-07-29  Tom LaneApply (a somewhat revised version of) Greg Mullane...
2003-07-28  Tom LaneCode review for recent GUC changes --- try to make...
2003-07-28  Tom LaneAdd error stack traceback support for SQL-language...
2003-07-28  Bruce MomjianThere was enough code drift since this patch, that...
2003-07-28  Tom LaneLocalizability improvement.
2003-07-28  Tom Laneelog() is no longer a gettext trigger --- all remaining...
2003-07-28  Tom LaneRename psql's VERBOSE variable to VERBOSITY, per sugges...
2003-07-28  Tom LaneA visit from the message-style police ...
2003-07-27  Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-27  Bruce MomjianUpdatge to skip composite types.
2003-07-27  Bruce MomjianTom, happier with the attached patch?
2003-07-27  Bruce MomjianAdjust oid2name to skip certain row types, per Tom.
2003-07-27  Tom LaneFix some localizability issues with existing errcontext...
2003-07-27  Tom LaneMove ERRCODE_XXX macros into their own header file.
2003-07-27  Tom Laneelog mop-up.
2003-07-27  Tom Laneelog mop-up.
2003-07-27  Tom LaneRemove unportable // comments.
2003-07-27  Bruce MomjianCleanup of timetravel compile warnings.
2003-07-27  Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-27  Bruce MomjianHere is 4 file in tgz:
2003-07-27  Bruce Momjian> Joe Conway <mail@joeconway.com> writes:
2003-07-27  Bruce Momjian> Am Son, 2003-06-22 um 02.09 schrieb Joe Conway:
2003-07-27  Bruce MomjianThis is a totally trivial patch for something that...
2003-07-27  Bruce Momjianhere are the patches for psql on Win32:
2003-07-27  Bruce MomjianThis makes the initcap function compatible with Oracle...
2003-07-27  Bruce MomjianThe deferred trigger queue pushing to disk patch pointe...
2003-07-26  Bruce Momjian>>You can alias $0, similar to the argument variables...
2003-07-26  Bruce MomjianFix for Linux startup script.
2003-07-26  Bruce MomjianHave SSL text print only when SSL mode is enabled.
2003-07-26  Bruce MomjianI corecting date_trunc('quarter',...) and friends becau...
2003-07-26  Bruce MomjianAt long last I put together a patch to support 4 client...
2003-07-26  Tom LaneUpdate to match error editing.
2003-07-25  Tom LaneError message editing in src/pl. The plpython module...
2003-07-25  Bruce MomjianDone:
2003-07-25  Bruce MomjianAdd mention of new SSL capabilities.
2003-07-25  Bruce MomjianUpdate copyrights to 2003.
2003-07-25  Bruce Momjian> Having read the list, and noticed the message about...
2003-07-25  Tom LaneRecent patch to dump nondefault attstorage settings...
2003-07-25  Tom LaneError message editing in backend/utils (except /adt).
2003-07-25  Bruce MomjianSeems my check constraint change did break stuff.
2003-07-25  Bruce Momjian> Rod Taylor <rbt@rbt.ca> writes:
2003-07-25  Michael MeskesAdded explicit casts for date/interval/timestamp.
2003-07-25  Peter EisentrautBegin improving markup of (past) release notes.
2003-07-25  Michael MeskesApplied Peter's patch to use yyless instead of my strin...
2003-07-25  Bruce MomjianNo need for Static.Entries, use -rHEAD.
2003-07-25  Bruce MomjianAdd example of cvs log pulls _just_ from HEAD.
2003-07-25  Tom LaneError message editing in backend/optimizer, backend...
2003-07-24  Tom LaneError message editing in backend/storage.
2003-07-24  Tom LaneFix a few portability issues, adjust error messages.
2003-07-24  Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-07-24  Tom LaneAdd tsearch2.
2003-07-24  Peter EisentrautFix grant option dumping and related cross-version...
2003-07-24  Michael MeskesFixed mdy functions to use correct offset.
2003-07-24  Tom LaneFix timestamp_date for HAVE_INT64_TIMESTAMP case.
2003-07-24  Bruce MomjianAdd to 7.3.4 release notes:
2003-07-24  Barry LindFixes additional sql injection vulnerabilities reported...
next