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