Commit Graph

6500 Commits (87cdaf5491ea6d9e2701bb2b557d64c80c7de4e0)

Author SHA1 Message Date
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
Jan Wieck 79e6648649 Added untrusted PL/TclU (pltclu) language. Executes all procedures 26 years ago
Jan Wieck ec1ea5295a Fixed an ordering problem in test queries and 26 years ago
Tom Lane ba930a016c Add an opr_sanity check for misdefined aggregates that have transition 26 years ago
Tom Lane 8b1b34f6c0 Update pltcl regress test's expected output for 7.0 psql output format. 26 years ago
Tom Lane 0d72b2d060 'const' decorations are fine, but not when they're inserted without 26 years ago
Peter Eisentraut 44eaafe3f8 End users shouldn't have to invoke a separate command to install the 26 years ago
Peter Eisentraut 5da7e533f7 Don't strip trailing backslashes from a line. Treat them more reasonably. 26 years ago
Tom Lane ba87ab548e I concur with Andreas: unconditionally including <sys/fcntl.h> is not 26 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 26 years ago
Tom Lane 139f19c302 update pltcl test to have at least some chance of running ... still 26 years ago