summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Real dynamic loader codePeter Eisentraut2000-11-092-23/+32
* Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut2000-11-095-398/+461
* ExecEndAppend() neglected to close indices on appended result rels,Tom Lane2000-11-091-10/+15
* Applied yet another patch by Christof. Thanks Cristof!Michael Meskes2000-11-095-66/+147
* Auto checkpoint creation.Vadim B. Mikheev2000-11-096-55/+142
* Please apply this patch to current, to fix a problem with runcheck,Bruce Momjian2000-11-093-14/+20
* Arrange for CASE or UNION with only untyped literal constants as inputTom Lane2000-11-091-1/+17
* Add some more union/intersect/except test cases, per suggestionsTom Lane2000-11-092-0/+160
* Repair some bugs in new union/intersect/except code.Tom Lane2000-11-092-27/+95
* Clean up compiler warnings.Tom Lane2000-11-081-5/+4
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-0846-1190/+1308
* Add ANALYSE spelling of ANALYZE for vacuum.Bruce Momjian2000-11-082-3/+6
* Only use ld -R flag in UW 7.1*, since it's new.Peter Eisentraut2000-11-081-0/+2
* Fix 'soname's for various platforms, so that libpq.so.2.0 is consideredPeter Eisentraut2000-11-081-8/+13
* Update TODO list.Bruce Momjian2000-11-081-2/+3
* Add dependencies required for parallel makePeter Eisentraut2000-11-081-0/+3
* Dump identity of alternative location, if any.Peter Eisentraut2000-11-081-6/+12
* Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut2000-11-083-13/+27
* Reimplement alternative database locations with symlinks. No changes inPeter Eisentraut2000-11-083-94/+113
* CLUSTER did no permissions checking, forsooth ...Tom Lane2000-11-081-2/+9
* Enable fallback to string type when argument(s) are of UNKNOWN type.Thomas G. Lockhart2000-11-071-3/+16
* This somehow gets moot. Is there a way to make gcc reject those comments?Bruce Momjian2000-11-071-2/+2
* Undo incorrectly committed Makefile.Michael Meskes2000-11-071-69/+10
* Third try. Sorry, I had a wrong path in my copy statement.Michael Meskes2000-11-075-8/+26
* Added more patches by Cristif Petig.Michael Meskes2000-11-072-10/+73
* Update for new results.Tom Lane2000-11-071-73/+73
* DropErrorMsg() died with assert failure if try to drop a toast table...Tom Lane2000-11-071-6/+9
* Update geometry for FreeBSD 4.1 (same as 4.0)Peter Eisentraut2000-11-061-1/+1
* Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut2000-11-066-50/+107
* Fix GNU make detection.Peter Eisentraut2000-11-062-7/+7
* Add explicit ORDER BYs in a couple of cases --- seems to be necessaryTom Lane2000-11-062-4/+8
* I think Thomas missed an update here...Tom Lane2000-11-061-3/+1
* Back out aix makefile patch.Bruce Momjian2000-11-061-4/+0
* Makefile.ports (copied from makefiles/Makefile.aix) is included beforeBruce Momjian2000-11-061-0/+4
* Add support for AT TIME ZONE syntax.Thomas G. Lockhart2000-11-061-5/+4
* Add tests for more INTERVAL syntax.Thomas G. Lockhart2000-11-065-464/+1891
* Add functions to support AT TIME ZONE syntax.Thomas G. Lockhart2000-11-062-3/+6
* Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart2000-11-062-108/+210
* Implement AT TIME ZONE SQL9x syntax.Thomas G. Lockhart2000-11-062-3/+15
* Allow type resolution for UNKNOWN arguments to functions to fall back toThomas G. Lockhart2000-11-061-3/+21
* Update TODO list.Bruce Momjian2000-11-061-1/+3
* New CHECKPOINT command.Vadim B. Mikheev2000-11-0511-39/+274
* Add some configure checks for DocBook and related tools. With a somewhatPeter Eisentraut2000-11-056-75/+373
* Update for recent developments (C++, shlib), minor fixesPeter Eisentraut2000-11-051-34/+51
* UNION select in a CREATE RULE caused a weird error, because transformRuleStmtTom Lane2000-11-051-6/+8
* Update TODO list.Bruce Momjian2000-11-051-1/+1
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-058-218/+388
* Update for createlang options in docs.Bruce Momjian2000-11-041-3/+4
* more procedural doc cleanupBruce Momjian2000-11-041-2/+2
* Make PROCEDURAL optional in CREATE/DROP LANGUAGE.Bruce Momjian2000-11-044-11/+20