summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-11-21Install the sample pg_ident.conf file into /home/postgres/testversion/data, j...Tom Lane
2000-11-21Improve comments.Tom Lane
2000-11-21Improve comments in pg_hba.conf.sample and the associated SGMLTom Lane
2000-11-21Don't hide error message from dropdb.Peter Eisentraut
2000-11-21miscVadim B. Mikheev
2000-11-21Fix OID bootstraping.Vadim B. Mikheev
2000-11-21Adjust opr_sanity.out for small change in OID allocation.Tom Lane
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-21Simplify definition of pg_tables and pg_views views by making use ofTom Lane
2000-11-21Fix erroneous handling of parameters at SubqueryScan plan nodes,Tom Lane
2000-11-20Fix yacc failures in preproc.y.Tom Lane
2000-11-20Silence gcc warnings.Tom Lane
2000-11-20No casting to LSN (XLogRecPtr) is required.Vadim B. Mikheev
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-20Enable WAL in config.h, not Makefile.global.Peter Eisentraut
2000-11-20Include postgres.h before checking #ifdef XLOG.Peter Eisentraut
2000-11-20Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut
2000-11-20Parser synced.Michael Meskes
2000-11-20Encoding patch to Connection by wrobell@posexperts.com.plPeter Mount
2000-11-20Compile WAL by default.Vadim B. Mikheev
2000-11-20Eliminate unused-variable warning.Tom Lane
2000-11-19Fix typo.Tom Lane
2000-11-19Update README with proposed new method for determining calling conventionTom Lane
2000-11-18Polish error messages, help output, give marginal clue about command linePeter Eisentraut
2000-11-18Simplification: Build executable directly from .c file.Peter Eisentraut
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-18Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines whereTom Lane
2000-11-18AIX patches from Andreas.Tom Lane
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-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