OSDN Git Service

pg-rex/syncrep.git
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.
2000-02-07 Tom LaneRepair planning bugs caused by my misguided removal...
2000-02-07 Tatsuo Ishiichange copyright year 1999->2000
2000-02-07 Hiroshi InoueAllow SELECT .. FOR UPDATE in PL/pgSQL.
2000-02-07 Hiroshi InoueRemove ugly call ImmediateSharedRelationCacheInvalidate()
2000-02-06 Jan WieckRemoved special hack causing ON UPDATE NO ACTION trigger to
2000-02-06 Bruce MomjianSolaris has always had problems with 1947 in the
2000-02-06 Tom LaneRename same() to sameseti() to have a slightly less...
2000-02-06 Tatsuo IshiiFix a bug when specfying -D option.
2000-02-05 Tom LaneReplace nth() calls in inner loops with traversal of...
2000-02-05 Tom LaneFurther cleanup for OR-of-AND WHERE-clauses. orindxpat...
2000-02-05 Bruce MomjianUpdate TODO list.
2000-02-05 Tatsuo IshiiChange function name PQclientencoding to PQclientEncodi...
2000-02-05 Tatsuo IshiiChange function name PQclientencoding to PQclientEncodi...
2000-02-05 Jan WieckEnabling automatic primary key detection for self-refer...
2000-02-04 Jan WieckSmall bugfix for DROP TABLE if table is self-referenced by
2000-02-04 Bruce MomjianUpdate TODO list.
2000-02-04 Jan WieckAdded ALTER TABLE ... ADD CONSTRAINT (provided by Steph...
2000-02-04 Jan WieckMade prototypes for yyerror() consistent with Bruce...
2000-02-04 Bruce MomjianUpdate TODO list.
2000-02-04 Tom LaneSquash longstanding memory leak: when catcache.c copied...
2000-02-03 Bruce MomjianUpdate TODO list.
2000-02-03 Tom LaneMake EXPLAIN results for Append, Group, Agg, Unique...
2000-02-03 Tom LaneRepair relation refcount leakage caused by SELECT FOR...
2000-02-02 Jan WieckInconsistency in CREATE CONSTRAINT TRIGGER with the
2000-02-02 Thomas G. LockhartAdd short chapter in developer's guide on formatting...
2000-02-02 Thomas G. LockhartAdd information on QNX port from Andreas Kardos.
2000-02-02 Thomas G. LockhartRemove extraneous end tag. Code now compiles cleanly.
2000-02-02 Thomas G. LockhartAdd info on debian package installation of sgml toolkits.
2000-02-02 Thomas G. LockhartAdd detailed information on Australian time zones.
2000-02-02 Thomas G. LockhartUpdate with current summary information on pgadmin.
2000-02-02 Peter Eisentraut*** empty log message ***
2000-01-31 Jan WieckFixed bug in NO ACTION trigger proc entries.
2000-01-31 Tom LaneFix problems seen in parallel regress tests when SI...
2000-01-31 Tom LaneHmm, equalfuncs didn't know about SortClause or GroupClause
2000-01-30 Byron NikolaidisAdded numeric and int8 types.
2000-01-29 Tom LaneDelete unused and long-dead header file.
2000-01-29 Tom LaneModify uses of RelationFlushRelation and RelationCacheI...
2000-01-29 Bruce MomjianUpdate TODO list.
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-29 Bruce MomjianUpdate copyright file.
2000-01-29 Bruce MomjianAttached is a uuencoded tarball that contains
2000-01-28 Bruce MomjianPatch from Hiroshi for overflow btree comparison.
2000-01-28 Bruce MomjianUpdate TODO list.
next