aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Need to switch to tuples memory context when replacing the toastedJan Wieck2000-07-21
* 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
* Fixed memory allocation problems when compressing multi-MBJan Wieck2000-07-20
* Don't need this anymore. It's now handled in the Makefile.Peter Eisentraut2000-07-19
* 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
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Automatic dependency trackingPeter Eisentraut2000-07-16
* This should be a slighly more complete patch for commands/command.cBruce Momjian2000-07-15
* Update implementation notes for new memory management logic.Tom Lane2000-07-15
* Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane2000-07-15
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Remove dangling else warning (Cyrillic recode stuff)Peter Eisentraut2000-07-14