| Commit message (Expand) | Author | Age |
* | Fix yacc failures in preproc.y. | Tom Lane | 2000-11-20 |
* | Add configure checks for strtoll, strtoull (or strto[u]q). Disable | Peter Eisentraut | 2000-11-20 |
* | Parser synced. | Michael Meskes | 2000-11-20 |
* | Encoding patch to Connection by wrobell@posexperts.com.pl | Peter Mount | 2000-11-20 |
* | Eliminate unused-variable warning. | Tom Lane | 2000-11-20 |
* | Recongizing PGCLIENTENCODING has been broken since 7.0. | Tatsuo Ishii | 2000-11-17 |
* | Suppress occasional failure of final DROP DATABASE due to | Tom Lane | 2000-11-17 |
* | GNUmakefile failed to provide a way to invoke perl Makefile's | Tom Lane | 2000-11-17 |
* | Forgot to add ppport.h to MANIFEST. | Tom Lane | 2000-11-17 |
* | Clean files after installing, since those files will most likely be root | Peter Eisentraut | 2000-11-16 |
* | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 |
* | Rename PortName to PortNumber. | Bruce Momjian | 2000-11-14 |
* | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 |
* | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 |
* | Update to PyGreSQL 3.1: | Bruce Momjian | 2000-11-10 |
* | the bug was not fixed in the snapshot of November 5th. Also the enterprise | Bruce Momjian | 2000-11-10 |
* | Applied yet another patch by Christof. Thanks Cristof! | Michael Meskes | 2000-11-09 |
* | Add dependencies required for parallel make | Peter Eisentraut | 2000-11-08 |
* | Undo incorrectly committed Makefile. | Michael Meskes | 2000-11-07 |
* | Third try. Sorry, I had a wrong path in my copy statement. | Michael Meskes | 2000-11-07 |
* | Added more patches by Cristif Petig. | Michael Meskes | 2000-11-07 |
* | Fix for missing EUC_TW encoding | Tatsuo Ishii | 2000-11-04 |
* | Parser sync. | Michael Meskes | 2000-11-03 |
* | Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolu... | Peter Mount | 2000-11-01 |
* | Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs i... | Michael Meskes | 2000-10-31 |
* | Use $(filter ...), not $(findstring ...). | Peter Eisentraut | 2000-10-31 |
* | Sync preproc.y with gram.y. | Michael Meskes | 2000-10-30 |
* | Avoid dependency on backend's multibyte module as possible. | Tatsuo Ishii | 2000-10-30 |
* | Removed multibyte stuff since client does not know about encoding in the back... | Michael Meskes | 2000-10-29 |
* | Remove compiler warnings (add missing include files). Only link against | Peter Eisentraut | 2000-10-28 |
* | Synced preproc.y with gram.y. | Michael Meskes | 2000-10-25 |
* | Rearrange handling of -L linker options so that they are always before all | Peter Eisentraut | 2000-10-25 |
* | From Zoltan Kovacs back in April (sorry for the delay Zoltan!): | Thomas G. Lockhart | 2000-10-25 |
* | Added some more C constructs to the parser. | Michael Meskes | 2000-10-25 |
* | Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by using | Tom Lane | 2000-10-24 |
* | Increase buffer size to improve performance of client-side lo_import. | Tom Lane | 2000-10-24 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 |
* | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut | 2000-10-23 |
* | Back out xti.h portion of the patch. | Bruce Momjian | 2000-10-23 |
* | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 |
* | Fixed mixing of two enum datatypes. | Michael Meskes | 2000-10-22 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 |
* | Remove 'override' keyword, which breaks the build on HPUX, and probably | Tom Lane | 2000-10-20 |
* | Locate the file pg_service.conf in the directory configured as --syconfdir | Peter Eisentraut | 2000-10-17 |
* | Fixed some bugs in C language parsing. | Michael Meskes | 2000-10-17 |
* | Some more getTimestamp() fixes | Peter Mount | 2000-10-17 |
* | Simplified parsing of connect rule. | Michael Meskes | 2000-10-17 |
* | TNS: | Bruce Momjian | 2000-10-17 |
* | Fixed handling of variables in connect rule. | Michael Meskes | 2000-10-16 |
* | The configure script fails to find <netinet/tcp.h>. | Bruce Momjian | 2000-10-14 |