| Commit message (Expand) | Author | Age | Files | Lines |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 220 | -13198/+15998 |
* | Fix assert with missing semicolon | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |
* | Tweak smgrblindwrt per advice from Vadim: add parameter indicating | Tom Lane | 2000-04-10 | 4 | -131/+88 |
* | The constant in backend/utils/misc/trace.c, line 32 limits the length of | Bruce Momjian | 2000-04-10 | 1 | -1/+1 |
* | Fix an Assert bug(was my fault) pointed out by Tom Lane. | Hiroshi Inoue | 2000-04-10 | 1 | -3/+8 |
* | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 | 8 | -408/+900 |
* | Further tweaking of indexscan cost estimates. | Tom Lane | 2000-04-09 | 2 | -6/+18 |
* | Add new pg_options.sample file. | Bruce Momjian | 2000-04-08 | 2 | -2/+254 |
* | Tweak TypeCategory to treat new BIT types as of STRING category, rather | Tom Lane | 2000-04-08 | 1 | -1/+14 |
* | Fix relcache refcount leakage when inv_drop is applied | Tom Lane | 2000-04-08 | 1 | -3/+13 |
* | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart | 2000-04-08 | 2 | -2/+942 |
* | Add copyObject logic for TruncateStmt and a few other utility-statement | Tom Lane | 2000-04-08 | 1 | -17/+148 |
* | Update create_rule manual page. | Bruce Momjian | 2000-04-07 | 1 | -93/+360 |
* | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 | 7 | -180/+561 |
* | Commebts & one check in EndEvalPlanQual(). | Vadim B. Mikheev | 2000-04-07 | 1 | -4/+10 |
* | Fix (I hope) resource leakage in EvalPlanQual: open subplans must be | Tom Lane | 2000-04-07 | 1 | -1/+41 |
* | Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr. | Tom Lane | 2000-04-07 | 2 | -33/+27 |
* | Allow vacuum of temporary tables | Bruce Momjian | 2000-04-06 | 1 | -3/+10 |
* | Repair assert failure in tuple-chain-moving logic (introduced by yours | Tom Lane | 2000-04-06 | 1 | -10/+26 |
* | Actually, that still wasn't quite right. If we skip a query because of | Tom Lane | 2000-04-04 | 1 | -24/+11 |
* | Fix bug noted by Bruce: FETCH in an already-aborted transaction block | Tom Lane | 2000-04-04 | 5 | -163/+114 |
* | When rewriting an aggregate introduced into WHERE, allow agg argument to | Tom Lane | 2000-04-04 | 1 | -11/+14 |
* | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane | 2000-04-04 | 5 | -131/+188 |
* | Fix low-probability bug in relcache startup: write_irels wrote the | Tom Lane | 2000-03-31 | 1 | -4/+23 |
* | Get rid of SetBufferWriteMode(), which was an accident waiting to happen. | Tom Lane | 2000-03-31 | 2 | -67/+35 |
* | New coding for SET provoked a 'var might be used uninitialized' warning | Tom Lane | 2000-03-31 | 1 | -20/+11 |
* | Enable more flexible syntax for the SET command. Now allows single floats, | Thomas G. Lockhart | 2000-03-30 | 1 | -24/+94 |
* | Tweak indexscan cost estimation: round estimated # of tuples visited up | Tom Lane | 2000-03-30 | 2 | -8/+10 |
* | Change rules for interpreting date/time input to disallow 1 and 3 character | Thomas G. Lockhart | 2000-03-29 | 1 | -4/+13 |
* | Allow full type names in CREATE FUNCTION arguments and return type. | Thomas G. Lockhart | 2000-03-27 | 1 | -75/+156 |
* | nodeAgg has always been willing to accept an aggregate with a finalFunc | Tom Lane | 2000-03-26 | 1 | -47/+56 |
* | Updated user's guide to match new psql's output format | Peter Eisentraut | 2000-03-26 | 1 | -12/+15 |
* | transformCreateStmt should put Ident nodes, not ColumnDef nodes, into | Tom Lane | 2000-03-24 | 2 | -32/+36 |
* | Save a few cycles in simple cases: no need to call cost_sort() when there | Tom Lane | 2000-03-24 | 1 | -8/+8 |
* | outfuncs.c was missing a print routine for Material plan nodes, leading | Tom Lane | 2000-03-24 | 1 | -1/+18 |
* | Rename bytea functions to not have upper-case letters in their names. | Tom Lane | 2000-03-24 | 1 | -52/+63 |
* | A little further tweaking of the range-query selectivity logic: | Tom Lane | 2000-03-23 | 1 | -13/+25 |
* | >> 5. empty define that results in an empty but terminated line ( ; ) | Bruce Momjian | 2000-03-23 | 1 | -2/+4 |
* | Hmm, absolute pathnames for the copy makes sense. I'll whip up that | Bruce Momjian | 2000-03-23 | 1 | -1/+6 |
* | Float-to-int conversion functions should return NULL when given NULL | Tom Lane | 2000-03-23 | 1 | -9/+9 |
* | Remove no-longer-necessary restriction against uplevel correlation vars | Tom Lane | 2000-03-23 | 3 | -33/+23 |
* | Hack parse_coerce so it won't try to constant-fold the dummy Const | Tom Lane | 2000-03-23 | 1 | -5/+10 |
* | ExecSubPlan needs to be able to cope with RelabelType nodes atop the | Tom Lane | 2000-03-23 | 1 | -8/+20 |
* | If we cannot get a real estimate for the selectivity of a range query, | Tom Lane | 2000-03-23 | 1 | -3/+5 |
* | Improve selectivity estimation involving string constants: pay attention | Tom Lane | 2000-03-23 | 1 | -28/+96 |
* | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane | 2000-03-22 | 9 | -59/+72 |
* | Add syntax for BIT() and BIT VARYING(), but no underlying implementation | Thomas G. Lockhart | 2000-03-21 | 2 | -8/+49 |
* | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 | 6 | -156/+182 |
* | Correct typo in error message. | Tom Lane | 2000-03-21 | 1 | -2/+2 |
* | Reverse out BYTEA type coersion. | Bruce Momjian | 2000-03-20 | 2 | -5/+2 |