]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-03-05  Dave CramerDoug Fields patch to prevent exception being thrown...
2002-03-05  Dave Cramerpatch from Zhenbang Wei
2002-03-05  Bruce MomjianAdd:
2002-03-05  Dave CramerPatch from Ryouichi Matsuda
2002-03-05  Dave Cramer patch from Mitchel Friedman to fix getTables
2002-03-05  Bruce MomjianShowing index details with \d on psql.
2002-03-05  Dave Cramer patch from Vicktor to fix Numeric decimal digits in...
2002-03-05  Bruce MomjianBack out python patch:
2002-03-05  Bruce MomjianThis patch to the python bindings adds C versions of...
2002-03-05  Bruce MomjianAdd \timing patch to psql. Times all queries.
2002-03-04  Bruce MomjianAdd PQunescapeBytea libpq function.
2002-03-04  Bruce MomjianImprove libpgeasy API for multiple result sets, add...
2002-03-04  Tom LaneAdd Assert check to catch vsnprintf overrunning its...
2002-03-04  Tom LaneUpdate FAQ_Solaris with info about gcc 2.95.1 problems...
2002-03-04  Tom LaneMake port makefile slightly less crufty.
2002-03-04  Bruce MomjianModify:
2002-03-04  Bruce MomjianAdd:
2002-03-04  Tom LaneFix very ancient breakage in alter-table tests: apparen...
2002-03-04  Tom LaneIf presented db path has a trailing slash, remove it...
2002-03-04  Tatsuo IshiiFix bug in extract/date_part for milliseconds/miscrosec...
2002-03-04  Tom LaneFix bogus error check in pg_execute, per report from...
2002-03-04  Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-03  Bruce MomjianUpdate FAQ.
2002-03-03  Tom LaneCatcaches can now store negative entries as well as...
2002-03-03  Bruce MomjianUpdate FAQ.
2002-03-03  Bruce MomjianDefault server_min_messages is NOTICE.
2002-03-03  Tom LaneCause regression tests to pass again after elog changes.
2002-03-02  Tom LaneSome kibitzing about appropriate elog levels for sinval...
2002-03-02  Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-02  Tom LaneAdd code to allow profiling of backends on Linux: save...
2002-03-02  Tom LaneDon't bother to request SSL connection over a Unix...
2002-03-02  Tom LaneArray slice extraction should produce a result array...
2002-03-01  Peter EisentrautUser and database-specific session defaults for run...
2002-03-01  Peter Eisentrautarray_ref() should set isNull to false explicitly if...
2002-03-01  Tom LaneFix thinko: cost_mergejoin must pay attention to which...
2002-03-01  Bruce MomjianRevert quotes, 7.2 doesn't need them for CREATE FUNCTION.
2002-03-01  Bruce MomjianOops, we didn't have single quotes around 'langname...
2002-03-01  Hiroshi InoueAdd files for Unicode support.
2002-03-01  Tom LaneSecond thoughts dept: arrange to cache mergejoin scan...
2002-03-01  Tom LaneTeach planner about the idea that a mergejoin won't...
2002-02-27  Tom LaneTweak pg_exec_query_string so that we close down transa...
2002-02-27  Peter EisentrautSome cleanups in CREATE/ALTER/DROP USER ref pages.
2002-02-27  Tom Lane#ifdef out pg_dump's check on whether a sequence's...
2002-02-27  Tom LaneParanoia about data structure lifetime ...
2002-02-27  Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-27  Bruce MomjianUpdate FAQ.
2002-02-27  Hiroshi InoueImprove the handling of ODBC escape(a request from...
2002-02-27  Tatsuo IshiiFix bug in COPY FROM when DELIMITER is not in ASCII...
2002-02-26  Tom LaneRestructure command-completion-report code so that...
2002-02-26  Tom LaneCorrect typo noticed by Christopher Kings-Lynne.
2002-02-26  Dave CramerImplementation for cancelQuery by Grant Finnemore ...
2002-02-26  Tom LaneUse quote-marks to try to clarify a plpgsql error messa...
2002-02-25  Tom LaneTweak psql's \connect command to not downcase unquoted...
2002-02-25  Bruce MomjianAdded:
2002-02-25  Bruce MomjianUpdate FAQ_DEV.
2002-02-25  Bruce MomjianUpdate FAQ.
2002-02-25  Bruce MomjianFix for PAM error message display:
2002-02-25  Bruce MomjianAdd items and JDBC maintainers:
2002-02-25  Tom LaneAdd note that BLCKSZ must be a power of 2.
2002-02-25  Thomas G. LockhartAdd a large number of time zones to the lookup table.
2002-02-25  Bruce MomjianUpdate completed items:
2002-02-25  Bruce MomjianThis patch will allow arbitrary levels of analyze ...
2002-02-25  Tom LaneTry to make makefile actually work ...
2002-02-25  Bruce MomjianFix typo in Makefile.
2002-02-25  Bruce MomjianI've attached a simple patch which should improve the...
2002-02-25  Bruce MomjianFix typo in filename.
2002-02-25  Bruce MomjianAdd integer aggregator to /contrib.
2002-02-25  Bruce Momjian*** empty log message ***
2002-02-25  Bruce MomjianRe-add equals documentation with CREATE DATABASE.
2002-02-25  Bruce MomjianRemove documentation of equals in CREATE DATABASE....
2002-02-24  Tom LaneFix bogus createdb option syntax recommended by initloc...
2002-02-24  Tom LaneFix copy-and-paste typo.
2002-02-24  Tom LaneAdd -O/--owner switch to createdb script, in support...
2002-02-24  Tom LaneModify pg_dumpall so that output script uses new OWNER...
2002-02-24  Tom LaneAdd OWNER option to CREATE DATABASE, so superusers...
2002-02-24  Dave Cramercompiles correctly but still doesn't work with jdk 1.4
2002-02-24  Bruce Momjianpgindent copy.c. Patch wasn't in proper format.
2002-02-24  Bruce MomjianFree files on dir open failure in COPY.
2002-02-24  Tatsuo IshiiAdd -N option which disables updation of branches and...
2002-02-23  Bruce MomjianAdded:
2002-02-23  Bruce MomjianOK'ed by Peter.
2002-02-23  Bruce MomjianAdd fstat / S_ISDIR checks to make sure we're not tryin...
2002-02-23  Bruce MomjianFeature patch per prev thread for --with-tcl, only...
2002-02-23  Tom LaneGuard against createdb --location=PGDATA foo; without...
2002-02-23  Bruce MomjianUpdate FAQ_DEV.
2002-02-23  Bruce MomjianAdd type conversion discussion.
2002-02-23  Peter EisentrautHeimdal support (Kerberos V implementation from KTH)
2002-02-23  Peter EisentrautAdd -Wno-error to CFLAGS, so the rest of the tree can...
2002-02-23  Peter EisentrautSave source of GUC settings, allowing different sources...
2002-02-23  Bruce MomjianMake factorial(0) return 1, as per spec.
2002-02-22  Bruce MomjianI've written on like that a while ago:
2002-02-22  Bruce MomjianRecord for future use if we ever change the protocol:
2002-02-22  Bruce MomjianWe had a problem with to compile pgsql-7.2 under SW...
2002-02-22  Bruce MomjianAdd Russian FAQ from Viktor Vislobokov.
2002-02-22  Bruce MomjianPlease, apply attached patch of contrib/btree_gist...
2002-02-22  Bruce MomjianModify:
2002-02-22  Bruce MomjianAdded:
2002-02-22  Bruce MomjianAdd:
2002-02-22  Dave Cramerfixed compile error
2002-02-22  Bruce MomjianAdd NAMEDATALEN discussion.
next