]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2002-02-22  Bruce MomjianAdd discussion.
2002-02-22  Dave CramerThis patch fixes the exception thrown to inform the...
2002-02-22  Dave CramerPatch from Cormac Twomey
2002-02-22  Dave CramerPatch from Cormac Twomey
2002-02-22  Dave Cramernow compiles clean with jdk 1.4
2002-02-22  Bruce MomjianClarify:
2002-02-22  Bruce MomjianMore wording improvement.
2002-02-22  Bruce MomjianAdd:
2002-02-22  Bruce MomjianImprove wording of meaning of /contrib directory.
2002-02-21  Bruce MomjianUpdate.
2002-02-21  Bruce MomjianUpdate FAQ.
2002-02-21  Bruce MomjianSmall spacing cleanup.
2002-02-21  Bruce MomjianWrap some SQL syntax examples so \h shows them better.
2002-02-21  Bruce MomjianAdd to replication discussion.
2002-02-21  Bruce MomjianUpdate FAQ.
2002-02-21  Bruce MomjianUpdate FAQ.
2002-02-21  Bruce MomjianUpdate FAQ.
2002-02-21  Bruce MomjianMarc, you get this one. :-) You are the expert on...
2002-02-20  Tom LaneFix comment.
2002-02-20  Bruce MomjianAdd:
2002-02-20  Bruce MomjianAdd cursors outside transactions thread.
2002-02-20  Bruce MomjianAdd savepoints discussion.
2002-02-20  Bruce MomjianAdd schema discussion.
2002-02-19  Bruce MomjianAdd:
2002-02-19  Bruce MomjianAdd:
2002-02-19  Tom LaneAvoid failures in cash_out and cash_words for INT_MIN.
2002-02-19  Bruce MomjianClearify:
2002-02-19  Bruce MomjianAdded:
2002-02-19  Tom LaneAdd casts to suppress gcc warnings on Solaris (where...
2002-02-19  Bruce MomjianUpdate as done:
2002-02-19  Tom LaneA bunch of changes aimed at reducing backend startup...
2002-02-19  Tom LaneRemove some unnecessary pqsignal() calls to shave a...
2002-02-19  Tom LaneArrange to call localtime() during postmaster startup...
2002-02-19  Tom LaneAvoid calling pq_flush just after sending AUTH_REQ_OK...
2002-02-18  Peter EisentrautPrivileges on functions and procedural languages
2002-02-18  Peter EisentrautSet version to 7.3devel.
2002-02-18  Bruce MomjianAdd:
2002-02-18  Tom LaneMinor copy-editing.
2002-02-18  Tom LaneReplace number-of-distinct-values estimator equation...
2002-02-18  Bruce MomjianRemove MAX/MIN() macros, use c.h Max/Min() instead.
2002-02-18  Bruce MomjianDisable LIMIT #,# syntax, as agreed to months ago....
2002-02-18  Bruce MomjianReorder postgresql.conf WAL section to be clearer.
2002-02-18  Bruce MomjianDon't mention TIOGA in Makefile and move strdup.c rule...
2002-02-18  Bruce MomjianAdd code to preserve paren level display after \g,...
2002-02-18  Hiroshi InoueRemove compile warnings in multibute mode.
2002-02-18  Bruce MomjianFix param handling of create* admin scripts as describe...
2002-02-18  Bruce MomjianRemove CHECKPOINT call from pgbench -- Not needed and...
2002-02-18  Bruce MomjianAdd better error text:
2002-02-18  Bruce MomjianAdd HTML output option to pgcvslog.
2002-02-18  Bruce MomjianUpdate FAQ.
2002-02-18  Tatsuo IshiiFix kanji-coversion key binding. This has been broken...
2002-02-18  Bruce MomjianAdd Neil's Name:
2002-02-18  Hiroshi InoueThe version is now 7.01.0010.
2002-02-18  Hiroshi InoueSeparate info30.c from info.c.
2002-02-18  Bruce MomjianAdd:
2002-02-18  Hiroshi InoueAdd files for ODBC3.0 support.
2002-02-18  Bruce MomjianAdded:
2002-02-18  Bruce MomjianRemove ODBC todo, add to main TODO.
2002-02-17  Bruce MomjianFix SGML typo in previous patch.
2002-02-17  Bruce MomjianI think it's important that it's actually documented...
2002-02-16  Bruce MomjianClarify params to ALTER TABLE to clearly show single...
2002-02-15  Peter EisentrautRemove warning about automatic inclusion of sqlca.
2002-02-14  Bruce MomjianUpdate FAQ.
2002-02-14  Tom LaneEnsure that a cursor is scanned under the same scanComm...
next