aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Clean up code to remove the explicit backslash cruft.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
* Support SQL99 embedded double-quote syntax for quoted identifiers.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
* Copy sub-Query nodes to avoid trouble when same sub-Query is linked toTom 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
* Subclasses inherit constraints of super classes properlyHiroshi Inoue2000-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
* Repair bug noted by Paul Caskey: neqsel() has been generating a bogusTom 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
* Cancel request while waiting for a lock should try to wakeHiroshi Inoue2000-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
* Fix acceptance of PATH as a type and column name.Thomas G. Lockhart2000-07-28
* 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
* Make planner safe for recursive calls --- needed for cases whereTom Lane2000-07-27
* Some pedantic compile syntax errors to fix with the following patchBruce Momjian2000-07-27
* Arrange to free planning memory (or most of it, anyway) at completionTom Lane2000-07-27
* Ensure that values stored within arrays are not toasted, perTom Lane2000-07-27
* When dealing with OR-of-ANDs quals, extract multiple subclauses of an ANDTom Lane2000-07-26
* ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message,Tom Lane2000-07-25
* Ensure that if the OID counter wraps around, we will not generate 0,Tom Lane2000-07-25
* Fix confusion between sizeof(long) and sizeof(long*), as well asTom Lane2000-07-25
* Add commentary about varying usage of scankeys in btree code.Tom Lane2000-07-25
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-25
* Update comments.Tom Lane2000-07-25
* Deduce equality constraints that are implied by transitivity ofTom Lane2000-07-24
* Clean up some sloppy casts --- Oid vs. Datum, that sort of thing.Tom Lane2000-07-23
* Further cleanup of array behavior. Slice assignments to arrays withTom Lane2000-07-23
* Shed some light onto SysV IPC configuration.Peter Eisentraut2000-07-22
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-22
* Make update lists like 'UPDATE tab SET foo[1] = bar, foo[3] = baz'Tom Lane2000-07-22
* Remove 'Array' node type, which has evidently been dead code forTom Lane2000-07-22
* Missed some array updates ...Tom Lane2000-07-22
* Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane2000-07-22
* Further cleanup of btbuild (CREATE INDEX). Avoid storing unneededTom Lane2000-07-21
* Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane2000-07-21