summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2006-04-24Done:Bruce Momjian
2006-04-24Improve our private implementation of cbrt() to give results of theTom Lane
2006-04-24Remove compiler warning by casting SNPRINTF() call to void.Bruce Momjian
2006-04-24Don't add a shared dependency on the owner of a composite type in pg_class.Alvaro Herrera
2006-04-22Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane
2006-04-21Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS)Tom Lane
2006-04-20Eliminate some no-longer-needed workarounds for palloc's old behaviorTom Lane
2006-04-20Add "retry another address" log message on statistics collector socketBruce Momjian
2006-04-20Ensure that we validate the page header of the first page of a WAL fileTom Lane
2006-04-19Fix problem that sscanf(buf, "%d", &val) eats leading white space, butBruce Momjian
2006-04-19C code whitespace inprovement for formatting.c.Bruce Momjian
2006-04-18Document that errors are not output by log_statement (was they were inBruce Momjian
2006-04-17Fix the torn-page hazard for PITR base backups by forcing full page writesTom Lane
2006-04-15Support the syntaxTom Lane
2006-04-14Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane
2006-04-14Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane
2006-04-13Fix similar_escape() so that SIMILAR TO works properly for patterns involvingTom Lane
2006-04-13Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane
2006-04-10Suppress unused-variable warning on platforms without HAVE_SYSLOG.Tom Lane
2006-04-09Suppress a couple of minor compiler warnings, per Magnus.Tom Lane
2006-04-09Revert my best_inner_indexscan patch of yesterday, which turns out to haveTom Lane
2006-04-08Fix best_inner_indexscan to actually enforce that an "inner indexscan" useTom Lane
2006-04-08Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane
2006-04-07Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of itsTom Lane
2006-04-06Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane
2006-04-05Fix a bunch of problems with domains by making them use special input functionsTom Lane
2006-04-05Add a field to the first page of each WAL file to indicate theTom Lane
2006-04-04Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-04-03Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane
2006-04-03Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, weTom Lane
2006-04-03Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev
2006-04-02Update information schema for SQL:2003 and new PostgreSQL features.Peter Eisentraut
2006-04-01Remove the 'slow' path for btree index build, which built the btreeTom Lane
2006-03-31Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane
2006-03-30Improve gist XLOG code to follow the coding rules needed to preventTom Lane
2006-03-30Suppress attempts to report dropped tables to the stats collector from aTom Lane
2006-03-29Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane
2006-03-29TablespaceCreateDbspace should function normally even on platforms that do notTom Lane
2006-03-28Disable full_page_writes, because turning it off risks causing crash-recoveryTom Lane
2006-03-28Repair longstanding error in btree xlog replay: XLogReadBuffer should beTom Lane
2006-03-24Comments in IndexBuildHeapScan describe the indexing of recently-deadTom Lane
2006-03-24Arrange to emit a description of the current XLOG record as error contextTom Lane
2006-03-23Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane
2006-03-21Minor refactoring: initialize_SSL() only returns 0, so it should returnNeil Conway
2006-03-19Fix a few places that were checking for the return value of palloc() to beNeil Conway
2006-03-18The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway
2006-03-17Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane
2006-03-16Fix invalid use of #if within a macro, per Laurenz Albe. Also try toTom Lane
2006-03-16Clean up representation of function RTEs for functions returning RECORD.Tom Lane