summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-08-25Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane
2000-08-25Change return type of:Tatsuo Ishii
2000-08-25Make the location of the Kerberos server key file run time configurablePeter Eisentraut
2000-08-24GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-08-23Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart
2000-08-22Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane
2000-08-21Move pg_checkretval out of the planner (where it never belonged) intoTom Lane
2000-08-21fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane
2000-08-21First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane
2000-08-20Standardize on just one spelling of BITSPERBYTE.Tom Lane
2000-08-20Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut
2000-08-20Make functional indexes accept binary-compatible functions, for exampleTom Lane
2000-08-13Clean up handling of variable-free qual clauses. System now does theTom Lane
2000-08-12Mop-up for removal of ':' and ';' operators ... like, say, actuallyTom Lane
2000-08-11Update comments for some parse node types.Tom Lane
2000-08-10CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue
2000-08-08Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane
2000-08-07TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane
2000-08-07Include the case-insensitive LIKE prototypes.Thomas G. Lockhart
2000-08-07Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane
2000-08-06Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart
2000-08-06Toast all the system-table columns that seem to need it. It turns outTom Lane
2000-08-06Clean up inefficiency in ExecRelCheck, and cause it to do the rightTom Lane
2000-08-06Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane
2000-08-05> I had to back out the patch. It only compiles with multi-byte enabled.Bruce Momjian
2000-08-04Back out to_ascii patch from Karel.Bruce Momjian
2000-08-04Add missing files from Karel, tip from Jan.Bruce Momjian
2000-08-04 to_ascii( text )Bruce Momjian
2000-08-04Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane
2000-08-03Convert inet-related functions to new fmgr style. I have also taken itTom Lane
2000-08-03Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane
2000-08-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-08-01Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane
2000-07-31Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane
2000-07-30Type lztext is toast.Tom Lane
2000-07-30Convert all remaining geometric operators to new fmgr style. ThisTom Lane
2000-07-29PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane
2000-07-29bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane
2000-07-28Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane
2000-07-28Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane
2000-07-28Fix sloppy macro coding (not enough parentheses).Tom Lane
2000-07-27Some pedantic compile syntax errors to fix with the following patchBruce Momjian
2000-07-25Clean up and document btree code for ordering keys. Neat stuff,Tom Lane
2000-07-24Deduce equality constraints that are implied by transitivity ofTom Lane
2000-07-222nd try for the index tuple toast hack. This time as suggestedJan Wieck
2000-07-22Remove 'Array' node type, which has evidently been dead code forTom Lane
2000-07-22Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane
2000-07-21Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck
2000-07-21Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane