]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2000-02-28 Bruce Momjianautoconf
2000-02-28 Bruce MomjianUpdate ecpg to use snprintf
2000-02-28 Bruce MomjianUpdate HISTORY file.
2000-02-28 Bruce MomjianUpdate TODO list.
2000-02-28 Bruce MomjianFix comment spacing.
2000-02-28 Byron Nikolaidisupdate to 6.40.0009 and provide WIN32 defines for auto...
2000-02-28 Bruce Momjianremove extra include.
2000-02-28 Byron Nikolaidismissing state transition
2000-02-27 Tom LaneLooks like I broke SET variable = DEFAULT awhile ago...
2000-02-27 Tom LaneCorrect bogus syntax in SET example.
2000-02-27 Tom LaneAvoid a little bit of unnecessary computation in canoni...
2000-02-27 Bruce MomjianUpdate TODO list.
2000-02-27 Tom LaneAdd lztext to TypeCategory so that lztext OP text cases...
2000-02-27 Tom LaneJan forgot to increment catversion when adding lztext...
2000-02-27 Bruce MomjianUpdate history
2000-02-27 Jan WieckReactivated LZTEXT data type and changed rule plan...
2000-02-27 Tatsuo IshiiUpdate expected files due to the psql format change
2000-02-27 Tatsuo IshiiSuppress unneccesary message from createdb
2000-02-27 Tatsuo IshiiAdd SQL_ASCII test case
2000-02-27 Tatsuo IshiiFix multibyte regress results for EUC_CN, EUC_KR and...
2000-02-27 Tatsuo IshiiAdd LinuxPPC mappings
2000-02-27 Tom LaneClean up badly-formatted error messages from pg_connect.
2000-02-27 Tom LaneAdd Assert() to check for trying to heap_close a relati...
2000-02-27 Tom LaneAdd 'volatile' declarations to silence gcc warnings...
2000-02-27 Tom LaneMinor improvements in regprocout() and oidvectortypes().
2000-02-27 Tom LaneFix poorly worded error messages for unary operator...
2000-02-27 Tom LaneClean up dependencies for version.o.
2000-02-27 Tom LaneClean up dependencies for version.o.
2000-02-27 Tom LaneClean up dependencies for version.o.
2000-02-27 Tom LaneFix a couple of inconsistent usages of include <.....
2000-02-26 Bruce MomjianAdd 7.0 changes to HISTORY file. This has to go into...
2000-02-26 Tom LaneAdd date and time datatype handling to convert_to_scala...
2000-02-26 Tom LaneChange rule dumper to produce reasonable output for...
2000-02-26 Tom LaneFix exprTypmod to recognize length-coercion function...
2000-02-26 Tom Lanepsql's \d command wasn't doing the right things with...
2000-02-26 Tom LaneI had managed to break acceptance of "char", which...
2000-02-26 Tom LaneUndo a couple of mistaken applications of NameStr(...
2000-02-26 Tom LaneShared-memory hashtables have non-extensible directorie...
2000-02-25 Michael Meskes*** empty log message ***
2000-02-25 Michael Meskes*** empty log message ***
2000-02-25 Bruce MomjianUpdate TODO list.
2000-02-25 Tom LaneFix longstanding bug that kept functional indexes from...
2000-02-24 Peter EisentrautEnabled regression driver to run without PGLIB set.
2000-02-24 Bruce MomjianSuppress timespan and datetime ops from being brought...
2000-02-24 Bruce MomjianAdd missing files like foreign key regression tests...
2000-02-24 Bruce Momjian The following is required in order to make beta1...
2000-02-24 Tom LaneTweak libpq so that if a backend ERROR message arrives...
2000-02-24 Hiroshi InoueCheck pending cancel request before waiting for lock
2000-02-24 Hiroshi InoueAdd the check CommonSpecialPortal in use(my fault)
2000-02-24 Tom LaneAdd numeric <-> int8 and numeric <-> int2 conversion...
2000-02-24 Tom LaneMake make_const() check the size and precision of a...
2000-02-24 Tom Laneint8in failed to detect overflow; it really should.
2000-02-23 Bruce MomjianFix plpsql for bsdi.
2000-02-23 Michael Meskes*** empty log message ***
2000-02-23 Bruce Momjian1. miscadmin.h needs to include sys/types.h for a defin...
2000-02-22 Bruce MomjianWell, here's the first pass on regression
2000-02-22 Michael Meskes*** empty log message ***
2000-02-22 Bruce MomjianUpdate TODO list.
2000-02-22 Bruce MomjianUpdate TODO list.
2000-02-22 Hiroshi InoueChange cancel while waiting-for-lock stuff.
2000-02-22 Bruce MomjianUpdate TODO list.
2000-02-22 Tom LaneFirst post-beta1 bug fix :-(. Silly typo in new coding...
2000-02-21 Tom LaneQuick hack solution so that pg_dump of views works...
2000-02-21 Peter EisentrautFixed psql's Control-C handling when COPY in progress
2000-02-21 Tom LaneOops, commited a test version of this file by accident...
2000-02-21 Tom LaneChange parse-time representation of float literals...
2000-02-21 Tom LaneTo avoid confusion during early beta testing, commit...
2000-02-21 Bruce MomjianUpdate TODO list.
2000-02-21 Tom LaneClean up temp file in 'make clean'.
2000-02-21 Jan WieckAvoid race conditions in detection of EINPROGRESS durin...
2000-02-21 Hiroshi InoueFix "Invalid XID in t_cmin" error in vacuum.
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...
next