| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Real dynamic loader code | Peter Eisentraut | 2000-11-09 | 2 | -23/+32 |
* | Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8), | Peter Eisentraut | 2000-11-09 | 5 | -398/+461 |
* | ExecEndAppend() neglected to close indices on appended result rels, | Tom Lane | 2000-11-09 | 1 | -10/+15 |
* | Applied yet another patch by Christof. Thanks Cristof! | Michael Meskes | 2000-11-09 | 5 | -66/+147 |
* | Auto checkpoint creation. | Vadim B. Mikheev | 2000-11-09 | 6 | -55/+142 |
* | Please apply this patch to current, to fix a problem with runcheck, | Bruce Momjian | 2000-11-09 | 3 | -14/+20 |
* | Arrange for CASE or UNION with only untyped literal constants as input | Tom Lane | 2000-11-09 | 1 | -1/+17 |
* | Add some more union/intersect/except test cases, per suggestions | Tom Lane | 2000-11-09 | 2 | -0/+160 |
* | Repair some bugs in new union/intersect/except code. | Tom Lane | 2000-11-09 | 2 | -27/+95 |
* | Clean up compiler warnings. | Tom Lane | 2000-11-08 | 1 | -5/+4 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 46 | -1190/+1308 |
* | Add ANALYSE spelling of ANALYZE for vacuum. | Bruce Momjian | 2000-11-08 | 2 | -3/+6 |
* | Only use ld -R flag in UW 7.1*, since it's new. | Peter Eisentraut | 2000-11-08 | 1 | -0/+2 |
* | Fix 'soname's for various platforms, so that libpq.so.2.0 is considered | Peter Eisentraut | 2000-11-08 | 1 | -8/+13 |
* | Update TODO list. | Bruce Momjian | 2000-11-08 | 1 | -2/+3 |
* | Add dependencies required for parallel make | Peter Eisentraut | 2000-11-08 | 1 | -0/+3 |
* | Dump identity of alternative location, if any. | Peter Eisentraut | 2000-11-08 | 1 | -6/+12 |
* | Add '-c name=val' flag for setting run-time parameters. | Peter Eisentraut | 2000-11-08 | 3 | -13/+27 |
* | Reimplement alternative database locations with symlinks. No changes in | Peter Eisentraut | 2000-11-08 | 3 | -94/+113 |
* | CLUSTER did no permissions checking, forsooth ... | Tom Lane | 2000-11-08 | 1 | -2/+9 |
* | Enable fallback to string type when argument(s) are of UNKNOWN type. | Thomas G. Lockhart | 2000-11-07 | 1 | -3/+16 |
* | This somehow gets moot. Is there a way to make gcc reject those comments? | Bruce Momjian | 2000-11-07 | 1 | -2/+2 |
* | Undo incorrectly committed Makefile. | Michael Meskes | 2000-11-07 | 1 | -69/+10 |
* | Third try. Sorry, I had a wrong path in my copy statement. | Michael Meskes | 2000-11-07 | 5 | -8/+26 |
* | Added more patches by Cristif Petig. | Michael Meskes | 2000-11-07 | 2 | -10/+73 |
* | Update for new results. | Tom Lane | 2000-11-07 | 1 | -73/+73 |
* | DropErrorMsg() died with assert failure if try to drop a toast table... | Tom Lane | 2000-11-07 | 1 | -6/+9 |
* | Update geometry for FreeBSD 4.1 (same as 4.0) | Peter Eisentraut | 2000-11-06 | 1 | -1/+1 |
* | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 | 6 | -50/+107 |
* | Fix GNU make detection. | Peter Eisentraut | 2000-11-06 | 2 | -7/+7 |
* | Add explicit ORDER BYs in a couple of cases --- seems to be necessary | Tom Lane | 2000-11-06 | 2 | -4/+8 |
* | I think Thomas missed an update here... | Tom Lane | 2000-11-06 | 1 | -3/+1 |
* | Back out aix makefile patch. | Bruce Momjian | 2000-11-06 | 1 | -4/+0 |
* | Makefile.ports (copied from makefiles/Makefile.aix) is included before | Bruce Momjian | 2000-11-06 | 1 | -0/+4 |
* | Add support for AT TIME ZONE syntax. | Thomas G. Lockhart | 2000-11-06 | 1 | -5/+4 |
* | Add tests for more INTERVAL syntax. | Thomas G. Lockhart | 2000-11-06 | 5 | -464/+1891 |
* | Add functions to support AT TIME ZONE syntax. | Thomas G. Lockhart | 2000-11-06 | 2 | -3/+6 |
* | Fix INTERVAL output when year/month has different sign as day/hour etc. | Thomas G. Lockhart | 2000-11-06 | 2 | -108/+210 |
* | Implement AT TIME ZONE SQL9x syntax. | Thomas G. Lockhart | 2000-11-06 | 2 | -3/+15 |
* | Allow type resolution for UNKNOWN arguments to functions to fall back to | Thomas G. Lockhart | 2000-11-06 | 1 | -3/+21 |
* | Update TODO list. | Bruce Momjian | 2000-11-06 | 1 | -1/+3 |
* | New CHECKPOINT command. | Vadim B. Mikheev | 2000-11-05 | 11 | -39/+274 |
* | Add some configure checks for DocBook and related tools. With a somewhat | Peter Eisentraut | 2000-11-05 | 6 | -75/+373 |
* | Update for recent developments (C++, shlib), minor fixes | Peter Eisentraut | 2000-11-05 | 1 | -34/+51 |
* | UNION select in a CREATE RULE caused a weird error, because transformRuleStmt | Tom Lane | 2000-11-05 | 1 | -6/+8 |
* | Update TODO list. | Bruce Momjian | 2000-11-05 | 1 | -1/+1 |
* | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 | 8 | -218/+388 |
* | Update for createlang options in docs. | Bruce Momjian | 2000-11-04 | 1 | -3/+4 |
* | more procedural doc cleanup | Bruce Momjian | 2000-11-04 | 1 | -2/+2 |
* | Make PROCEDURAL optional in CREATE/DROP LANGUAGE. | Bruce Momjian | 2000-11-04 | 4 | -11/+20 |