summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2006-01-14Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane
2006-01-14Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane
2006-01-13Remove logic in XactLockTableWait() that attempted to mark a crashedTom Lane
2006-01-13Document that CREATE OPERATOR CLASS amounts to granting public executeTom Lane
2006-01-13Require the issuer of CREATE TYPE to own the functions mentioned in theTom Lane
2006-01-12We neglected to apply domain constraints on UNKNOWN parameters toNeil Conway
2006-01-12mbutils was previously doing some allocations, including invokingNeil Conway
2006-01-12Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane
2006-01-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2006-01-11Remove a confusing pair of parentheses.Neil Conway
2006-01-10Improve error messages for missing-FROM-entry cases, as per recent discussion.Tom Lane
2006-01-10Improve patternsel() by applying the operator itself to each valueTom Lane
2006-01-09Change allow_system_table_mods to PGC_POSTMASTER, restoring previousPeter Eisentraut
2006-01-08Fix the assert_enabled issue properly. This eliminates the former ABITom Lane
2006-01-08Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. PerTom Lane
2006-01-08Avoid leaking memory while reading toasted entries from pg_rewrite,Tom Lane
2006-01-08Add a new system view, pg_prepared_statements, that can be used toNeil Conway
2006-01-07Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try toTom Lane
2006-01-07Add comment explaining why RelationOpenSmgr() call is not needed.Tom Lane
2006-01-07During CatCacheRemoveCList, we must now remove any members that areTom Lane
2006-01-06Fix failure to apply domain constraints to a NULL constant that's added toTom Lane
2006-01-06Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane
2006-01-06Convert Assert checking for empty page into a regular test and elog.Tom Lane
2006-01-06Fix ReadBuffer() to correctly handle the case where it's trying to extendTom Lane
2006-01-05Update x86 Solaris documenation ideas.Bruce Momjian
2006-01-05Add compile flags sample.Bruce Momjian
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2006-01-04Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane
2006-01-04Fix another case in which autovacuum would fail while analyzingTom Lane
2006-01-03Assume select() might modify struct timeout, so remove previousBruce Momjian
2006-01-03Use setitimer() for stats file write, rather than do a gettimeofday()Bruce Momjian
2006-01-02Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus.Tom Lane
2006-01-02Reset flex state in a way that works for both flex 2.5.4 and 2.5.31.Tom Lane
2006-01-02Change if (!(x || y)) construct with if (!x && !y), for clarity.Bruce Momjian
2006-01-01Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per reportTom Lane
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-31Rename variable to cmd_str.Bruce Momjian
2005-12-31Rename variable 'what' to 'stat_msg'.Bruce Momjian
2005-12-31Prefix client-side prepare with '[protocol]' rather than '[client]'.Bruce Momjian
2005-12-30Rename send_rfq to send_ready_for_query.Bruce Momjian
2005-12-30Mmark client-side prepare/bind/execute statements with "[client]" soBruce Momjian
2005-12-30Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian
2005-12-30Repair EXPLAIN failure when trying to display a plan condition that involvesTom Lane
2005-12-30Disallow setting ssl = on if SSL is not compiled in.Peter Eisentraut
2005-12-29Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane
2005-12-29Revert some careless search-and-replace: "ADD" in comment text shouldNeil Conway
2005-12-28Arrange to set the LC_XXX environment variables to match our localeTom Lane