| Commit message (Expand) | Author | Age | Files | Lines |
* | Syslog Facility Patch | Bruce Momjian | 2000-11-16 | 1 | -15/+111 |
* | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut | 2000-11-15 | 2 | -13/+13 |
* | Clean up array-dimensions parser a bit. | Tom Lane | 2000-11-14 | 1 | -41/+57 |
* | Fix return type | Peter Eisentraut | 2000-11-14 | 1 | -3/+4 |
* | Minor cleanup of tableOid-related coding. | Tom Lane | 2000-11-14 | 2 | -52/+23 |
* | Small polishing of syslog facility and ident settings. Only allow setting | Peter Eisentraut | 2000-11-14 | 2 | -15/+19 |
* | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 | 10 | -205/+329 |
* | Update and polish postmaster and postgres help output and man pages. | Peter Eisentraut | 2000-11-14 | 2 | -40/+43 |
* | Fix illegal combination of SearchSysCacheTuple() and heap_freetuple() | Hiroshi Inoue | 2000-11-14 | 1 | -3/+2 |
* | Rename PortName to PortNumber. | Bruce Momjian | 2000-11-14 | 3 | -14/+14 |
* | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 | 1 | -3/+3 |
* | Ok, You guys are probably tired of me, BUT, here is another one, that | Bruce Momjian | 2000-11-13 | 2 | -3/+48 |
* | Fix for no hterror(). | Bruce Momjian | 2000-11-13 | 1 | -3/+3 |
* | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 | 3 | -15/+120 |
* | SearchSysCacheTupleCopy() instead of SearchSysCache() | Hiroshi Inoue | 2000-11-13 | 1 | -2/+3 |
* | prevent open failure of VIEW | Hiroshi Inoue | 2000-11-13 | 1 | -1/+3 |
* | Keep track of the last active slot in the shared ProcState array, so | Tom Lane | 2000-11-12 | 6 | -220/+144 |
* | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 25 | -1160/+1137 |
* | Allow interpretation of INTERVALs with more timezone-like syntax. | Thomas G. Lockhart | 2000-11-11 | 3 | -8/+183 |
* | Fix bug in recent improvement to type resolution code. Forgot to retain | Thomas G. Lockhart | 2000-11-11 | 2 | -2/+7 |
* | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane | 2000-11-10 | 2 | -91/+107 |
* | Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() in | Hiroshi Inoue | 2000-11-10 | 1 | -2/+3 |
* | pg_fsync is fsync in WAL version. | Vadim B. Mikheev | 2000-11-10 | 3 | -3/+19 |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 | 5 | -1133/+312 |
* | Real dynamic loader code | Peter Eisentraut | 2000-11-09 | 2 | -23/+32 |
* | ExecEndAppend() neglected to close indices on appended result rels, | Tom Lane | 2000-11-09 | 1 | -10/+15 |
* | Auto checkpoint creation. | Vadim B. Mikheev | 2000-11-09 | 4 | -52/+133 |
* | Arrange for CASE or UNION with only untyped literal constants as input | Tom Lane | 2000-11-09 | 1 | -1/+17 |
* | 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 | 35 | -1161/+1277 |
* | Add ANALYSE spelling of ANALYZE for vacuum. | Bruce Momjian | 2000-11-08 | 2 | -3/+6 |
* | Add '-c name=val' flag for setting run-time parameters. | Peter Eisentraut | 2000-11-08 | 2 | -10/+24 |
* | Reimplement alternative database locations with symlinks. No changes in | Peter Eisentraut | 2000-11-08 | 1 | -90/+109 |
* | 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 |
* | DropErrorMsg() died with assert failure if try to drop a toast table... | Tom Lane | 2000-11-07 | 1 | -6/+9 |
* | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 | 2 | -7/+18 |
* | 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 |
* | New CHECKPOINT command. | Vadim B. Mikheev | 2000-11-05 | 8 | -37/+264 |
* | UNION select in a CREATE RULE caused a weird error, because transformRuleStmt | Tom Lane | 2000-11-05 | 1 | -6/+8 |
* | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 | 7 | -193/+343 |
* | Make PROCEDURAL optional in CREATE/DROP LANGUAGE. | Bruce Momjian | 2000-11-04 | 1 | -4/+9 |
* | This patch should allow primary/foreign key | Bruce Momjian | 2000-11-04 | 1 | -4/+64 |
* | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 | 4 | -41/+108 |
* | Minor code cleanups, make in_group() check faster. | Tom Lane | 2000-11-03 | 1 | -42/+44 |
* | Fix bug reported by bobson: aclinsert3 would delete the 'world' entry | Tom Lane | 2000-11-03 | 1 | -32/+38 |