aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Clean files after installing, since those files will most likely be rootPeter Eisentraut2000-11-16
* That variable I removed broke XLOG, that part of the deltaBruce Momjian2000-11-16
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Syslog Facility PatchBruce Momjian2000-11-16
* Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut2000-11-15
* Clean up array-dimensions parser a bit.Tom Lane2000-11-14
* Fix return typePeter Eisentraut2000-11-14
* spaces to tabPeter Eisentraut2000-11-14
* Give GCC on Irix a (theoretical) chance.Peter Eisentraut2000-11-14
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-14
* Clean up comments.Tom Lane2000-11-14
* Small polishing of syslog facility and ident settings. Only allow settingPeter Eisentraut2000-11-14
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Update and polish postmaster and postgres help output and man pages.Peter Eisentraut2000-11-14
* Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()Hiroshi Inoue2000-11-14
* Rename PortName to PortNumber.Bruce Momjian2000-11-14
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-13
* Ok, You guys are probably tired of me, BUT, here is another one, thatBruce Momjian2000-11-13
* Fix for no hterror().Bruce Momjian2000-11-13
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* SearchSysCacheTupleCopy() instead of SearchSysCache()Hiroshi Inoue2000-11-13
* prevent open failure of VIEWHiroshi Inoue2000-11-13
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-12
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Make sure shell scripts send error messages to stderr.Peter Eisentraut2000-11-11
* Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart2000-11-11
* Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart2000-11-11
* Check for existence of the results directory before invoking mkdir.Thomas G. Lockhart2000-11-11
* Define conversions to and from text for date, time, and timetz.Thomas G. Lockhart2000-11-11
* Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart2000-11-11
* Fix bug in recent improvement to type resolution code. Forgot to retainThomas G. Lockhart2000-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
* 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