Commit Graph

7627 Commits (1bd3a8f58bb8147628a85643b0246051a6e4e5ee)
 

Author SHA1 Message Date
Tom Lane 1bd3a8f58b Repair bug noted by Paul Caskey: neqsel() has been generating a bogus 25 years ago
Tom Lane 463f1f5cda Convert all remaining float4 and float8 functions to new fmgr style. 25 years ago
Philip Warner 92bd532c1e - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) 25 years ago
Tom Lane 7d0c4188f1 Make acl-related functions safe for TOAST. Mark pg_class.relacl as 25 years ago
Hiroshi Inoue b7319d3717 Cancel request while waiting for a lock should try to wake 25 years ago
Tom Lane 8f9fa0e143 Type lztext is toast. 25 years ago
Tom Lane 3a9a74a09d Convert all remaining geometric operators to new fmgr style. This 25 years ago
Tom Lane d70d46fd60 PATH and POLYGON datatypes are now TOASTable. Associated functions 26 years ago
Tom Lane 1ebe1da296 bpchar, varchar, bytea, numeric are toastable --- if you initdb, which 26 years ago
Thomas G. Lockhart 20f6a1e562 Fix acceptance of PATH as a type and column name. 26 years ago
Tom Lane d2d7865b5b Add int2-vs-int8 comparison operators. These are now necessary because 26 years ago
Bruce Momjian b399b862ed Update TODO list. 26 years ago
Tom Lane 87cdaf5491 Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 26 years ago
Tom Lane ad7b47aa02 Fix sloppy macro coding (not enough parentheses). 26 years ago
Tom Lane ff7da2f498 Make planner safe for recursive calls --- needed for cases where 26 years ago
Bruce Momjian faa4171728 Update FAQ. 26 years ago
Bruce Momjian 56c754a555 Some pedantic compile syntax errors to fix with the following patch 26 years ago
Bruce Momjian e3b4400667 Here is a bug and patch to fix it. I have tested this bug and fix on 26 years ago
Bruce Momjian 1ee0d4a992 Update FAQ. 26 years ago
Bruce Momjian 1c753e1ffb Add cidr TODO.detai file. 26 years ago
Bruce Momjian b7d095bd1b Update TODO list. 26 years ago
Bruce Momjian 5c91df3cc0 Update TODO list. 26 years ago
Bruce Momjian 4a5d0cdfab Update TODO list. 26 years ago
Bruce Momjian e0da4c153b Update TODO list. 26 years ago
Bruce Momjian 2b547b7a03 Update TODO list. 26 years ago
Bruce Momjian aef3fcddcd Update FAQ. 26 years ago
Bruce Momjian 513e85a877 Update TODO list. 26 years ago
Tom Lane 1cffbfcb56 Arrange to free planning memory (or most of it, anyway) at completion 26 years ago
Tom Lane c7793a731c Ensure that values stored within arrays are not toasted, per 26 years ago
Bruce Momjian 18f138263b Update TODO list. 26 years ago
Tom Lane 90451fe7f3 When dealing with OR-of-ANDs quals, extract multiple subclauses of an AND 26 years ago
Bruce Momjian 6d54070550 Update FAQ. 26 years ago
Bruce Momjian eed55d951f Update FAQ. 26 years ago
Bruce Momjian 4108bf6def Update FAQ. 26 years ago
Tom Lane 0e06e68387 ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message, 26 years ago
Tom Lane 742cd87999 Ensure that if the OID counter wraps around, we will not generate 0, 26 years ago
Tom Lane 667d5ed206 Fix confusion between sizeof(long) and sizeof(long*), as well as 26 years ago
Tom Lane dc73e25a5e Add commentary about varying usage of scankeys in btree code. 26 years ago
Tom Lane 916b2321ad Clean up and document btree code for ordering keys. Neat stuff, 26 years ago
Tom Lane da1ad323b7 Update comments. 26 years ago
Bruce Momjian b9e6f068dc Update bsdi template 26 years ago
Bruce Momjian f28ec8c5af more doc cleanups 26 years ago
Philip Warner 93802c88bb pg_backup_plain_text.c replaced by pg_backup_null.c 26 years ago
Philip Warner bb080400f8 - no longer put ACLs at end of dump 26 years ago
Tom Lane cd9f0ca545 Deduce equality constraints that are implied by transitivity of 26 years ago
Peter Eisentraut c39c198bc3 Unset locale variables before running regression tests. (All of them!) 26 years ago
Tom Lane 8d77c1a8aa Clean up some sloppy casts --- Oid vs. Datum, that sort of thing. 26 years ago
Tom Lane e4e6459c0f Further cleanup of array behavior. Slice assignments to arrays with 26 years ago
Peter Eisentraut ef2a6b8b83 Shed some light onto SysV IPC configuration. 26 years ago
Peter Eisentraut 100dd889d6 typos 26 years ago