| Commit message (Expand) | Author | Age | Files | Lines |
| * | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev | 2000-10-23 | 1 | -16/+84 |
| * | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 1 | -2/+8 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 3 | -42/+16 |
| * | Improve comments. | Tom Lane | 2000-10-19 | 1 | -2/+15 |
| * | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 | 1 | -3/+1 |
| * | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 | 3 | -3/+41 |
| * | Support for conversion between UNICODE and other encodings | Tatsuo Ishii | 2000-10-12 | 14 | -438/+27865 |
| * | Fix temp relation handling for indexes, cleanup | Bruce Momjian | 2000-10-11 | 1 | -20/+9 |
| * | Oops, back out my unintended changes. | Bruce Momjian | 2000-10-11 | 1 | -7/+2 |
| * | Update make_mkid | Bruce Momjian | 2000-10-11 | 1 | -2/+7 |
| * | Add runtime configuration option "silent_mode". | Tatsuo Ishii | 2000-10-08 | 1 | -1/+2 |
| * | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 | 1 | -4/+4 |
| * | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 1 | -25/+59 |
| * | Fix silly typo that led to 'tleIsArrayAssign: I'm confused' message. | Tom Lane | 2000-10-05 | 1 | -2/+2 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 2 | -24/+24 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -22/+190 |
| * | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 | 3 | -4/+13 |
| * | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 | 1 | -2/+2 |
| * | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane | 2000-10-02 | 1 | -15/+13 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -15/+40 |
| * | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut | 2000-09-29 | 1 | -3/+3 |
| * | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut | 2000-09-29 | 1 | -2/+2 |
| * | Cygwin uses _sys_nerr for sys_nerr | Peter Eisentraut | 2000-09-29 | 2 | -7/+15 |
| * | When the RI triggers lock the PK table, temporarily switch the current user | Peter Eisentraut | 2000-09-25 | 1 | -1/+35 |
| * | Use variable aliases, if supplied, rather than real column names in | Tom Lane | 2000-09-25 | 1 | -32/+1 |
| * | the patch include: | Bruce Momjian | 2000-09-25 | 2 | -17/+67 |
| * | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 | 3 | -39/+79 |
| * | Make rule lister use aliases from FROM clause when a table column has | Tom Lane | 2000-09-18 | 1 | -19/+49 |
| * | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane | 2000-09-15 | 2 | -290/+269 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -216/+193 |
| * | Suppress compile warnings caused by failure to use PG_RETURN macro. | Tom Lane | 2000-09-12 | 1 | -3/+3 |
| * | Modify date->timestamp conversion to use mktime(). | Thomas G. Lockhart | 2000-09-12 | 2 | -102/+31 |
| * | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 1 | -9/+13 |
| * | O.K. - | Bruce Momjian | 2000-09-12 | 1 | -20/+17 |
| * | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut | 2000-09-06 | 1 | -1/+2 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 4 | -62/+44 |
| * | Added functions | Jan Wieck | 2000-09-05 | 2 | -2/+293 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 11 | -42/+40 |
| * | Improve the following. | Hiroshi Inoue | 2000-08-30 | 1 | -2/+5 |
| * | * to_char: | Bruce Momjian | 2000-08-29 | 3 | -59/+151 |
| * | Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B. | Peter Eisentraut | 2000-08-28 | 1 | -2/+2 |
| * | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut | 2000-08-28 | 1 | -8/+9 |
| * | Change pg_mblen and pg_encoding_mblen return types from void | Tatsuo Ishii | 2000-08-27 | 4 | -89/+64 |
| * | Tired of seeing these warnings ... | Tom Lane | 2000-08-26 | 1 | -2/+5 |
| * | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 | 2 | -26/+26 |
| * | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane | 2000-08-25 | 1 | -1/+49 |
| * | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut | 2000-08-25 | 2 | -23/+30 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 3 | -264/+108 |
| * | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart | 2000-08-23 | 1 | -156/+69 |
| * | Add multibyte support for both LIKE and ILIKE | Tatsuo Ishii | 2000-08-22 | 1 | -239/+100 |