| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 | 1 | -1/+33 |
| | | | | | | Extend new type coersion techniques to aggregates. Clean up a few elog() messages. | ||||
| * | Change exp() behavior to generate error on underflow rather | Tom Lane | 1998-11-29 | 1 | -3/+4 |
| | | | | | | | than silently returning zero on some machines. Correct float8 regress test to agree. Also fix pow() overflow/underflow check to work correctly on HPUX. | ||||
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 9 | -89/+68 |
| | | |||||
| * | Add text<->float8 and text<->float4 conversion functions. | Thomas G. Lockhart | 1998-11-17 | 1 | -1/+91 |
| | | | | | | This will fix the problem reported by Jose' Soares when trying to cast a float to text. | ||||
| * | Very minor cleanup of no-op code. | Thomas G. Lockhart | 1998-10-29 | 1 | -66/+9 |
| | | |||||
| * | Add oid8neq. | Bruce Momjian | 1998-10-29 | 1 | -1/+7 |
| | | |||||
| * | Re-fix test for negative-integer return code that should be | Tom Lane | 1998-10-29 | 1 | -2/+2 |
| | | | | | testing for null-pointer return code... | ||||
| * | D'Arcy INET fix. | Bruce Momjian | 1998-10-29 | 1 | -6/+4 |
| | | |||||
| * | Eliminate need for cpp-from-stdin by using a temp file. | Tom Lane | 1998-10-28 | 1 | -5/+9 |
| | | |||||
| * | Reverse out addition of snprintf. | Bruce Momjian | 1998-10-28 | 1 | -8/+4 |
| | | |||||
| * | Fix for tprintf overruns from Göran Thyni. | Bruce Momjian | 1998-10-27 | 1 | -4/+8 |
| | | |||||
| * | Get rid of some minor compiler warnings. | Tom Lane | 1998-10-26 | 4 | -16/+18 |
| | | |||||
| * | Fix some actual bugs exposed by compiler warnings. | Tom Lane | 1998-10-26 | 1 | -5/+5 |
| | | | | | | | (Someone forgot whether their subroutine signaled errors by a NULL pointer return value, or a negative integer... I'm surprised gcc -Wall doesn't catch this...) | ||||
| * | rename file. | Bruce Momjian | 1998-10-23 | 1 | -447/+0 |
| | | |||||
| * | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | 1998-10-22 | 2 | -2/+486 |
| | | |||||
| * | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 | 1 | -32/+8 |
| | | |||||
| * | CIDR/INET fixes from D'Arcy. | Bruce Momjian | 1998-10-22 | 3 | -69/+263 |
| | | |||||
| * | Fix for funcs on INET/CIDR. | Bruce Momjian | 1998-10-22 | 1 | -1/+25 |
| | | |||||
| * | Fix function calls to INET/CIDR functions. Added cidr_out. | Bruce Momjian | 1998-10-22 | 1 | -1/+8 |
| | | |||||
| * | New CIDR type and fixed INET type, from D'Arcy. | Bruce Momjian | 1998-10-21 | 1 | -18/+99 |
| | | |||||
| * | Add RIP notice for Paul. | Bruce Momjian | 1998-10-21 | 1 | -1/+2 |
| | | |||||
| * | INET fix from D'Arcy. | Bruce Momjian | 1998-10-21 | 1 | -29/+32 |
| | | |||||
| * | Remove unused INET functions for D'Arcy. | Bruce Momjian | 1998-10-20 | 1 | -110/+1 |
| | | |||||
| * | Disable inet. | Bruce Momjian | 1998-10-17 | 1 | -1/+5 |
| | | |||||
| * | Re-enable inet code. | Bruce Momjian | 1998-10-17 | 2 | -18/+12 |
| | | |||||
| * | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian | 1998-10-16 | 2 | -2/+7 |
| | | | | | | | | | | | DataDir is set after read_pg_options if postgres is called interactively. If postgres is forked by postgres DataDir is read from the PGDATA enviromnent variable set by the postmaster and this explains while the bug disappears. I have written this patch but I don't like it. Any better idea? Massimo Dal Zotto | ||||
| * | Allow auto-detection of cpp and required flags. | Thomas G. Lockhart | 1998-10-14 | 1 | -8/+6 |
| | | |||||
| * | Fix for inet from Tom H. | Bruce Momjian | 1998-10-12 | 1 | -10/+15 |
| | | |||||
| * | Fix for version.c warning. | Bruce Momjian | 1998-10-12 | 1 | -1/+3 |
| | | |||||
| * | New INET functions from D'Arcy J.M. Cain | Bruce Momjian | 1998-10-12 | 2 | -7/+209 |
| | | |||||
| * | Fix for inet_net_pton() from Tom. | Bruce Momjian | 1998-10-12 | 1 | -2/+2 |
| | | |||||
| * | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian | 1998-10-12 | 2 | -17/+7 |
| | | |||||
| * | Fix for version() string overwrite. | Bruce Momjian | 1998-10-09 | 1 | -2/+2 |
| | | |||||
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 7 | -15/+29 |
| | | |||||
| * | Fix for INET type addition. | Bruce Momjian | 1998-10-08 | 2 | -4/+4 |
| | | |||||
| * | I agree. I think, though, that the best argument presented in the | Bruce Momjian | 1998-10-08 | 3 | -37/+39 |
| | | | | | | | | debate was from Paul Vixie, who wanted INET to be the name covering both IPV4 and IPV6. The following kit makes the needed changes: Tom Ivar Helbekkmo | ||||
| * | Playing around with pg_dump for a while resulted in some | Bruce Momjian | 1998-10-06 | 1 | -24/+44 |
| | | | | | | | | | fixes, enhancements and some found bugs not yet fixed. After all I was able to get useful results when dumping/reloading the regression database. Jan | ||||
| * | Here are the patches against the current source tree. I have run the | Bruce Momjian | 1998-10-06 | 2 | -4/+17 |
| | | | | | | | | | | | | | | | regression test on a FreeBSD box with both non-MULTIBYTE and MULTIBYTE-enabled, and confirmed that the results are same. However I do not tested on PCs(I don't have access to win). Please let me know if the patches break anything on PCs. Also please note that the patch for varchar.c is a fix for a nasty bug of char(n) types that I introduced and I believe at least this should be applied. Tatsuo Ishii | ||||
| * | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane | 1998-10-06 | 1 | -4/+0 |
| | | | | | | and possibly other problems. Minor changes in xact.c and postgres.c's main loop to support new handling of async NOTIFY. | ||||
| * | Fix up warning and error messages to use single-quotes aroun strings. | Thomas G. Lockhart | 1998-10-05 | 1 | -6/+6 |
| | | |||||
| * | Add includes for prototypes for new IP type. | Bruce Momjian | 1998-10-04 | 2 | -2/+4 |
| | | |||||
| * | Add prototype include to inet types. | Bruce Momjian | 1998-10-04 | 4 | -5/+12 |
| | | |||||
| * | Remove u_int32_t | Bruce Momjian | 1998-10-04 | 1 | -2/+2 |
| | | |||||
| * | Integrate new IP type from Tom Ivar Helbekkmo. | Bruce Momjian | 1998-10-03 | 5 | -2/+963 |
| | | |||||
| * | Here's a combination of all the patches I'm currently waiting | Bruce Momjian | 1998-10-02 | 1 | -92/+440 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for against a just updated CVS tree. It contains Partial new rewrite system that handles subselects, view aggregate columns, insert into select from view, updates with set col = view-value and select rules restriction to view definition. Updates for rule/view backparsing utility functions to handle subselects correct. New system views pg_tables and pg_indexes (where you can see the complete index definition in the latter one). Enabling array references on query parameters. Bugfix for functional index. Little changes to system views pg_rules and pg_views. The rule system isn't a release-stopper any longer. But another stopper is that I don't know if the latest changes to PL/pgSQL (not already in CVS) made it compile on AIX. Still wait for some response from Dave. Jan | ||||
| * | regproc cleanups | Bruce Momjian | 1998-10-02 | 1 | -4/+4 |
| | | |||||
| * | Fix for regproc so proc name can be supplied if unique, if not, oid. | Bruce Momjian | 1998-10-02 | 1 | -33/+66 |
| | | |||||
| * | Search contrib/tcl for tcl startup. | Bruce Momjian | 1998-10-02 | 1 | -2/+2 |
| | | |||||
| * | multi-byte fix from Tatsuo Ishii | Bruce Momjian | 1998-09-25 | 1 | -8/+7 |
| | | |||||
| * | Fix comment for regproc. | Bruce Momjian | 1998-09-25 | 1 | -2/+2 |
| | | |||||
