summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-2026-243/+449
* Enable WAL in config.h, not Makefile.global.Peter Eisentraut2000-11-202-4/+5
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-204-16/+11
* Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut2000-11-205-8/+46
* Parser synced.Michael Meskes2000-11-202-12/+18
* Encoding patch to Connection by wrobell@posexperts.com.plPeter Mount2000-11-202-3/+5
* Compile WAL by default.Vadim B. Mikheev2000-11-204-7/+9
* Eliminate unused-variable warning.Tom Lane2000-11-201-3/+1
* Fix typo.Tom Lane2000-11-191-1/+1
* Update README with proposed new method for determining calling conventionTom Lane2000-11-191-83/+173
* Polish error messages, help output, give marginal clue about command linePeter Eisentraut2000-11-181-24/+51
* Simplification: Build executable directly from .c file.Peter Eisentraut2000-11-181-5/+2
* 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
* Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines whereTom Lane2000-11-181-23/+12
* AIX patches from Andreas.Tom Lane2000-11-181-10/+4
* 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-172-3/+8
* Fix bugs in EUC_TW support. This fix includes patches contributedTatsuo Ishii2000-11-171-4/+11
* Recongizing PGCLIENTENCODING has been broken since 7.0.Tatsuo Ishii2000-11-171-2/+16
* Fix spelling errors in error message.Tom Lane2000-11-171-3/+3
* Suppress occasional failure of final DROP DATABASE due toTom Lane2000-11-171-1/+8
* GNUmakefile failed to provide a way to invoke perl Makefile'sTom Lane2000-11-171-1/+4
* Forgot to add ppport.h to MANIFEST.Tom Lane2000-11-171-0/+1
* 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-1692-2232/+2600
* 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
* Clean files after installing, since those files will most likely be rootPeter Eisentraut2000-11-161-2/+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-1614-58/+69
* Syslog Facility PatchBruce Momjian2000-11-161-15/+111
* Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut2000-11-153-15/+15
* Clean up array-dimensions parser a bit.Tom Lane2000-11-141-41/+57
* Fix return typePeter Eisentraut2000-11-141-3/+4
* spaces to tabPeter Eisentraut2000-11-141-1/+1
* Give GCC on Irix a (theoretical) chance.Peter Eisentraut2000-11-142-5/+8
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-144-56/+27
* Clean up comments.Tom Lane2000-11-141-6/+6
* 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-1422-288/+426
* 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-146-33/+19
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-1321-161/+67
* 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-1327-57/+373