| Commit message (Expand) | Author | Age |
* | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 |
* | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane | 2000-08-21 |
* | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane | 2000-08-21 |
* | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 |
* | Standardize on just one spelling of BITSPERBYTE. | Tom Lane | 2000-08-20 |
* | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut | 2000-08-20 |
* | Make functional indexes accept binary-compatible functions, for example | Tom Lane | 2000-08-20 |
* | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 |
* | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | 2000-08-12 |
* | Update comments for some parse node types. | Tom Lane | 2000-08-11 |
* | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue | 2000-08-10 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 |
* | Include the case-insensitive LIKE prototypes. | Thomas G. Lockhart | 2000-08-07 |
* | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | 2000-08-07 |
* | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart | 2000-08-06 |
* | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 |
* | Clean up inefficiency in ExecRelCheck, and cause it to do the right | Tom Lane | 2000-08-06 |
* | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane | 2000-08-06 |
* | > I had to back out the patch. It only compiles with multi-byte enabled. | Bruce Momjian | 2000-08-05 |
* | Back out to_ascii patch from Karel. | Bruce Momjian | 2000-08-04 |
* | Add missing files from Karel, tip from Jan. | Bruce Momjian | 2000-08-04 |
* | to_ascii( text ) | Bruce Momjian | 2000-08-04 |
* | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane | 2000-08-04 |
* | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane | 2000-08-03 |
* | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane | 2000-08-03 |
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 |
* | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane | 2000-08-01 |
* | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane | 2000-07-31 |
* | Type lztext is toast. | Tom Lane | 2000-07-30 |
* | Convert all remaining geometric operators to new fmgr style. This | Tom Lane | 2000-07-30 |
* | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | 2000-07-29 |
* | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane | 2000-07-29 |
* | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane | 2000-07-28 |
* | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 |
* | Fix sloppy macro coding (not enough parentheses). | Tom Lane | 2000-07-28 |
* | Some pedantic compile syntax errors to fix with the following patch | Bruce Momjian | 2000-07-27 |
* | Clean up and document btree code for ordering keys. Neat stuff, | Tom Lane | 2000-07-25 |
* | Deduce equality constraints that are implied by transitivity of | Tom Lane | 2000-07-24 |
* | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck | 2000-07-22 |
* | Remove 'Array' node type, which has evidently been dead code for | Tom Lane | 2000-07-22 |
* | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane | 2000-07-22 |
* | Temporary fix to make TOAST vacuum-safe. All values are forced to be | Jan Wieck | 2000-07-21 |
* | Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for | Tom Lane | 2000-07-21 |
* | Add distprep target to take some of the job of the release_prep script. | Peter Eisentraut | 2000-07-19 |
* | 'const' decorations are fine, but not when they're inserted without | Tom Lane | 2000-07-18 |
* | I concur with Andreas: unconditionally including <sys/fcntl.h> is not | Tom Lane | 2000-07-17 |
* | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 |
* | Rename templates to match names in makefiles/Makefile.* and include/port. | Peter Eisentraut | 2000-07-15 |
* | Remove useless and dangerous 'opt_type' option from CREATE INDEX. | Tom Lane | 2000-07-15 |