| Commit message (Expand) | Author | Age |
* | Mention new AT TIME ZONE feature. | Thomas G. Lockhart | 2000-11-11 |
* | Fix bug in recent improvement to type resolution code. Forgot to retain | Thomas G. Lockhart | 2000-11-11 |
* | Eliminate word rot | Peter Eisentraut | 2000-11-11 |
* | Update expected output to track recent code changes. | Tom Lane | 2000-11-10 |
* | Update to PyGreSQL 3.1: | Bruce Momjian | 2000-11-10 |
* | the bug was not fixed in the snapshot of November 5th. Also the enterprise | Bruce Momjian | 2000-11-10 |
* | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane | 2000-11-10 |
* | Update TODO list. | Bruce Momjian | 2000-11-10 |
* | Add update of HISTORY file for 7.0.3. | Bruce Momjian | 2000-11-10 |
* | Fix typos. | Tom Lane | 2000-11-10 |
* | Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() in | Hiroshi Inoue | 2000-11-10 |
* | pg_fsync is fsync in WAL version. | Vadim B. Mikheev | 2000-11-10 |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 |
* | Real dynamic loader code | Peter Eisentraut | 2000-11-09 |
* | Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8), | Peter Eisentraut | 2000-11-09 |
* | ExecEndAppend() neglected to close indices on appended result rels, | Tom Lane | 2000-11-09 |
* | Applied yet another patch by Christof. Thanks Cristof! | Michael Meskes | 2000-11-09 |
* | Auto checkpoint creation. | Vadim B. Mikheev | 2000-11-09 |
* | Please apply this patch to current, to fix a problem with runcheck, | Bruce Momjian | 2000-11-09 |
* | Arrange for CASE or UNION with only untyped literal constants as input | Tom Lane | 2000-11-09 |
* | Add some more union/intersect/except test cases, per suggestions | Tom Lane | 2000-11-09 |
* | Repair some bugs in new union/intersect/except code. | Tom Lane | 2000-11-09 |
* | Clean up compiler warnings. | Tom Lane | 2000-11-08 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | Add ANALYSE spelling of ANALYZE for vacuum. | Bruce Momjian | 2000-11-08 |
* | Only use ld -R flag in UW 7.1*, since it's new. | Peter Eisentraut | 2000-11-08 |
* | Fix 'soname's for various platforms, so that libpq.so.2.0 is considered | Peter Eisentraut | 2000-11-08 |
* | Update TODO list. | Bruce Momjian | 2000-11-08 |
* | Add dependencies required for parallel make | Peter Eisentraut | 2000-11-08 |
* | Dump identity of alternative location, if any. | Peter Eisentraut | 2000-11-08 |
* | Add '-c name=val' flag for setting run-time parameters. | Peter Eisentraut | 2000-11-08 |
* | Reimplement alternative database locations with symlinks. No changes in | Peter Eisentraut | 2000-11-08 |
* | CLUSTER did no permissions checking, forsooth ... | Tom Lane | 2000-11-08 |
* | Enable fallback to string type when argument(s) are of UNKNOWN type. | Thomas G. Lockhart | 2000-11-07 |
* | This somehow gets moot. Is there a way to make gcc reject those comments? | Bruce Momjian | 2000-11-07 |
* | Undo incorrectly committed Makefile. | Michael Meskes | 2000-11-07 |
* | Third try. Sorry, I had a wrong path in my copy statement. | Michael Meskes | 2000-11-07 |
* | Added more patches by Cristif Petig. | Michael Meskes | 2000-11-07 |
* | Update for new results. | Tom Lane | 2000-11-07 |
* | DropErrorMsg() died with assert failure if try to drop a toast table... | Tom Lane | 2000-11-07 |
* | Update geometry for FreeBSD 4.1 (same as 4.0) | Peter Eisentraut | 2000-11-06 |
* | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 |
* | Fix GNU make detection. | Peter Eisentraut | 2000-11-06 |
* | Add explicit ORDER BYs in a couple of cases --- seems to be necessary | Tom Lane | 2000-11-06 |
* | I think Thomas missed an update here... | Tom Lane | 2000-11-06 |
* | Back out aix makefile patch. | Bruce Momjian | 2000-11-06 |
* | Makefile.ports (copied from makefiles/Makefile.aix) is included before | Bruce Momjian | 2000-11-06 |
* | Add support for AT TIME ZONE syntax. | Thomas G. Lockhart | 2000-11-06 |
* | Add tests for more INTERVAL syntax. | Thomas G. Lockhart | 2000-11-06 |
* | Add functions to support AT TIME ZONE syntax. | Thomas G. Lockhart | 2000-11-06 |