Commit Graph

6510 Commits (463f1f5cdaecf229dcd1d3d16e969bf3a7aa9a73)

Author SHA1 Message Date
Tom Lane 463f1f5cda Convert all remaining float4 and float8 functions to new fmgr style. 26 years ago
Philip Warner 92bd532c1e - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) 26 years ago
Tom Lane 7d0c4188f1 Make acl-related functions safe for TOAST. Mark pg_class.relacl as 26 years ago
Hiroshi Inoue b7319d3717 Cancel request while waiting for a lock should try to wake 26 years ago
Tom Lane 8f9fa0e143 Type lztext is toast. 26 years ago
Tom Lane 3a9a74a09d Convert all remaining geometric operators to new fmgr style. This 26 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
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 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
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
Tom Lane 90451fe7f3 When dealing with OR-of-ANDs quals, extract multiple subclauses of an AND 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
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
Jan Wieck f67e79045d 2nd try for the index tuple toast hack. This time as suggested 26 years ago
Tom Lane a5a12887a1 Make update lists like 'UPDATE tab SET foo[1] = bar, foo[3] = baz' 26 years ago
Tom Lane 4bdb348628 Remove 'Array' node type, which has evidently been dead code for 26 years ago
Tom Lane 1afdccc8b2 Missed some array updates ... 26 years ago
Tom Lane d0e17e2112 Arrays are toastable. (At least if you initdb, which I didn't force.) 26 years ago
Peter Eisentraut bb13830d6f maintainer-clean and distclean ought to remove dependency information as well. 26 years ago
Tom Lane cf14ccd0ea Fix typo in version-mismatch error report. 26 years ago
Tom Lane 421f0baaff Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded 26 years ago
Tom Lane 1ea912e16d Fix sloppiness about alignment requirements in findsplitloc() space 26 years ago
Philip Warner c3e18804ff - Support for TAR output 26 years ago
Philip Warner e8f69be054 - Support for BLOB output from pg_dump and input via pg_restore 26 years ago
Jan Wieck 0143d391c6 Need to switch to tuples memory context when replacing the toasted 26 years ago
Jan Wieck 82f3945a67 Temporary fix to make TOAST vacuum-safe. All values are forced to be 26 years ago
Tom Lane 9e85183bfc Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for 26 years ago
Peter Mount 9eddc7519d Fixed DatabaseMetaData.getTableTypes() 26 years ago
Jan Wieck 9b0fe4eee2 Fixed memory allocation problems when compressing multi-MB 26 years ago
Peter Eisentraut 6a00a7eb72 Don't need this anymore. It's now handled in the Makefile. 26 years ago
Peter Eisentraut 32163099d7 Add distprep target to take some of the job of the release_prep script. 26 years ago