| Commit message (Expand) | Author | Age | Files | Lines |
| * | Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor | Peter Eisentraut | 2000-10-24 | 2 | -2/+22 |
| * | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev | 2000-10-23 | 1 | -1/+2 |
| * | Fix temp relation handling for indexes, cleanup | Bruce Momjian | 2000-10-11 | 1 | -3/+3 |
| * | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 1 | -2/+6 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -2/+2 |
| * | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane | 2000-10-02 | 1 | -14/+12 |
| * | Karel missed an ichar->chr ... | Tom Lane | 2000-09-25 | 1 | -2/+2 |
| * | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 | 1 | -2/+3 |
| * | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane | 2000-09-15 | 1 | -14/+12 |
| * | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev | 2000-09-07 | 1 | -1/+3 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -5/+5 |
| * | Added functions | Jan Wieck | 2000-09-05 | 1 | -1/+5 |
| * | * to_char: | Bruce Momjian | 2000-08-29 | 1 | -1/+4 |
| * | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 | 1 | -4/+4 |
| * | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane | 2000-08-25 | 1 | -1/+2 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 4 | -60/+46 |
| * | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart | 2000-08-23 | 1 | -2/+4 |
| * | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 | 1 | -59/+72 |
| * | Standardize on just one spelling of BITSPERBYTE. | Tom Lane | 2000-08-20 | 1 | -3/+1 |
| * | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 | 1 | -13/+12 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -3/+4 |
| * | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 | 1 | -2/+0 |
| * | Include the case-insensitive LIKE prototypes. | Thomas G. Lockhart | 2000-08-07 | 1 | -1/+9 |
| * | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart | 2000-08-06 | 1 | -1/+5 |
| * | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 | 1 | -2/+7 |
| * | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane | 2000-08-06 | 1 | -1/+2 |
| * | > I had to back out the patch. It only compiles with multi-byte enabled. | Bruce Momjian | 2000-08-05 | 1 | -0/+27 |
| * | Back out to_ascii patch from Karel. | Bruce Momjian | 2000-08-04 | 1 | -24/+0 |
| * | Add missing files from Karel, tip from Jan. | Bruce Momjian | 2000-08-04 | 1 | -0/+24 |
| * | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane | 2000-08-03 | 2 | -40/+61 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 2 | -24/+25 |
| * | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane | 2000-08-01 | 2 | -102/+86 |
| * | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane | 2000-07-31 | 1 | -19/+46 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 2 | -36/+1 |
| * | Convert all remaining geometric operators to new fmgr style. This | Tom Lane | 2000-07-30 | 1 | -158/+143 |
| * | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | 2000-07-29 | 2 | -84/+74 |
| * | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane | 2000-07-29 | 1 | -55/+55 |
| * | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane | 2000-07-28 | 1 | -1/+15 |
| * | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 | 1 | -5/+2 |
| * | Some pedantic compile syntax errors to fix with the following patch | Bruce Momjian | 2000-07-27 | 1 | -2/+2 |
| * | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane | 2000-07-22 | 1 | -87/+35 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 4 | -22/+52 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -1/+2 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -8/+4 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 2 | -41/+35 |
| * | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian | 2000-07-11 | 1 | -1/+5 |
| * | oidvectortypes: use SQL type names and separate by commas | Peter Eisentraut | 2000-07-09 | 1 | -3/+3 |
| * | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -9/+1 |
| * | - format_type function, in use by psql | Peter Eisentraut | 2000-07-07 | 1 | -1/+4 |
| * | Rename cash_words_out to cash_words. | Bruce Momjian | 2000-07-07 | 1 | -1/+1 |