| Commit message (Expand) | Author | Age |
* | 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 |
* | Repair bug noted by Paul Caskey: neqsel() has been generating a bogus | 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 |
* | Cancel request while waiting for a lock should try to wake | Hiroshi Inoue | 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 |
* | Fix acceptance of PATH as a type and column name. | Thomas G. Lockhart | 2000-07-28 |
* | 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 |
* | Make planner safe for recursive calls --- needed for cases where | Tom Lane | 2000-07-27 |
* | Some pedantic compile syntax errors to fix with the following patch | Bruce Momjian | 2000-07-27 |
* | Arrange to free planning memory (or most of it, anyway) at completion | Tom Lane | 2000-07-27 |
* | Ensure that values stored within arrays are not toasted, per | Tom Lane | 2000-07-27 |
* | When dealing with OR-of-ANDs quals, extract multiple subclauses of an AND | Tom Lane | 2000-07-26 |
* | ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message, | Tom Lane | 2000-07-25 |
* | Ensure that if the OID counter wraps around, we will not generate 0, | Tom Lane | 2000-07-25 |
* | Fix confusion between sizeof(long) and sizeof(long*), as well as | Tom Lane | 2000-07-25 |
* | Add commentary about varying usage of scankeys in btree code. | Tom Lane | 2000-07-25 |
* | Clean up and document btree code for ordering keys. Neat stuff, | Tom Lane | 2000-07-25 |
* | Update comments. | Tom Lane | 2000-07-25 |
* | Deduce equality constraints that are implied by transitivity of | Tom Lane | 2000-07-24 |
* | Clean up some sloppy casts --- Oid vs. Datum, that sort of thing. | Tom Lane | 2000-07-23 |
* | Further cleanup of array behavior. Slice assignments to arrays with | Tom Lane | 2000-07-23 |
* | Shed some light onto SysV IPC configuration. | Peter Eisentraut | 2000-07-22 |
* | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck | 2000-07-22 |
* | Make update lists like 'UPDATE tab SET foo[1] = bar, foo[3] = baz' | Tom Lane | 2000-07-22 |
* | Remove 'Array' node type, which has evidently been dead code for | Tom Lane | 2000-07-22 |
* | Missed some array updates ... | Tom Lane | 2000-07-22 |
* | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane | 2000-07-22 |
* | Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded | Tom Lane | 2000-07-21 |
* | Fix sloppiness about alignment requirements in findsplitloc() space | Tom Lane | 2000-07-21 |
* | Need to switch to tuples memory context when replacing the toasted | Jan Wieck | 2000-07-21 |
* | 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 |
* | Fixed memory allocation problems when compressing multi-MB | Jan Wieck | 2000-07-20 |
* | Don't need this anymore. It's now handled in the Makefile. | Peter Eisentraut | 2000-07-19 |
* | 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 |
* | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 |
* | Automatic dependency tracking | Peter Eisentraut | 2000-07-16 |
* | This should be a slighly more complete patch for commands/command.c | Bruce Momjian | 2000-07-15 |
* | Update implementation notes for new memory management logic. | Tom Lane | 2000-07-15 |
* | Remove useless and dangerous 'opt_type' option from CREATE INDEX. | Tom Lane | 2000-07-15 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | Remove dangling else warning (Cyrillic recode stuff) | Peter Eisentraut | 2000-07-14 |