]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-04-13  Bruce MomjianAdd:
2002-04-13  Bruce MomjianMention precision of NUMERIC in docs.
2002-04-13  Bruce MomjianAdd:
2002-04-12  Tom LaneChecking to decide whether relations are system relatio...
2002-04-12  Tom LaneTweak error message wording.
2002-04-12  Bruce MomjianAllow prompting of create/drop user to handle spaces.
2002-04-12  Bruce MomjianAllow dropdb and others to use identifiers with spaces...
2002-04-12  Bruce MomjianUpdate new Russian FAQ.
2002-04-12  Hiroshi Inoue1) Fix a bug in declare/fetch mode.
2002-04-11  Bruce MomjianAdd mention of function CREATE INDEX usage.
2002-04-11  Bruce MomjianCleanup in use of IFS.
2002-04-11  Tom LaneUpdate obsolete syntax in example of inheritance.
2002-04-11  Bruce MomjianMake sure leading/trailing/multiple consecutive space...
2002-04-11  Tom LaneRestructure representation of aggregate functions so...
2002-04-11  Bruce MomjianFix pg_upgrade to handle dbnames, user/group names...
2002-04-11  Peter EisentrautMake sure that usesuper is always accessed through...
2002-04-11  Bruce MomjianFix problem with invalid database name assignment in...
2002-04-10  Peter EisentrautReadline and Zlib now required by default. Add options...
2002-04-10  Peter EisentrautAdd make install-strip target.
2002-04-10  Hiroshi InouePrevent an infinite loop of error reporting.
2002-04-09  Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-09  Bruce MomjianUpdate pg_upgrade for 7.3.
2002-04-09  Bruce MomjianPoint to developers site, not my hostname.
2002-04-09  Bruce MomjianUpdate FAQ.
2002-04-09  Bruce MomjianUpdate:
2002-04-09  Bruce MomjianRemove TODO.detail domain file.
2002-04-09  Bruce MomjianRemove TODO.detail domain file:
2002-04-09  Bruce MomjianAdded:
2002-04-09  Hiroshi InoueLet psqlodbc30 be compilable without /D DRIVER_CURSOR_I...
2002-04-09  Bruce MomjianAdd:
2002-04-09  Bruce MomjianUpdate FAQ.
2002-04-09  Bruce MomjianMore cleanups of cursor text.
2002-04-09  Bruce MomjianFix markup problem with recent change.
2002-04-09  Bruce MomjianUpdate refcursor documentation with examples of how...
2002-04-09  Bruce MomjianFix SGML markup problem.
2002-04-08  Bruce MomjianUpdate comment to clarify fetch limit and LIMIT.
2002-04-08  Tom LaneDocument genbki.sh's ability to auto-assign OIDs for...
2002-04-08  Tom LaneDST-transition-sensitive tests seem to be in horology...
2002-04-08  Tatsuo IshiiFix PQescapeBytea/PQunescapeBytea so that they handle...
2002-04-07  Bruce MomjianAdd:
2002-04-06  Tom LaneImplement partial-key searching of syscaches, per recen...
2002-04-06  Bruce MomjianUpdate Japanese FAQ.
2002-04-05  Bruce Momjian> > This patch corrects the use of rpath and export...
2002-04-05  Bruce MomjianThis patch adds a missing heap_freetuple() to renamerel...
2002-04-05  Bruce MomjianMark as done:
2002-04-05  Bruce MomjianAdd INSERT(..., DEFAULT, ).
2002-04-05  Bruce MomjianI was tinkering with creating rules on views (so, for...
2002-04-05  Bruce MomjianAdds domain dumping support to pg_dump.
2002-04-05  Bruce MomjianWhen a macro is replaced by the preprocessor, pgc.l...
2002-04-05  Bruce MomjianLooks like a small patch is needed as well to do the...
2002-04-05  Tom LaneUndo not-so-hot decision to postpone insertion of defau...
2002-04-05  Bruce MomjianMark as done:
2002-04-05  Tom LaneDivide functions into three volatility classes (immutab...
2002-04-04  Hiroshi InoueFix a bug in SQLError().
2002-04-04  Bruce MomjianDuplicate removed:
2002-04-04  Bruce MomjianMark as done:
2002-04-04  Bruce MomjianThis patch against 0.98.7 lib/tables.tcl will allow...
2002-04-04  Bruce MomjianUpdate to new version of Oracle conversion utility...
2002-04-04  Bruce MomjianCleanup of level ordering and add missing LOG entry.
2002-04-04  Bruce MomjianAdd missing mention of 'log' option for client_min_mess...
2002-04-04  Bruce MomjianAuthentication improvements:
2002-04-04  Hiroshi InoueFix a bug in multibyte_strchr().
2002-04-03  Peter EisentrautLocale support is on by default. The choice of locale...
2002-04-03  Tom LaneReplace perror() calls by elog()s, so that messages...
2002-04-03  Tom LaneAllow postmaster to start up anyway when PGSTAT code...
2002-04-02  Hiroshi InoueFix compiler warnings.
2002-04-02  Hiroshi Inoue[HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l
2002-04-02  Hiroshi InoueRemoved obsolete DROP_COLUMN_HACK stuff.
2002-04-02  Tom LaneTweak SERIAL column creation to emit a fully qualified...
2002-04-02  Barry LindRemoved error message that was incorectly being issued...
2002-04-02  Tom LaneFix CLOG truncation code to not do the Wrong Thing...
2002-04-02  Tom LaneFix contrib/dbsize for schema-qualified table names.
2002-04-02  Tom LaneMake VACUUM handle schema-qualified relation names...
2002-04-01  Tom LaneAdd tgconstrrelid to stored Trigger structures, make...
2002-04-01  Bruce MomjianAttached is a patch which adds 2 missing semi-colons to
2002-04-01  Bruce MomjianUpdate for SET/DROP NOT NULL.
2002-04-01  Tom LaneALTER TABLE SET/DROP NOT NULL, from Christopher Kings...
2002-04-01  Tom LaneCreate a new GUC variable search_path to control the...
2002-04-01  Hiroshi Inoue1) Add rollback functionality to updatable cursors.
2002-04-01  Tom LaneTemporary kluge to let RI triggers work on tables outsi...
2002-04-01  Bruce MomjianOops, not sure these are done.
2002-04-01  Tom LaneFix broken PG_VERSION_STR.
2002-03-31  Bruce MomjianFixed now, I think:
2002-03-31  Tom LaneMake renamerel take an OID, not a RangeVar, to identify...
2002-03-31  Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-30  Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-30  Peter EisentrautFix more random breakage manifesting on FreeBSD.
2002-03-30  Peter EisentrautReorder some things so prerequisite macros don't get...
2002-03-29  Tom LaneMop-up some infelicities in new relation lookup handling.
2002-03-29  Peter EisentrautAdd missing comma.
2002-03-29  Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-29  Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2002-03-29  Bruce MomjianFix ODBC warnings about missing parens and pg_ismb...
2002-03-29  Bruce MomjianFox for old python PyMem_DEL, was PyMem_Del,
2002-03-29  Bruce MomjianFix '#' commant to be proper C comment.
2002-03-28  Hiroshi Inoue[2002-03-28]
2002-03-27  Peter EisentrautDon't mark up as acronym that which is not an acronym.
2002-03-27  Peter EisentrautReset parenthesis level counter upon \r.
2002-03-27  Barry Lindapplied patch from Liam Stewart fixing a message in...
2002-03-27  Peter EisentrautImprove spelling of lock names, and some other editing.
next