| Commit message (Expand) | Author | Age | Files | Lines |
| * | * to_char: | Bruce Momjian | 2000-08-29 | 1 | -1/+4 |
| * | Update obsolete comments. | Tom Lane | 2000-08-29 | 1 | -4/+2 |
| * | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 | 3 | -26/+6 |
| * | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 | 2 | -6/+6 |
| * | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane | 2000-08-25 | 1 | -1/+2 |
| * | Change return type of: | Tatsuo Ishii | 2000-08-25 | 1 | -4/+4 |
| * | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut | 2000-08-25 | 1 | -1/+3 |
| * | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane | 2000-08-24 | 1 | -4/+4 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 13 | -86/+109 |
| * | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart | 2000-08-23 | 3 | -35/+42 |
| * | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 | 2 | -5/+10 |
| * | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane | 2000-08-21 | 2 | -6/+4 |
| * | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 | 1 | -1/+4 |
| * | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 | 9 | -241/+274 |
| * | Standardize on just one spelling of BITSPERBYTE. | Tom Lane | 2000-08-20 | 1 | -3/+1 |
| * | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut | 2000-08-20 | 1 | -1/+9 |
| * | Make functional indexes accept binary-compatible functions, for example | Tom Lane | 2000-08-20 | 1 | -1/+5 |
| * | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 | 4 | -18/+25 |
| * | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | 2000-08-12 | 1 | -3/+1 |
| * | Update comments for some parse node types. | Tom Lane | 2000-08-11 | 2 | -8/+8 |
| * | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue | 2000-08-10 | 1 | -2/+2 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 7 | -38/+43 |
| * | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 | 5 | -44/+74 |
| * | Include the case-insensitive LIKE prototypes. | Thomas G. Lockhart | 2000-08-07 | 1 | -1/+9 |
| * | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | 2000-08-07 | 2 | -7/+16 |
| * | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart | 2000-08-06 | 3 | -6/+35 |
| * | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 | 2 | -20/+27 |
| * | Clean up inefficiency in ExecRelCheck, and cause it to do the right | Tom Lane | 2000-08-06 | 2 | -5/+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 | 2 | -1/+36 |
| * | Back out to_ascii patch from Karel. | Bruce Momjian | 2000-08-04 | 2 | -33/+1 |
| * | Add missing files from Karel, tip from Jan. | Bruce Momjian | 2000-08-04 | 1 | -0/+24 |
| * | to_ascii( text ) | Bruce Momjian | 2000-08-04 | 1 | -1/+9 |
| * | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane | 2000-08-04 | 2 | -12/+44 |
| * | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane | 2000-08-03 | 3 | -66/+87 |
| * | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane | 2000-08-03 | 1 | -1/+3 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 4 | -54/+52 |
| * | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane | 2000-08-01 | 3 | -223/+207 |
| * | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane | 2000-07-31 | 4 | -41/+69 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 10 | -112/+13 |
| * | Convert all remaining geometric operators to new fmgr style. This | Tom Lane | 2000-07-30 | 2 | -336/+319 |
| * | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | 2000-07-29 | 4 | -156/+136 |
| * | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane | 2000-07-29 | 4 | -125/+126 |
| * | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane | 2000-07-28 | 3 | -3/+57 |
| * | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 | 2 | -9/+3 |
| * | Fix sloppy macro coding (not enough parentheses). | Tom Lane | 2000-07-28 | 1 | -27/+22 |
| * | Some pedantic compile syntax errors to fix with the following patch | Bruce Momjian | 2000-07-27 | 1 | -2/+2 |
| * | Clean up and document btree code for ordering keys. Neat stuff, | Tom Lane | 2000-07-25 | 1 | -13/+14 |
| * | Deduce equality constraints that are implied by transitivity of | Tom Lane | 2000-07-24 | 2 | -2/+5 |
| * | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck | 2000-07-22 | 1 | -14/+29 |