]> granicus.if.org Git - postgresql/history - src
Undo perl's nasty locale setting on Windows. Since we can't do that as
[postgresql] / src /
2006-01-28 Andrew DunstanUndo perl's nasty locale setting on Windows. Since...
2006-01-28 Neil ConwayPer a bug report from Theo Schlossnagle, plperl_return_...
2006-01-27 Tom LaneTweak initdb to reduce verbosity of progress messages...
2006-01-26 Tom LaneSuppress signed-vs-unsigned-char warning.
2006-01-26 Tom LaneFix display of whole-row Var appearing at the top level...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-25 Tom LaneRemove unnecessary PQconsumeInput call from PQputCopyDa...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-25 Bruce MomjianUpdate regression error message for NUMERIC range overf...
2006-01-25 Bruce MomjianUpdate regression error message for NUMERIC range overf...
2006-01-25 Bruce MomjianImprove error message when NUMERIC precision is exceeded.
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2006-01-24 Michael Meskes- Synced parser and keyword list.
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2006-01-23 Bruce MomjianPrototype fix for typo.
2006-01-23 Bruce MomjianUse is_cidr in INET/CIDR structure, rather than the...
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-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 LaneFix thinko in autovacuum's test to skip temp tables...
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 Tom LaneModify pgstats code to reduce performance penalties...
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 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-11 Bruce MomjianBrace cleanup.
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 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 LaneFix Windows-only postmaster code to reject a connection...
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 MomjianUpdate x86 Solaris documenation ideas.
2006-01-05 Bruce MomjianAdd compile flags sample.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
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 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...
next