]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2006-01-03 Tom LaneThere is a signedness bug in Openwall gen_salt code...
2006-01-03 Joe ConwayWhen the remote query result has a different number...
2006-01-03 Tom LaneFix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PR...
2006-01-03 Tom LaneAdd checks to verify that a plpgsql function returning...
2006-01-03 Bruce MomjianAssume select() might modify struct timeout, so remove...
2006-01-03 Bruce MomjianUse setitimer() for stats file write, rather than do...
2006-01-02 Tom LaneDon't assume that LC_MESSAGES is always available on...
2006-01-02 Tom LaneReset flex state in a way that works for both flex...
2006-01-02 Andrew DunstanRemove the nexus between trial_buffs and trial_conns...
2006-01-02 Bruce MomjianRemove unnecessary assignment, per Tom.
2006-01-02 Bruce MomjianChange if (!(x || y)) construct with if (!x && !y)...
2006-01-01 Tom LaneRewrite ProcessConfigFile() to avoid misbehavior at...
2006-01-01 Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
2006-01-01 Neil ConwayTrim an obsolete comment: it is no longer relevant...
2005-12-31 Tom LaneClean up initdb's code for selecting max_connections...
2005-12-31 Bruce MomjianRename variable to cmd_str.
2005-12-31 Bruce MomjianRename variable 'what' to 'stat_msg'.
2005-12-31 Bruce MomjianPrefix client-side prepare with '[protocol]' rather...
2005-12-30 Bruce MomjianRename send_rfq to send_ready_for_query.
2005-12-30 Bruce MomjianMmark client-side prepare/bind/execute statements with...
2005-12-30 Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-12-30 Tom LaneRepair EXPLAIN failure when trying to display a plan...
2005-12-30 Bruce MomjianAdd:
2005-12-30 Peter EisentrautDisallow setting ssl = on if SSL is not compiled in.
2005-12-29 Neil ConwayIndex: src/pl/plpython/plpython.c
2005-12-29 Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
2005-12-29 Bruce MomjianUpdate:
2005-12-29 Andrew DunstanMove declaration of check_function_bodies to where...
2005-12-29 Neil ConwayRevert some careless search-and-replace: "ADD" in comme...
2005-12-29 Bruce MomjianRemove a space that incorrectly precedes a comma in...
2005-12-28 Tom LaneArrange to set the LC_XXX environment variables to...
2005-12-28 Bruce MomjianUpdate regression tests for new referential integrity...
2005-12-28 Tom LaneFix plperl validator to honor check_function_bodies...
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-12-28 Bruce MomjianMention "table" in "violates foreign key constraint...
2005-12-28 Tom LaneRemove silly use of DLLIMPORT.
2005-12-28 Bruce MomjianAdd COPY CSV test that tests CSV output of \.
next