aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-26
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-26
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-26
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-25
* The 8.1 planner removes WHERE quals from the plan when the quals areTom Lane2006-04-25
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Back out patch, unintended.Bruce Momjian2006-04-24
* Done:Bruce Momjian2006-04-24
* Improve our private implementation of cbrt() to give results of theTom Lane2006-04-24
* Remove compiler warning by casting SNPRINTF() call to void.Bruce Momjian2006-04-24
* Don't add a shared dependency on the owner of a composite type in pg_class.Alvaro Herrera2006-04-24
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS)Tom Lane2006-04-21
* Eliminate some no-longer-needed workarounds for palloc's old behaviorTom Lane2006-04-20
* Add "retry another address" log message on statistics collector socketBruce Momjian2006-04-20
* Ensure that we validate the page header of the first page of a WAL fileTom Lane2006-04-20
* Fix problem that sscanf(buf, "%d", &val) eats leading white space, butBruce Momjian2006-04-19
* C code whitespace inprovement for formatting.c.Bruce Momjian2006-04-19
* Document that errors are not output by log_statement (was they were inBruce Momjian2006-04-18
* Fix the torn-page hazard for PITR base backups by forcing full page writesTom Lane2006-04-17
* Support the syntaxTom Lane2006-04-15
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-14
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-14
* Fix similar_escape() so that SIMILAR TO works properly for patterns involvingTom Lane2006-04-13
* Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane2006-04-13
* Suppress unused-variable warning on platforms without HAVE_SYSLOG.Tom Lane2006-04-10
* Suppress a couple of minor compiler warnings, per Magnus.Tom Lane2006-04-09
* Revert my best_inner_indexscan patch of yesterday, which turns out to haveTom Lane2006-04-09
* Fix best_inner_indexscan to actually enforce that an "inner indexscan" useTom Lane2006-04-08
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-08
* Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of itsTom Lane2006-04-07
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-06
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-05
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-04
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-03
* Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, weTom Lane2006-04-03
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-03
* Update information schema for SQL:2003 and new PostgreSQL features.Peter Eisentraut2006-04-02
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-01
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-30
* Suppress attempts to report dropped tables to the stats collector from aTom Lane2006-03-30
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* TablespaceCreateDbspace should function normally even on platforms that do notTom Lane2006-03-29
* Disable full_page_writes, because turning it off risks causing crash-recoveryTom Lane2006-03-28
* Repair longstanding error in btree xlog replay: XLogReadBuffer should beTom Lane2006-03-28