summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-11-18Modify locale code to defend against possibility that it was compiledTom Lane
2000-11-18Put back BufferSync() for WAL after database creation.Tom Lane
2000-11-17Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut
2000-11-17Fix bugs in EUC_TW support. This fix includes patches contributedTatsuo Ishii
2000-11-17Recongizing PGCLIENTENCODING has been broken since 7.0.Tatsuo Ishii
2000-11-17Fix spelling errors in error message.Tom Lane
2000-11-17Suppress occasional failure of final DROP DATABASE due toTom Lane
2000-11-17GNUmakefile failed to provide a way to invoke perl Makefile'sTom Lane
2000-11-17Forgot to add ppport.h to MANIFEST.Tom Lane
2000-11-16Make a pstrdup copy of the literalbuf when scanning a bit string. Other-Peter Eisentraut
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-16Print bit values as binary strings (not hex)Peter Eisentraut
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