Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | autoconf | Bruce Momjian | 1998-09-20 |
| | |||
* | Fix for memory leak, configure path fix, from Tom Lane. | Bruce Momjian | 1998-09-20 |
| | |||
* | Fix memory leak from Tom Lane. | Bruce Momjian | 1998-09-20 |
| | |||
* | I also noticed that pg_dump contains a copy of the same | Bruce Momjian | 1998-09-20 |
| | | | | | | | | prompt_for_password code that psql does. We fixed psql a month or two back to permit usernames and passwords longer than 8 characters. I propagated the same fix into pg_dump. Tom Lane | ||
* | Regression test cleanup. | Bruce Momjian | 1998-09-18 |
| | |||
* | NS32K lock patch reversed. | Bruce Momjian | 1998-09-18 |
| | |||
* | Fixes for VC and libpq. | Bruce Momjian | 1998-09-18 |
| | | | | Magnus Hagander | ||
* | Fix for NS32K machine. | Bruce Momjian | 1998-09-18 |
| | |||
* | fix for aix snprintf | Bruce Momjian | 1998-09-18 |
| | |||
* | Remove /usr/local/* from templates. | Bruce Momjian | 1998-09-18 |
| | |||
* | Fix for \df. | Bruce Momjian | 1998-09-18 |
| | |||
* | New gram.c | Bruce Momjian | 1998-09-18 |
| | |||
* | Consolidate Jan's rules test into one file. | Thomas G. Lockhart | 1998-09-16 |
| | | | | | Remove dependency on a specific Postgres user name in the results (Check result against CURRENT_USER with a boolean instead). | ||
* | Support specifying PRIMARY KEY for the SERIAL type. | Thomas G. Lockhart | 1998-09-16 |
| | | | | | | | Change DEFAULT NULL to send back a NULL pointer rather than a string "NULL". This seems to work, where sending the string led to type conversion problems (and probably the wrong thing anyway). | ||
* | Support specifying PRIMARY KEY for the SERIAL type. | Thomas G. Lockhart | 1998-09-16 |
| | | | | | Check for a constraint if is_sequence is set and omit making a UNIQUE index if so, since the primary key will cover that for us. | ||
* | Use oper_select_candidate() for unary operators | Thomas G. Lockhart | 1998-09-16 |
| | | | | | | rather than func_select_candidate(). Fix oper_select_candidate() to work with a single operator argument. Repair left operator checking for null return from candidate list. | ||
* | Forgot to remove README-1ST from the repository ... | Marc G. Fournier | 1998-09-15 |
| | |||
* | Change order of install...installing interfaces is the last to be done, | Marc G. Fournier | 1998-09-14 |
| | | | | | | | | as, if not installing as root (which nobody *should* be doing, of course), the perl install fails, which means that both bin and man directories are not installed :( This way, only thing that doesn't get installed is perl interface... | ||
* | Add new make_oidjoin_check utility and template1_check.sql. Fix some | Bruce Momjian | 1998-09-14 |
| | | | | pg_operator problems. | ||
* | Remove remnant from obsolete char16 data type. | Thomas G. Lockhart | 1998-09-13 |
| | |||
* | Update to new DECLARE and FETCH features in gram.y. | Thomas G. Lockhart | 1998-09-13 |
| | |||
* | Support SQL92-ish DECLARE and FETCH commands. | Thomas G. Lockhart | 1998-09-13 |
| | | | | Adds a few new keywords, but all are allowed as column names etc. | ||
* | Here are some additional patches needed to get the UnixWare 7 C++ | Bruce Momjian | 1998-09-13 |
| | | | | | | | | | | | | | | compiler to attempt to compile libpq++. The patches address the following problems: 1. In my first pass at changing the libpq++ makefile, I forgot to include the PORTNAME in the Makefile.in file. 2. The UnixWare 7 C++ compiler did not like the '-K alloca' option in CXXFLAGS. Billy G. Allie | ||
* | rename java file for Peter. | Bruce Momjian | 1998-09-12 |
| | |||
* | Irix lock fix from Robert Bruccoleri | Bruce Momjian | 1998-09-12 |
| | |||
* | The pg_atoi() function uses strtol() to convert the string to numbers. Some | Bruce Momjian | 1998-09-12 |
| | | | | | | | | | | | | | implementations of strtol() treat empty strings ("") as invalid arguments while others convert this (erroneously, IHMO) to zero (0). Assuming that the expected behaviour of pg_atoi() is to return 0 if it is passed an empty string, I am supplying the following patch to explictly check for an empty string in pg_atoi() and return 0 if the string is empty. The patch will also trap a NULL character pointer being passed to pg_atoi() and will use elog() to print out an error message if the input char pointer is NULL. Billy G. Allie | ||
* | autoconf | Bruce Momjian | 1998-09-11 |
| | |||
* | Remove lld from LONG LONG name | Bruce Momjian | 1998-09-11 |
| | |||
* | autoconf | Bruce Momjian | 1998-09-11 |
| | |||
* | The attached patches fix the following problems: | Bruce Momjian | 1998-09-11 |
| | | | | | | | | | | | | | | 1. The UnixWare tas macro was reformatted (by indent or it like?) which caused it to break. The asm macro construct is very particular about the %mem construct -- it has to start in column 1. 2. When compiling libpq++, g++ was used even if configure found the C++ com- piler to be CC. 3. When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the compiler wasn't g++. Billy G. Allie | ||
* | autoconf | Bruce Momjian | 1998-09-11 |
| | |||
* | Remove %qd. | Bruce Momjian | 1998-09-11 |
| | |||
* | Tatsuo Ishii fix for pg_user crash, with slight modification. | Bruce Momjian | 1998-09-11 |
| | |||
* | %lld fix. | Bruce Momjian | 1998-09-11 |
| | |||
* | long long cleanup | Bruce Momjian | 1998-09-10 |
| | |||
* | Added attributes for primary/unique/foreign keys... | Vadim B. Mikheev | 1998-09-10 |
| | |||
* | Fix for length in libpq from Tom Lane. | Bruce Momjian | 1998-09-10 |
| | |||
* | autoconf | Bruce Momjian | 1998-09-10 |
| | |||
* | %lld not %Ld | Bruce Momjian | 1998-09-10 |
| | |||
* | More bsdi 4.0 additions. | Bruce Momjian | 1998-09-10 |
| | |||
* | bsdi 4.0. | Bruce Momjian | 1998-09-10 |
| | |||
* | Add some support for BSDI 4.0. | Bruce Momjian | 1998-09-10 |
| | |||
* | Porting efforts... :) | Vadim B. Mikheev | 1998-09-10 |
| | |||
* | flock --> fcntl | Vadim B. Mikheev | 1998-09-10 |
| | |||
* | cleanup | Bruce Momjian | 1998-09-10 |
| | |||
* | Cleanup of configure.in | Bruce Momjian | 1998-09-10 |
| | |||
* | autoconf | Bruce Momjian | 1998-09-10 |
| | |||
* | Allow long long on BSDI. | Bruce Momjian | 1998-09-10 |
| | |||
* | Aix4 fixes from Andreas Zeugswetter | Bruce Momjian | 1998-09-09 |
| | |||
* | > | Bruce Momjian | 1998-09-09 |
| | | | | | | | | | | | | | | | > Open portability issues: > > /usr/local should be searched for lib and include for all ports if present > (currently not working, I have libreadline there) > > the stream functions on AIX need a size_t for addrlen's in fe-connect.c and pqcomm.c. > > lock.c still has an incompatible TPRINTF(flags, args...) definition Massimo |