| Commit message (Expand) | Author | Age | Files | Lines |
| * | Suppress a couple of minor compiler warnings, per Magnus. | Tom Lane | 2006-04-09 | 2 | -4/+5 |
| * | Revert my best_inner_indexscan patch of yesterday, which turns out to have | Tom Lane | 2006-04-09 | 1 | -64/+100 |
| * | Fix best_inner_indexscan to actually enforce that an "inner indexscan" use | Tom Lane | 2006-04-08 | 1 | -22/+30 |
| * | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 | 3 | -127/+113 |
| * | Fix pg_dumpall to do something sane when a pre-8.1 installation has | Tom Lane | 2006-04-07 | 1 | -37/+55 |
| * | Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its | Tom Lane | 2006-04-07 | 1 | -8/+39 |
| * | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane | 2006-04-06 | 3 | -198/+33 |
| * | Build src/test/regress/README during tarball making like the other | Peter Eisentraut | 2006-04-06 | 1 | -278/+0 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 18 | -168/+529 |
| * | When merging PO files, take into consideration translations in other PO | Peter Eisentraut | 2006-04-05 | 1 | -12/+15 |
| * | Add a field to the first page of each WAL file to indicate the | Tom Lane | 2006-04-05 | 3 | -4/+15 |
| * | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane | 2006-04-04 | 3 | -26/+34 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 22 | -393/+586 |
| * | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 | 6 | -62/+87 |
| * | Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we | Tom Lane | 2006-04-03 | 1 | -13/+15 |
| * | Eliminate ajust scan code. Since concurrent GiST it doesn't | Teodor Sigaev | 2006-04-03 | 4 | -216/+6 |
| * | Rewrite much of psql's \connect code, for the sake of code clarity and | Neil Conway | 2006-04-02 | 1 | -202/+188 |
| * | Adjust interval-addition test so that it won't fail on DST transition days. | Tom Lane | 2006-04-02 | 2 | -6/+6 |
| * | Update information schema for SQL:2003 and new PostgreSQL features. | Peter Eisentraut | 2006-04-02 | 1 | -106/+659 |
| * | Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some | Alvaro Herrera | 2006-04-02 | 1 | -27/+106 |
| * | Remove the 'slow' path for btree index build, which built the btree | Tom Lane | 2006-04-01 | 4 | -161/+25 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 24 | -537/+434 |
| * | Improve gist XLOG code to follow the coding rules needed to prevent | Tom Lane | 2006-03-30 | 4 | -260/+229 |
| * | Suppress attempts to report dropped tables to the stats collector from a | Tom Lane | 2006-03-30 | 1 | -3/+9 |
| * | Fix bad SQL, per Stefan Kaltenbrunner. | Andrew Dunstan | 2006-03-30 | 1 | -4/+4 |
| * | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 14 | -383/+548 |
| * | TablespaceCreateDbspace should function normally even on platforms that do not | Tom Lane | 2006-03-29 | 1 | -6/+5 |
| * | Disable full_page_writes, because turning it off risks causing crash-recovery | Tom Lane | 2006-03-28 | 1 | -3/+2 |
| * | Repair longstanding error in btree xlog replay: XLogReadBuffer should be | Tom Lane | 2006-03-28 | 1 | -3/+3 |
| * | Comments in IndexBuildHeapScan describe the indexing of recently-dead | Tom Lane | 2006-03-24 | 1 | -6/+5 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 25 | -160/+198 |
| * | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane | 2006-03-23 | 3 | -33/+92 |
| * | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 | 13 | -42/+132 |
| * | Improve performance of our private version of qsort. Per recent testing, | Tom Lane | 2006-03-21 | 1 | -17/+20 |
| * | Minor refactoring: initialize_SSL() only returns 0, so it should return | Neil Conway | 2006-03-21 | 1 | -9/+5 |
| * | Merge the loading of shared object descriptions with regular descriptions, | Alvaro Herrera | 2006-03-21 | 1 | -35/+9 |
| * | Fix psql history handling: | Bruce Momjian | 2006-03-21 | 4 | -11/+23 |
| * | Update comment that pgNotify.be_pid is pid of the notifying server process. | Bruce Momjian | 2006-03-20 | 1 | -2/+2 |
| * | Fix a few places that were checking for the return value of palloc() to be | Neil Conway | 2006-03-19 | 3 | -21/+4 |
| * | Adjust join_1.out to match Windows behavior for new mergejoin regression | Tom Lane | 2006-03-19 | 1 | -2/+2 |
| * | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway | 2006-03-18 | 1 | -2/+2 |
| * | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane | 2006-03-17 | 4 | -29/+127 |
| * | Fixed bug 2330: Wrong error code in case of a duplicate key | Michael Meskes | 2006-03-17 | 2 | -2/+6 |
| * | Fix invalid use of #if within a macro, per Laurenz Albe. Also try to | Tom Lane | 2006-03-16 | 1 | -12/+17 |
| * | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 | 13 | -145/+249 |
| * | Fix typo in pgcvslog, used == instead of =. | Bruce Momjian | 2006-03-15 | 1 | -2/+2 |
| * | It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manual | Tom Lane | 2006-03-14 | 1 | -2/+7 |
| * | Missed this file in previous commit :-( | Tom Lane | 2006-03-14 | 1 | -0/+2 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 79 | -994/+1336 |
| * | Remove Christof Petig copyright. He already approved removal from an | Bruce Momjian | 2006-03-11 | 2 | -6/+2 |