]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-11-28  Alvaro HerreraInstall pg_regress where PGXS' "make installcheck"...
2005-11-28  Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-11-27  Tom LaneTeach predtest.c how to reason about ScalarArrayOpExpr...
2005-11-27  Tom LaneAdd missing semicolon. Recent versions of bison seem...
2005-11-26  Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-26  Tom LaneTeach push_nots() how to negate a ScalarArrayOpExpr...
2005-11-26  Tom LaneSome marginal additional hacking to shave a few more...
2005-11-26  Tom LaneChange seqscan logic so that we check visibility of...
2005-11-25  Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-25  Tom LaneImprove ExecStoreTuple to be smarter about replacing...
2005-11-24  Bruce MomjianAdd space.
2005-11-24  Bruce MomjianAdd item:
2005-11-23  Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
2005-11-23  Tom LaneFix problems with rewriter failing to set Query.hasSubL...
2005-11-23  Tatsuo IshiiHaving blank lines in -f scripts was causing silent...
2005-11-23  Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-22  Bruce MomjianDone:
2005-11-22  Bruce MomjianAdd:
2005-11-22  Tom LaneFix up comment munged by pg_indent. (Not pg_indent...
2005-11-22  Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22  Bruce MomjianUpdate most recent version number.
2005-11-22  Bruce MomjianUpdate wording and cleanup for new items.
2005-11-22  Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-22  Bruce MomjianMarkup TODO as a URL.
2005-11-22  Bruce MomjianFix markup italics problem.
2005-11-22  Bruce MomjianUpdate item tags.
2005-11-22  Bruce MomjianChange to using "id=" HTML tags instead of "name="...
2005-11-22  Bruce MomjianUpdate FAQ to explain process of submitting bug and...
2005-11-22  Teodor SigaevFixes motivated by snake and spoonbill pgbuildfarm...
2005-11-21  Bruce MomjianReorder "who controls PostgreSQL" to near the top.
2005-11-21  Bruce MomjianReorder version FAQ item to be right after "how do...
2005-11-21  Bruce MomjianClarify copyright wording.
2005-11-21  Bruce MomjianReorder bug items.
2005-11-21  Teodor Sigaevremove forgotten // comments
2005-11-21  Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-21  Teodor SigaevText parser rewritten:
2005-11-20  Tom LaneClean up after DROP IF EXISTS patch.
2005-11-20  Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-20  Tom LaneModify tuptoaster's API so that it does not try to...
2005-11-19  Tom LaneStopgap solution for problem reported by Alexey Beschio...
2005-11-19  Tom LaneChange array comparison rules to consider dimensionalit...
2005-11-19  Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-11-19  Tom LaneDefend against nulls-in-arrays in contrib/intarray...
2005-11-19  Tom LaneAdd defenses against nulls-in-arrays to contrib/ltree...
2005-11-19  Tom LaneChange array_push and array_cat so that they retain...
2005-11-18  Tom LaneFix performance issue in exprTypmod(): for a COALESCE...
2005-11-18  Andrew Dunstantranslate undef to NULL for result arrayref, now that...
2005-11-18  Alvaro HerreraAdd tab completion for RESET SESSION AUTHORIZATION.
2005-11-18  Neil ConwayUpdate obsolete comment describing ExecDelete(), per...
2005-11-18  Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-11-18  Bruce MomjianUpdate Japanese FAQ.
2005-11-17  Andrew Dunstanmake psql honor explicit database parameter in -l mode...
2005-11-17  Tom LaneMake SQL arrays support null elements. This commit...
2005-11-17  Tom LaneDropRelFileNodeBuffers failed to fix the state of the...
2005-11-16  Bruce MomjianUpdate, add mention of user locking table before MERGE:
2005-11-16  Tom Lanemake_restrictinfo() failed to attach the specified...
2005-11-16  Bruce MomjianAdd batch mode, make new libpq section:
2005-11-16  Tatsuo IshiiFix comment on -v option
2005-11-16  Bruce MomjianProperly document return value of strpos().
2005-11-16  Bruce MomjianUpdate error message and documentation for fsync test.
2005-11-16  Bruce MomjianHave test_fsync honor -f filename argument.
2005-11-15  Bruce MomjianUpdate MERGE:
2005-11-15  Bruce MomjianAdd reminder that we should link to the documentation...
2005-11-15  Bruce MomjianPrevent certain symbols that are used for both typedefs...
2005-11-15  Bruce MomjianFix recent problems with BSD indent, including indentin...
2005-11-14  Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-11-14  Alvaro HerreraTranslation typo fix
2005-11-14  Bruce MomjianRe-run pgindent to fix breakage when exceeding 150...
2005-11-14  Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-11-14  Teodor SigaevRemove usage of ArrayType->flags field, use pgsql's...
2005-11-14  Teodor SigaevUse postgres-wide macros BITS_PER_BYTE instead self...
2005-11-14  Teodor Sigaevfix returning value
2005-11-13  Tom LaneForce the second argument of SUBSTRING(foo FOR bar...
2005-11-13  Bruce MomjianRevert pgindent length back to 79 because we are going...
2005-11-10  Andrew Dunstanadd missing quote mark to ident_file sample line -...
2005-11-10  Tom LaneWhen in transaction-aborted state, reject Bind message...
2005-11-09  Tom LaneFix misspelling of 'listen_addresses', per Devrim.
2005-11-09  Teodor SigaevFix rwrite(ARRAY) on 64-bit boxes:
2005-11-08  Teodor SigaevNew features for tsearch2:
2005-11-07  Bruce MomjianLower pgident length to 77, document BSD indent bug.
2005-11-07  Bruce MomjianChange maximum pgindent length from 79 to 78, per Tom.
2005-11-07  Tom LaneR-tree is dead ... long live GiST.
2005-11-07  Alvaro HerreraTranslation updates forward-port to HEAD.
2005-11-06  Tom LaneAdd simple sanity checks on newly-read pages to GiST...
2005-11-06  Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-11-05  Tom LaneClean up representation of SLRU page state. This is...
2005-11-05  Tom LaneBrand HEAD branch as 8.2devel.
2005-11-05  PostgreSQL... Tag everything for 8.1.0 ... Finally, a relesae on... REL8_1_0
2005-11-05  Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-05  Bruce MomjianAdd mention to update FAQ item on most recent release...
2005-11-05  Bruce MomjianUpdate FAQ for most recent release as 8.1.
2005-11-05  Tom LaneYet another supported-platforms update.
2005-11-04  Tom LaneEditorial review for partitioning/constraint exclusion...
2005-11-04  Tom LaneImprove description of constraint_exclusion variable.
2005-11-04  Peter EisentrautTranslation updates
2005-11-04  Peter EisentrautSpellchecking run, final cleanups
2005-11-04  Bruce MomjianUpdate release notes for 8.1.
2005-11-04  Peter EisentrautRemove a gratuitous string difference (does not affect...
2005-11-04  Peter EisentrautFix logical error in option description.
2005-11-04  Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
next