summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2006-03-14It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manualTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Remove copyright notices from Jan (per author approval), and those filesBruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-11Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway
2006-03-10Recent changes in memory management in tuplesort.c had a problem: theTom Lane
2006-03-10Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problemTom Lane
2006-03-10Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway
2006-03-10Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.Tom Lane
2006-03-08Tweak trace_sort code to show the merge order (number of active inputTom Lane
2006-03-07Further examination of ltsReleaseBlock usage shows that it's got aTom Lane
2006-03-07Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane
2006-03-07Turn off zero_damaged_pages in the right place (ie, in the autovacTom Lane
2006-03-07Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum.Bruce Momjian
2006-03-07Properly set "escape_string_warning" to default to true.Bruce Momjian
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-03-07Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane
2006-03-06Default to ON for 8.2, as announced in the release notes:Bruce Momjian