aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* author settingMarc G. Fournier2000-10-16
|
* againMarc G. Fournier2000-10-16
|
* again ...Marc G. Fournier2000-10-16
|
* test againMarc G. Fournier2000-10-16
|
* let's see if this gets the 'committer' into the email now ...Marc G. Fournier2000-10-16
|
* Change jdbc docs from postgresql.Driver to org.postgresql.Driver.Bruce Momjian2000-10-16
|
* testing ...Marc G. Fournier2000-10-16
|
* Update TODO list.Bruce Momjian2000-10-15
|
* Update TODO list.Bruce Momjian2000-10-15
|
* Update TODO list.Bruce Momjian2000-10-15
|
* Update TODO list.Bruce Momjian2000-10-15
|
* Fix prototype declaration based on patch from David ReidPhilip Warner2000-10-15
|
* autoconfBruce Momjian2000-10-14
|
* This fixes a small problem with identifying -lbind as required forBruce Momjian2000-10-14
| | | | | | BeOS. David Reid
* The configure script fails to find <netinet/tcp.h>.Bruce Momjian2000-10-14
| | | | | | | | | | | | | | | | | | | | | | | As a result, backend/libpq/pqcomm.c and interfaces/libpq/fe-connect.c fail to compile. The <netinet/tcp.h> header needs to be preceded by <netinet/in.h>, at least on IRIX, Solaris and AIX. The simple configure test fails. (That header on Linux is idempotent.) The basic problem is that <netinet/tcp.h> is a BSD header. The correct header for TCP internals such as TCP_NODELAY on a UNIX system is <xti.h>. By UNIX I mean UNIX95 (aka XPG4v2 or SUSv1) or later. The current UNIX standard (UNIX98 aka SUSv2) is available online at <http://www.opengroup.org/onlinepubs/7908799/>. The fix is to add header support for <xti.h> into configure.in and config.h.in. The 2 files which conditionally include <netinet/tcp.h> need also to conditionally include <xti.h>. Pete Forman
* Here is a patch for resultmap and the results file.Bruce Momjian2000-10-14
| | | | | | | | I have counted 9 differences in the least significant digit compared with geometry-positive-zeros.out. It would be wise for someone else to double check. Pete Forman
* Update TODO list.Bruce Momjian2000-10-14
|
* gainMarc G. Fournier2000-10-14
|
* testing committers list ...Marc G. Fournier2000-10-14
|
* Update detail for new todo items.Bruce Momjian2000-10-14
|
* Update TODO list.Bruce Momjian2000-10-14
|
* Update TODO list.Bruce Momjian2000-10-14
|
* Various utils for WALVadim B. Mikheev2000-10-13
|
* WALVadim B. Mikheev2000-10-13
|
* Minor buglet in dumping functions onltPhilip Warner2000-10-13
|
* WALVadim B. Mikheev2000-10-13
|
* Update TODO list.Bruce Momjian2000-10-13
|
* Fix bug in sequence dumping using new setval functionPhilip Warner2000-10-13
|
* Make setval(text,int32,bool) visiblePhilip Warner2000-10-13
|
* Fix typoBruce Momjian2000-10-12
|
* Fix typo.Bruce Momjian2000-10-12
|
* Fix typoBruce Momjian2000-10-12
|
* Update FAQ.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO.detail.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Replace constants by C variables wherever possible.Michael Meskes2000-10-12
|
* Update FAQ.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* Update TODO list.Bruce Momjian2000-10-12
|
* First pass at docs for pg_restorePhilip Warner2000-10-12
|
* Major update part I involving delayed patches, reworked Makefile, and howPeter Mount2000-10-12
| | | | the versioning works. There's also a new utils directory used by Makefile
* Add more files from backendTatsuo Ishii2000-10-12
|
* Disable elog when linked with frontend.Tatsuo Ishii2000-10-12
|
* Support for automatic code conversion between UNICODE and otherTatsuo Ishii2000-10-12
| | | | encodings
* Support for conversion between UNICODE and other encodingsTatsuo Ishii2000-10-12
| | | | | currently ISO8859-[1-5] and EUC_JP are supported. support for other encodings will be coming soon.
* Update TODO list.Bruce Momjian2000-10-12
|