summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* * to_char:Bruce Momjian2000-08-291-1/+4
* Update obsolete comments.Tom Lane2000-08-291-4/+2
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-273-26/+6
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-262-6/+6
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-251-1/+2
* Change return type of:Tatsuo Ishii2000-08-251-4/+4
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-251-1/+3
* GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane2000-08-241-4/+4
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-2413-86/+109
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-233-35/+42
* Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane2000-08-222-5/+10
* Move pg_checkretval out of the planner (where it never belonged) intoTom Lane2000-08-212-6/+4
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-211-1/+4
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-219-241/+274
* Standardize on just one spelling of BITSPERBYTE.Tom Lane2000-08-201-3/+1
* Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut2000-08-201-1/+9
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-201-1/+5
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-134-18/+25
* Mop-up for removal of ':' and ';' operators ... like, say, actuallyTom Lane2000-08-121-3/+1
* Update comments for some parse node types.Tom Lane2000-08-112-8/+8
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-101-2/+2
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-087-38/+43
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-075-44/+74
* Include the case-insensitive LIKE prototypes.Thomas G. Lockhart2000-08-071-1/+9
* Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane2000-08-072-7/+16
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-063-6/+35
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-062-20/+27
* Clean up inefficiency in ExecRelCheck, and cause it to do the rightTom Lane2000-08-062-5/+7
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-061-1/+2
* > I had to back out the patch. It only compiles with multi-byte enabled.Bruce Momjian2000-08-052-1/+36
* Back out to_ascii patch from Karel.Bruce Momjian2000-08-042-33/+1
* Add missing files from Karel, tip from Jan.Bruce Momjian2000-08-041-0/+24
* to_ascii( text )Bruce Momjian2000-08-041-1/+9
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-042-12/+44
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-033-66/+87
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-1/+3
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-034-54/+52
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-013-223/+207
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-314-41/+69
* Type lztext is toast.Tom Lane2000-07-3010-112/+13
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-302-336/+319
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-294-156/+136
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-294-125/+126
* Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane2000-07-283-3/+57
* Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane2000-07-282-9/+3
* Fix sloppy macro coding (not enough parentheses).Tom Lane2000-07-281-27/+22
* Some pedantic compile syntax errors to fix with the following patchBruce Momjian2000-07-271-2/+2
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-251-13/+14
* Deduce equality constraints that are implied by transitivity ofTom Lane2000-07-242-2/+5
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-221-14/+29