summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-11-16Add support for casting bit string constants.Peter Eisentraut
2000-11-16Clean files after installing, since those files will most likely be rootPeter Eisentraut
2000-11-16That variable I removed broke XLOG, that part of the deltaBruce Momjian
2000-11-16Make pgsql compile on FreeBSD-alpha.Bruce Momjian
2000-11-16Syslog Facility PatchBruce Momjian
2000-11-15Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut
2000-11-14Clean up array-dimensions parser a bit.Tom Lane
2000-11-14Fix return typePeter Eisentraut
2000-11-14spaces to tabPeter Eisentraut
2000-11-14Give GCC on Irix a (theoretical) chance.Peter Eisentraut
2000-11-14Minor cleanup of tableOid-related coding.Tom Lane
2000-11-14Clean up comments.Tom Lane
2000-11-14Small polishing of syslog facility and ident settings. Only allow settingPeter Eisentraut
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-14Update and polish postmaster and postgres help output and man pages.Peter Eisentraut
2000-11-14Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()Hiroshi Inoue
2000-11-14Rename PortName to PortNumber.Bruce Momjian
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13Ok, You guys are probably tired of me, BUT, here is another one, thatBruce Momjian
2000-11-13Fix for no hterror().Bruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-13SearchSysCacheTupleCopy() instead of SearchSysCache()Hiroshi Inoue
2000-11-13prevent open failure of VIEWHiroshi Inoue
2000-11-12Keep track of the last active slot in the shared ProcState array, soTom Lane
2000-11-12Restructure handling of inheritance queries so that they work with outerTom Lane
2000-11-11Make sure shell scripts send error messages to stderr.Peter Eisentraut
2000-11-11Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart
2000-11-11Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart
2000-11-11Check for existence of the results directory before invoking mkdir.Thomas G. Lockhart
2000-11-11Define conversions to and from text for date, time, and timetz.Thomas G. Lockhart
2000-11-11Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart
2000-11-11Fix bug in recent improvement to type resolution code. Forgot to retainThomas G. Lockhart
2000-11-10Update expected output to track recent code changes.Tom Lane
2000-11-10Update to PyGreSQL 3.1:Bruce Momjian
2000-11-10the bug was not fixed in the snapshot of November 5th. Also the enterpriseBruce Momjian
2000-11-10Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane
2000-11-10Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() inHiroshi Inoue
2000-11-10pg_fsync is fsync in WAL version.Vadim B. Mikheev
2000-11-10Clean up syscache so that recursive invocation is safe, and remove errorTom Lane
2000-11-09Real dynamic loader codePeter Eisentraut
2000-11-09Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut
2000-11-09ExecEndAppend() neglected to close indices on appended result rels,Tom Lane
2000-11-09Applied yet another patch by Christof. Thanks Cristof!Michael Meskes
2000-11-09Auto checkpoint creation.Vadim B. Mikheev
2000-11-09Please apply this patch to current, to fix a problem with runcheck,Bruce Momjian
2000-11-09Arrange for CASE or UNION with only untyped literal constants as inputTom Lane
2000-11-09Add some more union/intersect/except test cases, per suggestionsTom Lane
2000-11-09Repair some bugs in new union/intersect/except code.Tom Lane
2000-11-08Clean up compiler warnings.Tom Lane
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane