]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2000-02-21  Tom LaneClean up some really grotty coding in catcache.c, impro...
2000-02-21  Hiroshi Inouefix the TODO
2000-02-21  Tatsuo IshiiFixes for \encoding command.
2000-02-21  Tom LaneUpdate discussion of aggregate syntax to mention ALL.
2000-02-21  Tom LaneUpdate SELECT documentation to have a more thorough...
2000-02-21  Tom LaneTweak planner to use OFFSET+LIMIT, not just LIMIT,...
2000-02-20  Tom LaneFurther cleanups for type coercion: treat the locution...
2000-02-20  Tom LaneCreate a new expression node type RelabelType, which...
2000-02-20  Peter EisentrautForgot to include the documentation for \encoding ...
2000-02-20  Peter EisentrautMoved psql \eset and \eshow to \encoding
2000-02-20  Tom LaneFix broken list-slinging logic in func_select_candidate and
2000-02-20  Tom LaneEven after the great date/time consolidation, TypeCateg...
2000-02-20  Tom LaneReduce proc_exit(1) to proc_exit(0) for errors detected...
2000-02-20  Tom LaneFix missing \n in some psql_error calls.
2000-02-20  Tom LaneAdd a simple regress test for SERIAL --- it's not much,
2000-02-20  Tom LaneFix SERIAL columns, which Thomas inadvertently broke...
2000-02-19  Tom LaneRepair longstanding violation of SQL92 semantics: GROUP...
2000-02-19  Tom LaneApply Keith Park's updates for expected/horology-solari...
2000-02-19  Tom LaneGet rid of postgres.c's separate parsing logic for...
2000-02-19  Tom LaneAccept the noise-word ALL in aggregate function invocat...
2000-02-19  Tom Laneplperl's makefile tried to use perl's choice of compile...
2000-02-19  Tom LaneHP's compiler objects (quite rightly too) to 'static...
2000-02-19  Thomas G. LockhartFirst workaround solution for Jan's column constraint...
2000-02-19  Thomas G. LockhartClean up markup so docs will compile.
2000-02-19  Thomas G. LockhartUpdate for new Irix info.
2000-02-19  Tatsuo IshiiFix nasty bug in setting client_encoding
2000-02-19  Tatsuo IshiiAdd new backslash command \eset and \eshow.
2000-02-19  Tatsuo IshiiFix compiler warning
2000-02-19  Tom LaneClean up scan.l's handling of \r vs \n --- they are...
2000-02-19  Tom LaneRemove gcc warnings. The Postgres world isn't really...
2000-02-18  Tom LanePlug some more memory leaks in the planner. It still...
2000-02-18  Michael Meskes*** empty log message ***
2000-02-18  Michael Meskes*** empty log message ***
2000-02-18  Hiroshi InoueImplement reindex command
2000-02-18  Michael Meskes*** empty log message ***
2000-02-18  Tom LaneReplace inefficient _bt_invokestrat calls with direct...
2000-02-18  Peter EisentrautFixed handling of old --with-mb option using newly...
2000-02-17  Michael Meskes*** empty log message ***
2000-02-17  Hiroshi InoueFix assert bug(was my fault)
2000-02-17  Tom LaneFinish repairing 6.5's problems with r-tree indexes...
2000-02-17  Tom LaneUpdate expected/horology-no-DST-before-1970.out to...
2000-02-16  Bruce MomjianPackage: postgresql
2000-02-16  Bruce MomjianREADME not needed anymore.
2000-02-16  Thomas G. LockhartAll regression tests pass except for rules.sql (unrelated).
2000-02-16  Thomas G. LockhartAll regression tests pass except for rules.sql (unrelated).
2000-02-16  Thomas G. LockhartImplement "date/time grand unification".
2000-02-16  Thomas G. LockhartMake ISO date style (e.g. "2000-02-16 09:33") the default.
2000-02-16  Michael Meskes*** empty log message ***
2000-02-16  Bruce Momjianinclude cleanup
2000-02-16  Bruce MomjianClean up include files use in psql.
2000-02-16  Michael Meskes*** empty log message ***
2000-02-16  Tom LaneIf we don't have any stats for a boolean column, assume
2000-02-16  Tom LaneMake eqsel produce better results for boolean columns,
2000-02-15  Tom LaneUpdate EXPLAIN documentation to reflect the fact that the
2000-02-15  Tom LaneRemove long-dead code.
2000-02-15  Tom LaneFix missing lfirst() in ListTableAsAttrs(). This code
2000-02-15  Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-15  Tom LaneChange to report COPY line number in error messages...
2000-02-15  Michael Meskes*** empty log message ***
2000-02-15  Tom LaneSilence gcc warning about uninitialized var.
2000-02-15  Tom LaneRemoved unused var to silence gcc warning.
2000-02-15  Michael Meskes*** empty log message ***
2000-02-15  Tom LaneRepair bogus rule display of attr lists.
2000-02-15  Tom LaneRemove some // comments, which are not ANSI C last...
2000-02-15  Thomas G. LockhartRename file to be consistant with other platform-specif...
2000-02-15  Thomas G. LockhartFix extraneous ending tag on libpq.sgml.
2000-02-15  Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-02-15  Thomas G. LockhartUpdate "join syntax" test for new capabilities.
2000-02-15  Thomas G. LockhartAdd line to mention PST8PDT time zone. Seems useful...
2000-02-15  Thomas G. LockhartFix up error message to start with cap letter.
2000-02-15  Thomas G. LockhartFix up tabbing for _int8 entry.
2000-02-15  Thomas G. LockhartAdd "DEC" as synonym for "DECIMAL".
2000-02-15  Thomas G. LockhartRecognize special case of POSIX time zone: "GMT+8"...
2000-02-15  Thomas G. LockhartFix up error and log messages.
2000-02-14  Bruce MomjianI suspect that you are not the person to send this...
2000-02-14  Bruce MomjianUpdate README.NT with new NT ipc location.
2000-02-14  Michael Meskes*** empty log message ***
2000-02-13  Peter EisentrautAdjusted psql echoing options (-a and -e)
2000-02-13  Bruce Momjiancontrib-array.patch
2000-02-13  Bruce Momjian2. trigger.c fails to compile due to a syntax error...
2000-02-10  Peter EisentrautDefault argument for createdb
2000-02-10  Bruce MomjianAdd btree indexing of boolean values
2000-02-10  Bruce MomjianImprove default compile ops.
2000-02-10  Bruce MomjianAdd no CVS to make_mkid.
2000-02-10  Bruce MomjianPrevent tags files in cvs directory.
2000-02-10  Bruce MomjianYou will need to copy "config.h.win32" to "config.h...
2000-02-10  Bruce MomjianUpdate length to 31.
2000-02-09  Bruce MomjianHere is the patch to add plperl to droplang.
2000-02-09  Bruce MomjianUpdate TODO list.
2000-02-09  Bruce MomjianI checked the WinNT port yesterday (a few days old...
2000-02-09  Hiroshi InoueEnable backward sequential scan even after reaching...
2000-02-09  Peter EisentrautFixed broken initdb --show patch
2000-02-09  Tom LaneOoops ... 'char c' can hold a char, but it can't hold...
2000-02-08  Bruce Momjian yesterday I had a problem with initdb. I set bad envir...
2000-02-08  Bruce Momjian I'm sending patch with new version of to_char numbers...
2000-02-07  Peter EisentrautFixed psql double quoting of SQL ids
2000-02-07  Bruce MomjianMask removal of network_ops in 7.0.
2000-02-07  Jan WieckEnabled MATCH <unspecified>
2000-02-07  Jan WieckAdded complete MATCH <unspecified> support contributed...
2000-02-07  Jan WieckDisable/reenable triggers for data only dump.
next