]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2000-03-17  Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-16  Tom LaneUpdate config.guess and config.sub to latest versions...
2000-03-16  Tom LaneTweak horology regress test to ensure platform-independ...
2000-03-16  Bruce MomjianSince it has been confirmed working on the bugs list...
2000-03-16  Bruce Momjianlibpq++ Makefile uses -DDEBUG to turn on debugging...
2000-03-16  Thomas G. LockhartFix typo (introduced by xemacs markup normalization...
2000-03-16  Thomas G. LockhartSupport full POSIX-style time zone: EST+3, PST-3, etc.
2000-03-16  Thomas G. LockhartSupport full POSIX-style time zone: EST+3, PST-3, etc.
2000-03-16  Thomas G. LockhartSupport full POSIX-style time zone: EST+3, PST-3, etc.
2000-03-16  Tatsuo IshiiFixes for char_length() change.
2000-03-16  Tatsuo IshiiFixes for char_length() changes.
2000-03-16  Tom LaneTurns out that Mazurkiewicz's gripe about 'function...
2000-03-16  Tatsuo IshiiFix for char_length() changes
2000-03-16  Tom LaneFix some (more) problems with subselects in rules....
2000-03-16  Bruce Momjian Hi,
2000-03-15  Tom LaneUpdate comment obsoleted by Thomas's latest fixes.
2000-03-15  Tom LaneTweak GROUP BY so that it will still accept result...
2000-03-15  Michael Meskes*** empty log message ***
2000-03-15  Tom LaneFix busted TRANSLATE() code --- it coredumped due to...
2000-03-15  Bruce MomjianFix " to ' on lobj docs.
2000-03-15  Tom LaneRemove another incorrect UserAbortTransactionBlock...
2000-03-15  Tom LaneRemove gratuitous and incorrect begin/commit transactio...
2000-03-15  Tom LaneFix a couple of missed changes in expected results.
2000-03-15  Tom LaneAdd 'datetime' -> 'timestamp' conversion to xlateSqlFun...
2000-03-14  Tom LaneRepair unintentional damage to MULTIBYTE code.
2000-03-14  Tom LaneCache fmgr lookup data for index's getnext() function...
2000-03-14  Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-14  Thomas G. LockhartWrite up new TIME WITH TIME ZONE type.
2000-03-14  Tom LaneMarginal performance improvement in LockBuffer ---...
2000-03-14  Bruce Momjian> I have improved the System V semaphore emulation...
2000-03-14  Bruce Momjian> To make PostgreSQL compilable on Digital Unix I had...
2000-03-14  Bruce Momjian> Here is an extension of the regression test suite...
2000-03-14  Bruce Momjian> Here is an extension of the regression test suite...
2000-03-14  Bruce Momjian> The snprintf stuff in interfaces/ecpg/preproc/Makefil...
2000-03-14  Tatsuo IshiiDetect postmaster being ready by calling psql -l rather...
2000-03-14  Tom LaneFix some bogosities in the code that deals with estimat...
2000-03-13  Peter EisentrautFixed deficiency where an unterminated (no semicolon...
2000-03-13  Tom LaneExtend numeric_round and numeric_trunc to accept negati...
2000-03-13  Tom LaneRemove unnecessary limitations on lengths of bpchar...
2000-03-13  Tom LanePerformance improvement for lexing long strings: increa...
2000-03-12  Tom LaneSomehow, the variant NATIONAL CHAR [ VARYING ] was...
2000-03-12  Tom LaneFix performance bug in constant-expression simplifier...
2000-03-12  Tom LaneFix performance problem in fireRIRonSubselect: with...
2000-03-12  Tom LaneClean up grammar's handling of NULL in expressions...
2000-03-11  Tom LaneFurther tweaking of logic that decides when to material...
2000-03-11  Tom LaneMake TypeCategory think that NAME is a member of type
2000-03-11  Tom LaneFurther fixes for bogus list-slinging, scribbling on...
2000-03-11  Peter EisentrautKarel Zakr's revised patch to fix psql prompt for local...
2000-03-11  Tom Laneexec_simple_check_plan() must not allow a plan having...
2000-03-11  Tom LaneFinish cleaning up backend's handling of /* ... */...
2000-03-11  Tom LaneUpdate libpq documentation for PQconndefaults() change...
2000-03-11  Tom LaneChange PQconndefaults() to return a malloc'd array...
2000-03-11  Tom LaneUpdate perl5's self-test for changed spelling of connec...
2000-03-10  Peter EisentrautOkay, this time I *really* added the bug reporting...
2000-03-10  Marc G. Fourniermake sure that cvslog is workign right ... no changes...
2000-03-10  Michael Meskes*** empty log message ***
2000-03-09  Bruce MomjianUpdate TODO list.
2000-03-09  Bruce MomjianRemove SHOW after datestyle reset.
2000-03-09  Bruce MomjianFix for bsdi 4.1 shared libraries.
2000-03-09  Peter EisentrautAdded bug reporting guidelines
2000-03-09  Michael Meskes*** empty log message ***
2000-03-09  Tom LaneRedo permissions-checking code so that it does the...
2000-03-09  Hiroshi InoueTrial implementation of ALTER DROP COLUMN.
2000-03-08  Tom LaneExtend #ifdef CLOBBER_FREED_MEMORY debugging option...
2000-03-08  Tom LaneRepair access-to-already-freed-memory error recently...
2000-03-08  Tom LaneFix ==-instead-of-= typo that gcc does its level best...
2000-03-08  Tom LaneClean up gmake warning caused by recent NetBSD patch...
2000-03-08  Bruce MomjianHi,
2000-03-08  Bruce MomjianI've made a diff against the 7.0beta1 tree that accompl...
2000-03-08  Bruce MomjianBruce and all:
2000-03-08  Bruce MomjianReversed out inet patch.
2000-03-08  Bruce Momjian Hi Peter,
2000-03-08  Bruce MomjianHi,
2000-03-07  Bruce MomjianProtects you from coredumps if you do eg. str::int4...
2000-03-07  Bruce MomjianI've recently written to pgsql-ports about a problem...
2000-03-07  Tom LaneSomeone (probably me) forgot about handling of typecast...
2000-03-07  Bruce MomjianFix problems with pg_upgrade found by Kardos, Dr. Andrea
2000-03-07  Bruce MomjianSorting for the inet data type randomly returns the...
2000-03-07  Michael Meskes*** empty log message ***
2000-03-06  Tatsuo IshiiAdd SQL_ASCII encoding test case
2000-03-05  Peter EisentrautForgot to run autoconf.
2000-03-05  Peter EisentrautAdded configure test for readline's filename_completion...
2000-03-03  Michael Meskes*** empty log message ***
2000-03-03  Michael Meskes*** empty log message ***
2000-03-03  Michael Meskes*** empty log message ***
2000-03-02  Michael Meskes*** empty log message ***
2000-03-02  Michael Meskes*** empty log message ***
2000-03-02  Tom LaneApply a MATERIAL node to the result of an uncorrelated...
2000-03-02  Tom LaneHmm, it seems nodeMaterial has been broken for a good...
2000-03-02  Bruce MomjianPatch for Irix from Mark Dalphin.
2000-03-01  Peter EisentrautMore fixes for psql ^C handling, especially during...
2000-03-01  Bruce MomjianNew plperl Makefile.
2000-03-01  Bruce MomjianAdd QNX fixes from Kardos, Dr. Andreas
2000-03-01  Tom LaneequalAttr() had its strcmp test backwards :-(
2000-03-01  Tom LaneSmall performance improvement in comparetup_heap.
2000-03-01  Michael Meskes*** empty log message ***
2000-03-01  Hiroshi InoueChange reindex command to work properly with gist/hash...
2000-03-01  Tom LaneSimplify parsing of column constraints by treating...
2000-03-01  Tatsuo IshiiRemove using puts() to print messages. Instead use...
2000-02-29  Jan WieckChanged execution time of ON <event> RESTRICT referential
next