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