summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-25Fix elog logic so that error messages displayed during initdb (orTom Lane
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-25 here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian
2000-11-25> > Looking some more, I found some other places that need a space (IBruce Momjian
2000-11-25Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian
2000-11-25Clean up comments, organize code snippets added at different times intoTom Lane
2000-11-24Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant,Peter Eisentraut
2000-11-24A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane
2000-11-23Ensure that mergejoin plan will be considered for FULL OUTER JOIN evenTom Lane
2000-11-23Set fdstate in fileNameOpenFile.Vadim B. Mikheev
2000-11-22Fix for bitsubstr when third argument is missing (i.e., -1).Peter Eisentraut
2000-11-22avoid opening view files.Hiroshi Inoue
2000-11-21Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut
2000-11-21Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-21Improve comments.Tom Lane
2000-11-21Improve comments in pg_hba.conf.sample and the associated SGMLTom Lane
2000-11-21miscVadim B. Mikheev
2000-11-21Fix OID bootstraping.Vadim B. Mikheev
2000-11-21Add missing #include <errno.h>.Tom Lane
2000-11-21keep relations open until they are no longer needed.Hiroshi Inoue
2000-11-21Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane
2000-11-21Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev
2000-11-21Fix erroneous handling of parameters at SubqueryScan plan nodes,Tom Lane
2000-11-20Silence gcc warnings.Tom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-20Include postgres.h before checking #ifdef XLOG.Peter Eisentraut
2000-11-20Compile WAL by default.Vadim B. Mikheev
2000-11-19Fix typo.Tom Lane
2000-11-19Update README with proposed new method for determining calling conventionTom Lane
2000-11-18Modify input and output routines to print plain binary strings without anyPeter Eisentraut
2000-11-18Treat plain 'BIT' as 'BIT(1)'.Peter Eisentraut
2000-11-18Suppress 'comparison-is-always-true' warning on machinesTom Lane
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-17Fix spelling errors in error message.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-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-14Minor cleanup of tableOid-related coding.Tom Lane