]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2000-10-02  Bruce MomjianUpdate TODO list.
2000-10-02  Bruce Momjianautoconf
2000-10-02  Bruce MomjianHere is the first batch of files and diffs for the...
2000-10-02  Bruce MomjianIn the meaning of bug-fix, the patch is not needed...
2000-10-02  Peter EisentrautCommunicate PGPORT and PGHOST via environment, not...
2000-10-02  Tom LaneHonor $(SHELL) when invoking pg_regress.
2000-10-02  Tom LaneFix silly typo that prevented resultmap from being...
2000-10-02  Tom LaneMake default ACL be consistent --- ie, starting point...
2000-10-02  Bruce Momjianautoconf
2000-10-02  Bruce MomjianFix configure types.h
2000-10-02  Bruce MomjianAdd sys/types include for sockaddr test to configure
2000-10-02  Bruce MomjianAdd missing python files.
2000-10-02  Bruce MomjianUpdate for PyGreSQL 3.0, from D'Arcy J.M. Cain
2000-10-01  Peter EisentrautFix quoting bug
2000-10-01  Peter EisentrautFix test order
2000-09-30  Tom LaneFix nasty TRUNCATE bug reported by Darrin Ladd. Relati...
2000-09-30  Peter EisentrautConvert more charset/locale documentation to DocBook
2000-09-30  Peter Eisentrautfix shell bug
2000-09-30  Bruce MomjianUpdate FAQ.
2000-09-30  Bruce MomjianUpdate TODO list.
2000-09-29  Bruce Momjianautoconf
2000-09-29  Bruce MomjianPlease apply the following patch to fix problems with...
2000-09-29  Peter EisentrautAdd `id' attributes to all `chapter' and `sect1' tags...
2000-09-29  Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-29  Peter EisentrautNew unified regression test driver, test/regress makefi...
2000-09-29  Peter EisentrautStandardize on __CYGWIN__ rather than __CYGWIN32__...
2000-09-29  Peter EisentrautEnable initdb to create several levels of directories...
2000-09-29  Peter EisentrautLinking with -lc or -lm crashes on Cygwin; filter out...
2000-09-29  Peter EisentrautCygwin uses _sys_nerr for sys_nerr
2000-09-29  Hiroshi InoueBufferAlloc() doesn't allocate write error buffers.
2000-09-29  Hiroshi Inoueavoid database-wide restart on write error
2000-09-28  Peter EisentrautCygwin doesn't have DST before 1970 either
2000-09-27  Peter EisentrautFixes for Cygwin, with help from Pete Forman <gsez020...
2000-09-27  Bruce MomjianChange with delimiters to using delimiters in psql...
2000-09-27  Peter EisentrautReset current user id to session user id during transac...
2000-09-26  Michael Meskes- Synced preproc.y with gram.y.
2000-09-26  Tatsuo IshiiFix compile error in ecpg when enable-multibyte is...
2000-09-25  Peter Eisentrautdocument configure --without-tk
2000-09-25  Peter EisentrautWhen the RI triggers lock the PK table, temporarily...
2000-09-25  Peter EisentrautRevise Tcl/Tk configuration. Make missing Tcl after...
2000-09-25  Tom LaneCorrect error in grammar for subselect-in-FROM: SQL...
2000-09-25  Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-25  Tom LaneSystem neglected to complain about ungrouped variables...
2000-09-25  Tom LaneKarel missed an ichar->chr ...
2000-09-25  Bruce MomjianChange // to /*.
2000-09-25  Bruce Momjian the patch include:
2000-09-25  Bruce Momjiandisable plperl again.
2000-09-25  Tom LaneAcquire read lock on a buffer while writing it out...
2000-09-24  Tom LaneTweak resultmap so that geometry regress test selects...
2000-09-23  Tom LaneClean up some ugly coding (hardwired constants) in...
2000-09-23  Peter EisentrautThese are obsolete.
2000-09-22  Peter EisentrautDon't free() the result of getpwuid().
2000-09-22  Tom LaneSetPGVariable() crashed on SET DateStyle TO DEFAULT...
2000-09-22  Tom LaneAdd check of 'SET DateStyle TO DEFAULT'.
2000-09-21  Peter EisentrautReplace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH...
2000-09-21  Michael Meskes*** empty log message ***
2000-09-20  Tom LaneFix coredump in copyCommentStmt().
2000-09-20  Michael Meskes*** empty log message ***
2000-09-19  Tom LaneMake sure that FlushRelationBuffers() is invoked by...
2000-09-19  Tom LaneFix GEQO optimizer to work correctly with new outer...
2000-09-19  Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-19  Michael Meskes*** empty log message ***
2000-09-18  Tom LaneMake rule lister use aliases from FROM clause when...
2000-09-18  Peter EisentrautMove contrib/odbc/odbc.sql together with odbc driver...
2000-09-18  Philip WarnerOnly retrieve view definition if relation is a view...
2000-09-18  Philip WarnerUses column select expressions to get object object...
2000-09-17  Tom LaneParse JOIN/ON conditions with the proper visibility...
2000-09-17  Peter EisentrautAdd a blurb about what tools are required to build.
2000-09-17  Peter Eisentrautpsql forgot to close connection before re-issuing passw...
2000-09-17  Tom LaneImprove error message for dumpRules() failure
2000-09-17  Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-09-15  Tom LaneAdd ILIKE operators ~~*, !~~* to documentation.
2000-09-15  Tom LaneVariant horology resultfiles are inconsistent with...
2000-09-15  Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-15  Tatsuo IshiiAllow PL/pgSQL accept non ascii identifiers
2000-09-15  Philip WarnerMinor code cleanup (cast away const-ness)
2000-09-15  Philip Warner- Support for relkind = RELKIND_VIEW.
2000-09-14  Thomas G. LockhartMove a few specific tests to isolate homogenous type...
2000-09-14  Bruce MomjianAdd new FAQ's.
2000-09-14  Bruce Momjianrename README.Charsets
2000-09-12  Bruce Momjiantypo fix
2000-09-12  Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12  Bruce Momjiantypo fix
2000-09-12  Bruce Momjiandatatype -> data type.
2000-09-12  Tom LaneFix relation-to-view conversion so that it doesn't...
2000-09-12  Tom LaneUpdate expected/horology-no-DST-before-1970.out for...
2000-09-12  Tom LaneClean up compiler warning.
2000-09-12  Tom LaneSuppress compile warnings caused by failure to use...
2000-09-12  Bruce MomjianAs if my JDBC patch hasn't already caused enough grief...
2000-09-12  Tom LaneRemove incorrect extra heap_close when deleting a built...
2000-09-12  Bruce MomjianUpdate FAQ.
2000-09-12  Vadim B. MikheevBtree WAL records.
2000-09-12  Thomas G. LockhartAdd regression tests for date, time, and time with...
2000-09-12  Thomas G. LockhartModify date->timestamp conversion to use mktime().
2000-09-12  Thomas G. LockhartConsolidate FAQ and README info on character sets into...
2000-09-12  Thomas G. LockhartUpdate to refer to more recent stylesheets in my home...
2000-09-12  Thomas G. LockhartClean up markup to be more correct.
2000-09-12  Thomas G. LockhartFix inconsistancies in field names. From Tom Samplonius...
2000-09-12  Bruce MomjianAttached is a patch that prevents a NullPointerExceptio...
2000-09-12  Bruce MomjianThis patch implements the following command:
next