summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-14Minor cleanup of tableOid-related coding.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-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-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-09ExecEndAppend() neglected to close indices on appended result rels,Tom Lane
2000-11-09Auto checkpoint creation.Vadim B. Mikheev
2000-11-09Arrange for CASE or UNION with only untyped literal constants as inputTom 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
2000-11-08Add ANALYSE spelling of ANALYZE for vacuum.Bruce Momjian
2000-11-08Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut
2000-11-08Reimplement alternative database locations with symlinks. No changes inPeter Eisentraut
2000-11-08CLUSTER did no permissions checking, forsooth ...Tom Lane
2000-11-07Enable fallback to string type when argument(s) are of UNKNOWN type.Thomas G. Lockhart
2000-11-07This somehow gets moot. Is there a way to make gcc reject those comments?Bruce Momjian
2000-11-07DropErrorMsg() died with assert failure if try to drop a toast table...Tom Lane
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-06Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart
2000-11-06Implement AT TIME ZONE SQL9x syntax.Thomas G. Lockhart
2000-11-06Allow type resolution for UNKNOWN arguments to functions to fall back toThomas G. Lockhart
2000-11-05New CHECKPOINT command.Vadim B. Mikheev
2000-11-05UNION select in a CREATE RULE caused a weird error, because transformRuleStmtTom Lane
2000-11-05Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane
2000-11-04Make PROCEDURAL optional in CREATE/DROP LANGUAGE.Bruce Momjian
2000-11-04This patch should allow primary/foreign keyBruce Momjian
2000-11-04Make the backend grok relative paths for the data directory by convertingPeter Eisentraut
2000-11-03Minor code cleanups, make in_group() check faster.Tom Lane