summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* miscVadim B. Mikheev2000-11-211-2/+3
* Fix OID bootstraping.Vadim B. Mikheev2000-11-212-32/+32
* Add missing #include <errno.h>.Tom Lane2000-11-211-3/+4
* keep relations open until they are no longer needed.Hiroshi Inoue2000-11-211-5/+9
* Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane2000-11-211-27/+68
* Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev2000-11-211-1/+5
* Fix erroneous handling of parameters at SubqueryScan plan nodes,Tom Lane2000-11-211-2/+9
* Silence gcc warnings.Tom Lane2000-11-201-3/+3
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-208-195/+271
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-204-16/+11
* Compile WAL by default.Vadim B. Mikheev2000-11-202-4/+4
* Fix typo.Tom Lane2000-11-191-1/+1
* Update README with proposed new method for determining calling conventionTom Lane2000-11-191-83/+173
* Modify input and output routines to print plain binary strings without anyPeter Eisentraut2000-11-181-17/+32
* Treat plain 'BIT' as 'BIT(1)'.Peter Eisentraut2000-11-181-1/+5
* Suppress 'comparison-is-always-true' warning on machinesTom Lane2000-11-181-2/+2
* Modify locale code to defend against possibility that it was compiledTom Lane2000-11-181-18/+32
* Put back BufferSync() for WAL after database creation.Tom Lane2000-11-181-2/+13
* Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut2000-11-171-2/+6
* Fix bugs in EUC_TW support. This fix includes patches contributedTatsuo Ishii2000-11-171-4/+11
* Fix spelling errors in error message.Tom Lane2000-11-171-3/+3
* Make a pstrdup copy of the literalbuf when scanning a bit string. Other-Peter Eisentraut2000-11-161-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-1679-2085/+2342
* Print bit values as binary strings (not hex)Peter Eisentraut2000-11-161-1/+8
* Add support for casting bit string constants.Peter Eisentraut2000-11-161-1/+2
* That variable I removed broke XLOG, that part of the deltaBruce Momjian2000-11-161-1/+2
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-1610-46/+48
* Syslog Facility PatchBruce Momjian2000-11-161-15/+111
* Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut2000-11-152-13/+13
* Clean up array-dimensions parser a bit.Tom Lane2000-11-141-41/+57
* Fix return typePeter Eisentraut2000-11-141-3/+4
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-142-52/+23
* Small polishing of syslog facility and ident settings. Only allow settingPeter Eisentraut2000-11-142-15/+19
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-1410-205/+329
* Update and polish postmaster and postgres help output and man pages.Peter Eisentraut2000-11-142-40/+43
* Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()Hiroshi Inoue2000-11-141-3/+2
* Rename PortName to PortNumber.Bruce Momjian2000-11-143-14/+14
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-3/+3
* Ok, You guys are probably tired of me, BUT, here is another one, thatBruce Momjian2000-11-132-3/+48
* Fix for no hterror().Bruce Momjian2000-11-131-3/+3
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-133-15/+120
* SearchSysCacheTupleCopy() instead of SearchSysCache()Hiroshi Inoue2000-11-131-2/+3
* prevent open failure of VIEWHiroshi Inoue2000-11-131-1/+3
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-126-220/+144
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-1225-1160/+1137
* Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart2000-11-113-8/+183
* Fix bug in recent improvement to type resolution code. Forgot to retainThomas G. Lockhart2000-11-112-2/+7
* Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane2000-11-102-91/+107
* Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() inHiroshi Inoue2000-11-101-2/+3
* pg_fsync is fsync in WAL version.Vadim B. Mikheev2000-11-103-3/+19