]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-09-04  Tom LaneAvoid multiple scans of utils/mb/conversion_procs/...
2002-09-04  Bruce MomjianStamp configure.in with 7.3b1, not just 7.3. Seems...
2002-09-04  Bruce MomjianUpdate based on TODO file contents.
2002-09-04  Bruce MomjianFile list cleanup.
2002-09-04  Bruce MomjianSpellcheck of HISTORY.
2002-09-04  Bruce MomjianUpdate files to be changed.
2002-09-04  Bruce MomjianBrand 7.3. Ready for beta!
2002-09-04  Bruce MomjianUpdate new HISTORY file for 7.3!
2002-09-04  Tatsuo IshiiRefrect changes made by Tom Lane
2002-09-04  Tatsuo IshiiRefrect the changes to src/test/regress/sql/conversion...
2002-09-03  Bruce MomjianAdd:
2002-09-03  Tom LaneEXTRACT(EPOCH FROM timestamp) gave wrong answers in...
2002-09-03  Tom LaneArrange for the default permissions on a database to...
2002-09-03  Tom Laneconversion test fails if there is an existing user...
2002-09-03  Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-03  Tom LaneWork around mktime() brain damage in recent versions...
2002-09-03  Tom LaneEliminate unnecessary dependency on mktime(), and conse...
2002-09-03  Peter EisentrautWorkaround for format strings that are concatenated...
2002-09-03  Bruce MomjianAIX shlib fix for building libpq.so from Tomoyuki Niijima
2002-09-03  Bruce MomjianAdd:
2002-09-03  Bruce MomjianFix SGML build failure.
2002-09-03  Tom LaneI think reindex_index had better get AccessExclusiveLoc...
2002-09-03  Tom LaneClean out cruft left by nonstandard test procedure.
2002-09-03  Tom Lanelast-minute CreateTemplateTupleDesc fixes.
2002-09-03  Bruce MomjianChange ownership:
2002-09-03  Tom LaneDocumentation improvements.
2002-09-03  Tom LaneCode review and documentation updates for indisclustere...
2002-09-02  Tom LanePartial solution for 'unexpected EOF' problem with...
2002-09-02  Peter EisentrautTranslation updates
2002-09-02  Peter EisentrautAvoid shell syntax error if list of languages is empty.
2002-09-02  Peter EisentrautFix typos.
2002-09-02  Peter EisentrautConvert control status codes to human-readable strings.
2002-09-02  Tom Lanepg_on_connection_loss command for libpgtcl. Patch...
2002-09-02  Tom LaneFix obsolete description of PGnotify struct.
2002-09-02  Tom LaneDepartment of second thoughts: make checks for replacin...
2002-09-02  Bruce MomjianNo more need for 'privileges' file.
2002-09-02  Bruce MomjianImprove CVS log grouping.
2002-09-02  Bruce MomjianUpdated from Tom:
2002-09-02  Bruce MomjianAdd check for Ant version >= 1.5.
2002-09-02  Bruce MomjianUpdates from Tom:
2002-09-02  Tom LaneFix breakage introduced by evidently-completely-unteste...
2002-09-02  Tom LaneFix broken markup.
2002-09-02  Tatsuo IshiiFix conversion regressin test failure.
2002-09-02  Bruce MomjianDone:
2002-09-02  Bruce MomjianAdd missing dblink files.
2002-09-02  Bruce MomjianFixes for intagg regression tests to match new array...
2002-09-02  Bruce MomjianIn case Florian and I don't finish his changes to this...
2002-09-02  Bruce MomjianUpdate catversion so we are sure everyone gets the...
2002-09-02  Bruce Momjian> Okay. When you get back to the original issue, the...
2002-09-02  Bruce MomjianThis patch fixes a minor inaccuracy in the documentatio...
2002-09-02  Bruce MomjianTab completion in psql is missing the REINDEX command.
2002-09-02  Bruce MomjianAttached is a fairly sizeable update to contrib/dblink...
2002-09-02  Bruce MomjianI checked all the previous string handling errors and...
2002-09-02  Bruce MomjianI guess the intention was to test incomplete SELECT...
2002-09-02  Bruce MomjianOkay, attached is a patch that moves the alter table...
2002-09-02  Bruce MomjianHere's a doc patch for the new string functions recentl...
2002-09-02  Bruce MomjianMove pg_settings doc into the right section.
2002-09-02  Bruce MomjianHere is a documentation patch for the pg_settings virtu...
2002-09-02  Bruce MomjianAttached is an update to contrib/tablefunc. It introduc...
2002-09-02  Bruce MomjianAdd GUC variable to print original query to the server...
2002-09-02  Bruce MomjianRemove documentation that says debug_query_string is...
2002-09-02  Bruce MomjianFix ordering regression problem on freebsd/alpha by...
2002-09-02  Bruce MomjianRemoved because we don't use cs() anymore on AIX:
2002-09-02  Bruce MomjianI tried to build PostgreSQL with the following step...
2002-09-02  Barry LindJDBC checkin fixing the following bugs:
2002-09-02  Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02  Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-09-02  Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-09-01  Dave Cramerpatch from Thomas O'Dowd to ensure that connections...
2002-09-01  Dave Cramertesting for insertRow
2002-09-01  Bruce MomjianUpdate MEMSET_LOOP_LIMIT to 1024 because it is the...
2002-09-01  Dave Cramerpatch to allow insertRow on an empty resultSet
2002-09-01  Dave CramerChanged to reflect the current reality, ie we do suppor...
2002-09-01  Bruce MomjianImprove footer length computation for psql.
2002-09-01  Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-09-01  Bruce MomjianAdd:
2002-09-01  Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-09-01  Tom LaneMinor copy-editing.
2002-09-01  Tom LaneCode cleanups: make non-implicit WITHOUT FUNCTION casts...
2002-09-01  Bruce MomjianRemove mention of wal_files in a SHOW example.
2002-09-01  Bruce MomjianRemove code that suggested increasing wal_files.
2002-09-01  Bruce MomjianDone:
2002-09-01  Tom LaneMark the float8 -> int8 cast as implicit. This resolve...
2002-08-31  Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-31  Tom LaneWups, didn't mean to commit that just yet.
2002-08-31  Tom LaneThe UNDEFOID later causes an assertion failure in heap_...
2002-08-31  Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-31  Bruce Momjian*** empty log message ***
2002-08-30  Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30  Tom LaneUpdates to reflect availability of autocommit option.
2002-08-30  Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-30  Tom LaneFix for breakage of C-coded SRFs, from Joe Conway.
2002-08-30  Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-30  Bruce MomjianBack out unintented tab change.
2002-08-30  Bruce MomjianRemove pgaccess from Makefile.
2002-08-30  Bruce MomjianRun autoconf.
2002-08-30  Bruce MomjianUpdate documentation for --with-perl.
2002-08-30  Bruce MomjianImprove wording after wal_files removal.
2002-08-30  Bruce MomjianComplete TODO item:
2002-08-30  Bruce MomjianRemove pgaccess from CVS. It has its own home now.
next