| Age | Commit message (Expand) | Author |
| 2006-04-10 | Suppress unused-variable warning on platforms without HAVE_SYSLOG. | Tom Lane |
| 2006-04-09 | Suppress a couple of minor compiler warnings, per Magnus. | Tom Lane |
| 2006-04-09 | Revert my best_inner_indexscan patch of yesterday, which turns out to have | Tom Lane |
| 2006-04-08 | Fix best_inner_indexscan to actually enforce that an "inner indexscan" use | Tom Lane |
| 2006-04-08 | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane |
| 2006-04-07 | Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its | Tom Lane |
| 2006-04-06 | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane |
| 2006-04-05 | Fix a bunch of problems with domains by making them use special input functions | Tom Lane |
| 2006-04-05 | Add a field to the first page of each WAL file to indicate the | Tom Lane |
| 2006-04-04 | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-04-03 | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane |
| 2006-04-03 | Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we | Tom Lane |
| 2006-04-03 | Eliminate ajust scan code. Since concurrent GiST it doesn't | Teodor Sigaev |
| 2006-04-02 | Update information schema for SQL:2003 and new PostgreSQL features. | Peter Eisentraut |
| 2006-04-01 | Remove the 'slow' path for btree index build, which built the btree | Tom Lane |
| 2006-03-31 | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane |
| 2006-03-30 | Improve gist XLOG code to follow the coding rules needed to prevent | Tom Lane |
| 2006-03-30 | Suppress attempts to report dropped tables to the stats collector from a | Tom Lane |
| 2006-03-29 | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane |
| 2006-03-29 | TablespaceCreateDbspace should function normally even on platforms that do not | Tom Lane |
| 2006-03-28 | Disable full_page_writes, because turning it off risks causing crash-recovery | Tom Lane |
| 2006-03-28 | Repair longstanding error in btree xlog replay: XLogReadBuffer should be | Tom Lane |
| 2006-03-24 | Comments in IndexBuildHeapScan describe the indexing of recently-dead | Tom Lane |
| 2006-03-24 | Arrange to emit a description of the current XLOG record as error context | Tom Lane |
| 2006-03-23 | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane |
| 2006-03-21 | Minor refactoring: initialize_SSL() only returns 0, so it should return | Neil Conway |
| 2006-03-19 | Fix a few places that were checking for the return value of palloc() to be | Neil Conway |
| 2006-03-18 | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway |
| 2006-03-17 | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane |
| 2006-03-16 | Fix invalid use of #if within a macro, per Laurenz Albe. Also try to | Tom Lane |
| 2006-03-16 | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane |
| 2006-03-14 | It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manual | Tom Lane |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-11 | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway |
| 2006-03-10 | Recent changes in memory management in tuplesort.c had a problem: the | Tom Lane |
| 2006-03-10 | Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem | Tom Lane |
| 2006-03-10 | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway |
| 2006-03-10 | Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. | Tom Lane |
| 2006-03-08 | Tweak trace_sort code to show the merge order (number of active input | Tom Lane |
| 2006-03-07 | Further examination of ltsReleaseBlock usage shows that it's got a | Tom Lane |
| 2006-03-07 | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane |
| 2006-03-07 | Turn off zero_damaged_pages in the right place (ie, in the autovac | Tom Lane |
| 2006-03-07 | Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum. | Bruce Momjian |
| 2006-03-07 | Properly set "escape_string_warning" to default to true. | Bruce Momjian |
| 2006-03-07 | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane |
| 2006-03-07 | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane |
| 2006-03-06 | Default to ON for 8.2, as announced in the release notes: | Bruce Momjian |