]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-01-23  Bruce MomjianDone:
2006-01-22  Tom LaneImprove note about not using the target table name...
2006-01-22  Tom LaneFix alias-for-target-table-of-UPDATE-or-DELETE patch...
2006-01-22  Neil ConwayAllow an optional alias for the target table to be...
2006-01-22  Neil ConwayMinor improvements to GEQO documentation.
2006-01-21  Tom LaneMarginal improvements in the wording of the autovacuum...
2006-01-21  Tom LaneFix broken markup.
2006-01-21  Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2006-01-21  Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-20  Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2006-01-20  Bruce MomjianUpdate EXPLAIN wording for GEQO usage.
2006-01-20  Tom LaneFix thinko in autovacuum's test to skip temp tables...
2006-01-19  Bruce MomjianDoc patch that adds an example of a correllated UPDATE.
2006-01-19  Bruce MomjianClarify STABLE function documentation to highlight...
2006-01-19  Tom LaneAdd some test scaffolding to allow cache-flush stress...
2006-01-19  Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path...
2006-01-19  Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
2006-01-19  Tom LaneAvoid crashing if relcache flush occurs while trying...
2006-01-19  Bruce MomjianFix pgxs -L library path specification for Win32 and...
2006-01-19  Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-19  Tom LaneFix a tiny memory leak (one List header) in RelationCac...
2006-01-18  Bruce MomjianClarify use of btree indexes for ILIKE and ~*.
2006-01-18  Bruce MomjianYou'll find attached a patch for a fixed explanation...
2006-01-18  Tom LaneModify pgstats code to reduce performance penalties...
2006-01-18  Bruce MomjianDone:
2006-01-18  Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-17  Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-17  Michael MeskesData transferred binary is now put into the variables...
2006-01-17  Tom LaneImprove comments about btree's use of ScanKey data...
2006-01-16  Bruce MomjianImprove constraint_name wording.
2006-01-16  Bruce MomjianAdd markup for new constraint_name mention.
2006-01-16  Bruce MomjianAdd documentaiotn mention that constraint names can...
2006-01-16  Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-15  Neil ConwayWhen using GCC on AMD64 and PPC, ECPGget_variable(...
2006-01-15  Neil ConwayAdd regression tests to verify that domain constraints...
2006-01-15  Neil ConwayAllow the types of parameters to PREPARE to be inferred...
2006-01-14  Tom LaneSome minor code cleanup, falling out from the removal...
2006-01-14  Peter EisentrautFix pg_ctl crash on "unregister" when a data directory...
2006-01-14  Tom LaneAdd selectivity-calculation code for RowCompareExpr...
2006-01-13  Tom LaneRemove logic in XactLockTableWait() that attempted...
2006-01-13  Tom LaneDocument that CREATE OPERATOR CLASS amounts to granting...
2006-01-13  Tom LaneRequire the issuer of CREATE TYPE to own the functions...
2006-01-12  Neil ConwayWe neglected to apply domain constraints on UNKNOWN...
2006-01-12  Andrew DunstanClear up remaining compile warning for plperl on Windows.
2006-01-12  Neil Conwaymbutils was previously doing some allocations, includin...
2006-01-12  Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-12  Tom LaneUse a more bulletproof test for whether finite() and...
2006-01-12  Tom LaneRemove extraneous backslash from 'fixseq.sql' example...
2006-01-11  Tom LaneUpdate comment about outer joins in description of...
2006-01-11  Neil ConwayDocumentation tweak: add spaces around the brackets...
2006-01-11  Bruce MomjianBrace cleanup.
2006-01-11  Bruce MomjianDone:
2006-01-11  Tom LaneCreate a standard function pg_sleep() to sleep for...
2006-01-11  Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2006-01-11  Neil ConwayRemove a confusing pair of parentheses.
2006-01-10  Tom LaneImprove error messages for missing-FROM-entry cases...
2006-01-10  Neil ConwayMinor code clarity improvement: AFAICS, estate.eval_eco...
2006-01-10  Tom LaneImprove patternsel() by applying the operator itself...
2006-01-10  Andrew Dunstanremove unneeded defines for uid_t and gid_t, which...
2006-01-10  Neil ConwayIn PLy_function_build_args(), the code loops repeatedly...
2006-01-09  Bruce MomjianDone:
2006-01-09  Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-09  Peter EisentrautChange allow_system_table_mods to PGC_POSTMASTER, resto...
2006-01-09  Neil ConwayMinor code cleanup for PL/Python: fixup some strangely...
2006-01-08  Andrew DunstanRationalise perl header inclusions via a common include...
2006-01-08  Tom LaneFix the assert_enabled issue properly. This eliminates...
2006-01-08  Tom LaneRecent patch broke guc.c for non-USE_ASSERT_CHECKING...
2006-01-08  Tom LaneAvoid leaking memory while reading toasted entries...
2006-01-08  Neil ConwayAdd a new system view, pg_prepared_statements, that...
2006-01-07  Tom LaneAdd RelationOpenSmgr() calls to ensure rd_smgr is valid...
2006-01-07  Tom LaneAdd comment explaining why RelationOpenSmgr() call...
2006-01-07  Tom LaneDuring CatCacheRemoveCList, we must now remove any...
2006-01-06  Tom LaneFix failure to apply domain constraints to a NULL const...
2006-01-06  Bruce MomjianUse RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
2006-01-06  Tom LaneRelease-note updates and copy editing.
2006-01-06  Tom LaneFix Windows-only postmaster code to reject a connection...
2006-01-06  Tom LaneFix broken markup.
2006-01-06  Tom LaneConvert Assert checking for empty page into a regular...
2006-01-06  Tom LaneFix ReadBuffer() to correctly handle the case where...
2006-01-05  Bruce MomjianAdd:
2006-01-05  Bruce MomjianAdd logging control TODO.detail.
2006-01-05  Bruce MomjianUpdate:
2006-01-05  Bruce MomjianUpdate wording:
2006-01-05  Bruce MomjianUpdate wording:
2006-01-05  Bruce MomjianAdd:
2006-01-05  Bruce MomjianUpdate x86 Solaris documenation ideas.
2006-01-05  Bruce MomjianAdd compile flags sample.
2006-01-05  Bruce MomjianNew pgcrypto item wording.
2006-01-05  Bruce MomjianUpdate item:
2006-01-05  Bruce MomjianWording improvements.
2006-01-05  Bruce MomjianImprove markup.
2006-01-05  Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05  Bruce MomjianUpdate release notes for 8.1.X, 8.0.X, 7.4.X, and 7...
2006-01-05  Bruce MomjianUpdate version number.
2006-01-05  Bruce MomjianDone:
2006-01-05  Bruce MomjianRemove BEOS port.
2006-01-05  Bruce MomjianRemove QNX file.
2006-01-05  Bruce MomjianRemove QNX port.
2006-01-04  Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2006-01-04  Tom LaneFix another case in which autovacuum would fail while...
next