aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix some portability bugs I'd introduced into inet/cidr code ---Tom Lane2000-11-25
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Fix elog logic so that error messages displayed during initdb (orTom Lane2000-11-25
* Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut2000-11-25
* here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian2000-11-25
* > > Looking some more, I found some other places that need a space (IBruce Momjian2000-11-25
* Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian2000-11-25
* Clean up comments, organize code snippets added at different times intoTom Lane2000-11-25
* Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant,Peter Eisentraut2000-11-24
* A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane2000-11-24
* Ensure that mergejoin plan will be considered for FULL OUTER JOIN evenTom Lane2000-11-23
* Set fdstate in fileNameOpenFile.Vadim B. Mikheev2000-11-23
* Fix for bitsubstr when third argument is missing (i.e., -1).Peter Eisentraut2000-11-22
* avoid opening view files.Hiroshi Inoue2000-11-22
* Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut2000-11-21
* Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut2000-11-21
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Improve comments.Tom Lane2000-11-21
* Improve comments in pg_hba.conf.sample and the associated SGMLTom Lane2000-11-21
* miscVadim B. Mikheev2000-11-21
* Fix OID bootstraping.Vadim B. Mikheev2000-11-21
* Add missing #include <errno.h>.Tom Lane2000-11-21
* keep relations open until they are no longer needed.Hiroshi Inoue2000-11-21
* Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane2000-11-21
* Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev2000-11-21
* Fix erroneous handling of parameters at SubqueryScan plan nodes,Tom Lane2000-11-21
* Silence gcc warnings.Tom Lane2000-11-20
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-20
* Compile WAL by default.Vadim B. Mikheev2000-11-20
* Fix typo.Tom Lane2000-11-19
* Update README with proposed new method for determining calling conventionTom Lane2000-11-19
* Modify input and output routines to print plain binary strings without anyPeter Eisentraut2000-11-18
* Treat plain 'BIT' as 'BIT(1)'.Peter Eisentraut2000-11-18
* Suppress 'comparison-is-always-true' warning on machinesTom Lane2000-11-18
* Modify locale code to defend against possibility that it was compiledTom Lane2000-11-18
* Put back BufferSync() for WAL after database creation.Tom Lane2000-11-18
* Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut2000-11-17
* Fix bugs in EUC_TW support. This fix includes patches contributedTatsuo Ishii2000-11-17
* Fix spelling errors in error message.Tom Lane2000-11-17
* Make a pstrdup copy of the literalbuf when scanning a bit string. Other-Peter Eisentraut2000-11-16
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Print bit values as binary strings (not hex)Peter Eisentraut2000-11-16
* Add support for casting bit string constants.Peter Eisentraut2000-11-16
* That variable I removed broke XLOG, that part of the deltaBruce Momjian2000-11-16
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Syslog Facility PatchBruce Momjian2000-11-16
* Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut2000-11-15
* Clean up array-dimensions parser a bit.Tom Lane2000-11-14
* Fix return typePeter Eisentraut2000-11-14