| Commit message (Expand) | Author | Age |
* | Cleanups of pltcl unknown thingy. | Peter Eisentraut | 2001-05-11 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Work with Readline 4.2. | Peter Eisentraut | 2001-04-14 |
* | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane | 2001-03-23 |
* | Remove HAVE_OPTARG per discussion in hackers list. | Tatsuo Ishii | 2001-03-01 |
* | Massive commits for SunOS4 port. | Tatsuo Ishii | 2001-02-27 |
* | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 |
* | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane | 2001-01-22 |
* | From Jason Tishler <jt@dothill.com> | Peter Eisentraut | 2001-01-19 |
* | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut | 2001-01-09 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automatically | Tom Lane | 2000-12-02 |
* | Make default socket directory location configurable from config.h. | Tom Lane | 2000-11-30 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane | 2000-11-29 |
* | Enable WAL in config.h, not Makefile.global. | Peter Eisentraut | 2000-11-20 |
* | Add configure checks for strtoll, strtoull (or strto[u]q). Disable | Peter Eisentraut | 2000-11-20 |
* | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 |
* | Add configure check to see whether <string.h> and <strings.h> may both be | Peter Eisentraut | 2000-11-03 |
* | Add new configure option "--enable-uniconv" that enables automatic | Tatsuo Ishii | 2000-10-30 |
* | Back out xti.h portion of the patch. | Bruce Momjian | 2000-10-23 |
* | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 |
* | The configure script fails to find <netinet/tcp.h>. | Bruce Momjian | 2000-10-14 |
* | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 |
* | Better coding of readline tests | Peter Eisentraut | 2000-10-03 |
* | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 |
* | Here is the first batch of files and diffs for the BeOS port. I've run into | Bruce Momjian | 2000-10-02 |
* | Please apply the following patch to fix problems with the AIX port | Bruce Momjian | 2000-09-29 |
* | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut | 2000-09-29 |
* | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut | 2000-09-27 |
* | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 |
* | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 |
* | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 |
* | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut | 2000-08-20 |
* | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 |
* | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | 2000-08-07 |
* | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 |
* | Remove references to symbols that no longer get defined | Peter Eisentraut | 2000-07-14 |
* | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 |
* | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian | 2000-07-11 |
* | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 |
* | add check for libz compression library for pg_dump | Marc G. Fournier | 2000-07-05 |
* | Version number now set in configure, available through Makefile.global | Peter Eisentraut | 2000-07-02 |
* | Rearrange config.h entries into a more sensible order, and add some | Tom Lane | 2000-06-29 |
* | Integrated ODBC driver into regular build. No more standalone business, | Peter Eisentraut | 2000-06-19 |
* | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut | 2000-06-17 |
* | Substituted new configure test for types of accept() | Peter Eisentraut | 2000-06-11 |
* | I have made the couple of mods required to make the odbc driver with | Bruce Momjian | 2000-06-09 |
* | Removed ELOG_TIMESTAMPS #define in favor of two run-time | Peter Eisentraut | 2000-06-04 |
* | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 |