| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 | 4 | -10/+11 |
| * | GiST improvements: | Neil Conway | 2005-05-17 | 3 | -704/+594 |
| * | Modify tidbitmap.c to avoid creating a hash table until there is more | Tom Lane | 2005-05-17 | 1 | -149/+291 |
| * | Adjust out-of-date comment. | Tom Lane | 2005-05-16 | 1 | -6/+5 |
| * | Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot | Tom Lane | 2005-05-15 | 4 | -10/+35 |
| * | Various style cleanups for GiST; no changes to functionality. | Neil Conway | 2005-05-15 | 1 | -35/+31 |
| * | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian | 2005-05-15 | 3 | -15/+15 |
| * | Further marginal speed hacking: in MemoryContextReset, don't call | Tom Lane | 2005-05-14 | 1 | -2/+5 |
| * | Minor refactoring to eliminate duplicate code and make startup a | Tom Lane | 2005-05-14 | 1 | -213/+156 |
| * | Minor speed hacks in AllocSetReset: avoid clearing the freelist headers | Tom Lane | 2005-05-14 | 1 | -4/+10 |
| * | Revise nodeMergejoin in light of example provided by Guillaume Smet. | Tom Lane | 2005-05-13 | 1 | -479/+624 |
| * | Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not | Tom Lane | 2005-05-12 | 1 | -8/+2 |
| * | This patch will ensure that the hash table iteration performed by | Bruce Momjian | 2005-05-11 | 1 | -7/+4 |
| * | This patch refactors away some duplicated code in the index AM build | Neil Conway | 2005-05-11 | 5 | -90/+45 |
| * | This patch reduces the size of the message header used by statistics | Neil Conway | 2005-05-11 | 2 | -98/+109 |
| * | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 | 7 | -17/+17 |
| * | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 | 6 | -258/+23 |
| * | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian | 2005-05-10 | 2 | -12/+18 |
| * | Fix typo in comment. | Neil Conway | 2005-05-10 | 1 | -2/+2 |
| * | Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt | Tatsuo Ishii | 2005-05-09 | 1 | -2/+1 |
| * | Add some defenses against functions declared to return set that don't | Tom Lane | 2005-05-09 | 1 | -3/+4 |
| * | Complete the following TODO items: | Neil Conway | 2005-05-09 | 3 | -8/+130 |
| * | Repair very-low-probability race condition between relation extension | Tom Lane | 2005-05-07 | 4 | -18/+73 |
| * | Adjust time qual checking code so that we always check TransactionIdIsInProgress | Tom Lane | 2005-05-07 | 1 | -80/+93 |
| * | Fix case in which a debug printout would print already-pfreed data. | Tom Lane | 2005-05-07 | 1 | -5/+7 |
| * | Add comment on C locale test for upper/lower/initcap(). | Bruce Momjian | 2005-05-07 | 1 | -4/+16 |
| * | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian | 2005-05-07 | 3 | -13/+65 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 28 | -30/+58 |
| * | Update comment to mention "Name classification hierarchy" as place to | Bruce Momjian | 2005-05-06 | 1 | -2/+3 |
| * | Convert some mulit-line comments in copy.c to single line, as appropriate. | Bruce Momjian | 2005-05-06 | 1 | -85/+29 |
| * | Marginal performance improvements in dynahash: make sure that everything | Tom Lane | 2005-05-06 | 1 | -90/+118 |
| * | Fix bogus hashtable setup. (This code has quite a few other problems | Tom Lane | 2005-05-05 | 1 | -33/+13 |
| * | Make standalone backends ignore pg_database.datallowconn, so that there | Tom Lane | 2005-05-05 | 1 | -2/+4 |
| * | Adjust nodeBitmapIndexscan to keep the target index opened from plan | Tom Lane | 2005-05-05 | 1 | -29/+43 |
| * | Allow implicit cast from any named composite type to RECORD. At the | Tom Lane | 2005-05-05 | 1 | -1/+15 |
| * | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane | 2005-05-03 | 2 | -38/+43 |
| * | Alter the signature for encoding conversion functions to declare the | Tom Lane | 2005-05-03 | 2 | -4/+4 |
| * | Change tsearch2 to not use the unsafe practice of creating functions | Tom Lane | 2005-05-03 | 1 | -22/+41 |
| * | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 | 6 | -23/+278 |
| * | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway | 2005-05-02 | 1 | -17/+17 |
| * | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 | 13 | -159/+76 |
| * | Make record_out and record_send extract type information from the passed | Tom Lane | 2005-04-30 | 1 | -27/+9 |
| * | Use the standard lock manager to establish priority order when there | Tom Lane | 2005-04-30 | 2 | -89/+331 |
| * | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway | 2005-04-30 | 1 | -11/+11 |
| * | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 | 7 | -174/+218 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 31 | -311/+2483 |
| * | On further experimentation, there were still a couple of bugs in | Tom Lane | 2005-04-25 | 1 | -43/+44 |
| * | Fix ExpandIndirectionStar to handle cases where the expression to be | Tom Lane | 2005-04-25 | 1 | -3/+151 |
| * | get_expr_result_type probably needs to be able to handle OpExpr as well | Tom Lane | 2005-04-25 | 1 | -2/+8 |
| * | Avoid rechecking lossy operators twice in a bitmap scan plan. | Tom Lane | 2005-04-25 | 1 | -1/+9 |