summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-08-03Repair bug noted by Paul Caskey: neqsel() has been generating a bogusTom Lane
2000-08-01Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane
2000-08-01- Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)Philip Warner
2000-07-31Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane
2000-07-31Cancel request while waiting for a lock should try to wakeHiroshi Inoue
2000-07-30Type lztext is toast.Tom Lane
2000-07-30Convert all remaining geometric operators to new fmgr style. ThisTom Lane
2000-07-29PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane
2000-07-29bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane
2000-07-28Fix acceptance of PATH as a type and column name.Thomas G. Lockhart
2000-07-28Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane
2000-07-28Update TODO list.Bruce Momjian
2000-07-28Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane
2000-07-28Fix sloppy macro coding (not enough parentheses).Tom Lane
2000-07-27Make planner safe for recursive calls --- needed for cases whereTom Lane
2000-07-27Update FAQ.Bruce Momjian
2000-07-27Some pedantic compile syntax errors to fix with the following patchBruce Momjian
2000-07-27Here is a bug and patch to fix it. I have tested this bug and fix onBruce Momjian
2000-07-27Update FAQ.Bruce Momjian
2000-07-27Add cidr TODO.detai file.Bruce Momjian
2000-07-27Update TODO list.Bruce Momjian
2000-07-27Update TODO list.Bruce Momjian
2000-07-27Update TODO list.Bruce Momjian
2000-07-27Update TODO list.Bruce Momjian
2000-07-27Update TODO list.Bruce Momjian
2000-07-27Update FAQ.Bruce Momjian
2000-07-27Update TODO list.Bruce Momjian
2000-07-27Arrange to free planning memory (or most of it, anyway) at completionTom Lane
2000-07-27Ensure that values stored within arrays are not toasted, perTom Lane
2000-07-27Update TODO list.Bruce Momjian
2000-07-26When dealing with OR-of-ANDs quals, extract multiple subclauses of an ANDTom Lane
2000-07-26Update FAQ.Bruce Momjian
2000-07-26Update FAQ.Bruce Momjian
2000-07-26Update FAQ.Bruce Momjian
2000-07-25ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message,Tom Lane
2000-07-25Ensure that if the OID counter wraps around, we will not generate 0,Tom Lane
2000-07-25Fix confusion between sizeof(long) and sizeof(long*), as well asTom Lane
2000-07-25Add commentary about varying usage of scankeys in btree code.Tom Lane
2000-07-25Clean up and document btree code for ordering keys. Neat stuff,Tom Lane
2000-07-25Update comments.Tom Lane
2000-07-24Update bsdi templateBruce Momjian
2000-07-24more doc cleanupsBruce Momjian
2000-07-24pg_backup_plain_text.c replaced by pg_backup_null.cPhilip Warner
2000-07-24- no longer put ACLs at end of dumpPhilip Warner
2000-07-24Deduce equality constraints that are implied by transitivity ofTom Lane
2000-07-23Unset locale variables before running regression tests. (All of them!)Peter Eisentraut
2000-07-23Clean up some sloppy casts --- Oid vs. Datum, that sort of thing.Tom Lane
2000-07-23Further cleanup of array behavior. Slice assignments to arrays withTom Lane
2000-07-22Shed some light onto SysV IPC configuration.Peter Eisentraut
2000-07-22typosPeter Eisentraut