Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change Size from unsigned int to size_t. | Bruce Momjian | 1998-12-13 |
| | |||
* | This patch fixes the undefined (according to C) and erroneous (under | Bruce Momjian | 1998-12-13 |
| | | | | | | | | | | Digital Uni x with both DEC cc and gcc) behaviour of modifying an lvalue on the left side an d then using it on the right side of an assignment. Since this code modifies the dbname parameter, it was changing, for example, "dbname=template1" into "dbname =emplate1". David Smith Programmer P | ||
* | Included patches should fix following problems in the muti-byte | Bruce Momjian | 1998-12-12 |
| | | | | | | | | | | enabled PostgreSQL 6.4. o binary cursor does not work o pg_dumpall produces incorrect create database statemnt Tatsuo Ishii t-ishii@sra.co.jp | ||
* | Fix prototype for 64-bit platforms. | Bruce Momjian | 1998-12-12 |
| | |||
* | Update to pgaccess 0.93. | Bruce Momjian | 1998-12-12 |
| | |||
* | Add stdio for NULL define. | Bruce Momjian | 1998-12-12 |
| | |||
* | Clean up a few elog() messages for aggregates and functions. | Thomas G. Lockhart | 1998-12-08 |
| | |||
* | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 |
| | | | | | Extend new type coersion techniques to aggregates. Clean up a few elog() messages. | ||
* | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 |
| | | | | Extend new type coersion techniques to aggregates. | ||
* | Fix coredumping bug in pg_dump -z; also eliminate memory leaks | Tom Lane | 1998-12-05 |
| | | | | | | | in the ACL code, and spell "GRANT RULE" correctly. Apply patch from Oliver Elphick to not dump inherited constraints. Apply patch from Constantin Teodorescu to dump table definitions with a readable layout. | ||
* | These data types were removed before the last release. | Thomas G. Lockhart | 1998-12-04 |
| | |||
* | Include test for CASE expression. | Thomas G. Lockhart | 1998-12-04 |
| | |||
* | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 |
| | |||
* | Portability fixes found needed for SunOS 4.1.x: | Tom Lane | 1998-11-30 |
| | | | | | | SunOS has tas(), but not memmove or strerror, and its sprintf() doesn't return int. Also, older versions of GNU Make don't like rules with empty left-hand sides... | ||
* | Use autoconf to determine whether system has POSIX signals, | Tom Lane | 1998-11-29 |
| | | | | | | | instead of relying on port's os.h to tell us. (Needed for HPUX where system major version is not enough info.) configure unsets USE_TK if X libraries not found. doc/Makefile uses gzcat or zcat as found by autoconf. | ||
* | Change exp() behavior to generate error on underflow rather | Tom Lane | 1998-11-29 |
| | | | | | | than silently returning zero on some machines. Correct float8 regress test to agree. Also fix pow() overflow/underflow check to work correctly on HPUX. | ||
* | Portability fix for old SunOS releases: realloc(NULL, ...) | Tom Lane | 1998-11-29 |
| | | | | doesn't work there. | ||
* | Portability fix for old SunOS releases: fflush(NULL) | Tom Lane | 1998-11-29 |
| | | | | | doesn't work there. Fortunately the postmaster only has stdout and stderr to flush. | ||
* | pq_getstr didn't handle buffer overrun correctly; it would | Tom Lane | 1998-11-29 |
| | | | | | | fail to consume the rest of the input string, and worse it would write one more byte than it should into the buffer, probably resulting in coredump. Fortunately there's a correct implementation next door in pqcomprim.c. | ||
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
| | |||
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
| | |||
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
| | |||
* | Fixed bug in the unknown module. Module still tried to call | Jan Wieck | 1998-11-23 |
| | | | | | | builtin SPI commands by their old SPI_* names. New names are spi_*. Jan - 11/23/1998 | ||
* | modify configure so that template/.similar entries can be | Tom Lane | 1998-11-23 |
| | | | | | | | selected when they match a prefix of the value. The previous method, which stripped all version data from and then tried to match that against .similar entries, was entirely useless when .similar contained several entries for different version numbers of a single OS name. | ||
* | Fix using indices in OR. | Vadim B. Mikheev | 1998-11-22 |
| | | | | EXPLAIN all indices used. | ||
* | Added indxqualorig to IndexScan: fix for using indices in OR. | Vadim B. Mikheev | 1998-11-22 |
| | |||
* | Updating and addign files... | Marc G. Fournier | 1998-11-19 |
| | |||
* | Performance improvement for libpq: avoid calling malloc separately | Tom Lane | 1998-11-18 |
| | | | | for each field of each tuple. Makes more difference than you'd think... | ||
* | Add text<->float8 and text<->float4 conversion functions. | Thomas G. Lockhart | 1998-11-17 |
| | | | | | This will fix the problem reported by Jose' Soares when trying to cast a float to text. | ||
* | Additional fixes for mixed-case table names from Billy Allie. | Thomas G. Lockhart | 1998-11-17 |
| | |||
* | From: Taral <taral@cyberjunkie.com> | Marc G. Fournier | 1998-11-17 |
| | | | | More COS Query Service support. | ||
* | Start defining the Corba work... | Marc G. Fournier | 1998-11-16 |
| | | | | From: Taral <taral@cyberjunkie.com> | ||
* | Fix a couple of bugs involving calling fmtID() twice in | Tom Lane | 1998-11-15 |
| | | | | a single printf() ... it'd work if fmtId() didn't use a static return area... | ||
* | Add "vacuumdb" utility to make it easier to clean databases. | Thomas G. Lockhart | 1998-11-14 |
| | | | | | Also supports the "analyze" mode, with or without specifying tables and columns. | ||
* | Add "vacuumdb" utility. | Thomas G. Lockhart | 1998-11-14 |
| | |||
* | Fix test for table existance to allow mixed-case and whitespace in | Thomas G. Lockhart | 1998-11-12 |
| | | | | the table name. Problem reported by Billy Allie. | ||
* | Fix at least a few shared-library problems on Linux. | Tom Lane | 1998-11-12 |
| | | | | We have not seen the end of this issue :-(. | ||
* | Update for version 06-40-0001 | Byron Nikolaidis | 1998-11-11 |
| | |||
* | Fix for NOT in where clause causing crash. | Bruce Momjian | 1998-11-09 |
| | |||
* | EXPLAIN VERBOSE had a very high probability of triggering | Tom Lane | 1998-11-08 |
| | | | | | | a backend core dump, because it was concatenating a potentially long string onto another string that didn't necessarily have enough room. Shame, shame. | ||
* | Fix a potential infinite loop in appendStringInfo: would lock | Tom Lane | 1998-11-08 |
| | | | | | | up if first string to be appended to an empty StringInfo was longer than the initial space allocation. Also speed it up slightly. | ||
* | Add "-N" flag to force double quotes around identifiers. | Thomas G. Lockhart | 1998-11-06 |
| | | | | | | | | This is the default, but the new flag will allow overriding an alias, for example. So psql -n -N will put in the double quotes, and psql -n can be an alias for psql. Also, add a few braces around a nested single-line conditional construct to suppress compiler warnings about "an ambiguous else". | ||
* | August version of docs superceded by sgml version from Jan. | Thomas G. Lockhart | 1998-11-06 |
| | |||
* | Upgrade to 0.91 ... | Marc G. Fournier | 1998-11-06 |
| | |||
* | Test for and handle NULL arguments to mylog() print statements. | Thomas G. Lockhart | 1998-11-04 |
| | | | | Include definition for _IN_ADDR_T if INADDR_NONE is not defined. | ||
* | Somehow had the solaris template names reversed. Probably was something | Thomas G. Lockhart | 1998-11-04 |
| | | | | fixed in src/configure.in a while ago. | ||
* | Fix for relname.data from SHIOZAKI Takehiko | Bruce Momjian | 1998-11-02 |
| | |||
* | slight mods required for freebsd (elf vs aout stuff) | Marc G. Fournier | 1998-11-02 |
| | |||
* | Remove various files that were moved to various subdirectories... | Marc G. Fournier | 1998-11-01 |
| | | | | Requested by: Peter T Mount peter@retep.org.uk | ||
* | oops, forgot one part of the patch...remove 'false' setting to ELF_SYS... | Marc G. Fournier | 1998-10-31 |
| |