Commit Graph

1016 Commits (1bd3a8f58bb8147628a85643b0246051a6e4e5ee)

Author SHA1 Message Date
Tom Lane 1bd3a8f58b Repair bug noted by Paul Caskey: neqsel() has been generating a bogus 26 years ago
Tom Lane 463f1f5cda Convert all remaining float4 and float8 functions to new fmgr style. 26 years ago
Tom Lane 7d0c4188f1 Make acl-related functions safe for TOAST. Mark pg_class.relacl as 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
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
Bruce Momjian 56c754a555 Some pedantic compile syntax errors to fix with the following patch 26 years ago
Tom Lane c7793a731c Ensure that values stored within arrays are not toasted, per 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
Tom Lane d0e17e2112 Arrays are toastable. (At least if you initdb, which I didn't force.) 26 years ago
Jan Wieck 9b0fe4eee2 Fixed memory allocation problems when compressing multi-MB 26 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 26 years ago
Tom Lane f2e3f621c5 Update implementation notes for new memory management logic. 26 years ago
Tom Lane 6bfe64032e Cleanup of code for creating index entries. Functional indexes with 26 years ago
Peter Eisentraut a30bc7c75a Remove dangling else warning (Cyrillic recode stuff) 26 years ago
Thomas G. Lockhart be703cd9e8 Implement nested block comments in the backend and in psql. 26 years ago
Thomas G. Lockhart 2016898b6a Fix indenting in prototype declarations. No functional changes. 26 years ago
Peter Eisentraut 8a3cbc84ef Repair parallel make in backend tree (and make it really parallel). 26 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Bruce Momjian dce43d22f0 Can you please apply the following patch to current CVS 26 years ago
Peter Eisentraut 648677c3a2 Add assert checking to GUC ("debug_assertions") 26 years ago
Tom Lane cbdaa27f97 Repair missing MEMORY_CONTEXT_CHECKING logic for realloc(). 26 years ago
Tom Lane badce86a2c First stage of reclaiming memory in executor by resetting short-term 26 years ago
Bruce Momjian 46fb9c29e2 Here is the patch with memory leak checker. This checker allow detect 26 years ago
Peter Eisentraut b54faa1b15 oidvectortypes: use SQL type names and separate by commas 26 years ago
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Tom Lane ba62fe32c3 Remove long-dead support for invoking queries from dynamically loaded 26 years ago
Tom Lane 65da0d66b4 Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 26 years ago
Peter Eisentraut de85dd1d51 - format_type function, in use by psql 26 years ago
Bruce Momjian 364985542b Rename cash_words_out to cash_words. 26 years ago
Tom Lane 9f442cbf13 Correct unsafe use of strcmp(). See rant of same date posted to pghackers. 26 years ago
Peter Eisentraut f0b4ae697f Backend makefile cleanup. make maintainer-clean is now completely 26 years ago
Jan Wieck b027ad9a7a Added comments about the compression algorithm as requested by Tom 26 years ago
Tom Lane 8ecac94bb2 Functions on 'text' type updated to new fmgr style. 'text' is 26 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 26 years ago
Jan Wieck f2dfd5616c Fixed lztextlen() bug in MULTIBYTE, still thinking that lztext 26 years ago
Tom Lane cdeca5f590 Make toast-table creation and deletion work somewhat reliably. 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Peter Eisentraut ef5bea51e1 Move global internal files to PGDATA/global. 26 years ago
Peter Eisentraut e2d3932e0e Move PGPORT envar handling to ResetAllOptions(). Improve long options 26 years ago
Bruce Momjian efcff3da16 In the attache is new (correct) version. I add TZ (timezone) support 26 years ago
Hiroshi Inoue 61768d8cac Add a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatisfiesDirty(). 26 years ago
Tom Lane 6ac19b165d Remove unused variable. (Hey Peter, you use gcc, why didn't you 26 years ago
Bruce Momjian 80c646958a Attached is a new patch which addresses this problem. (oids in 26 years ago
Peter Eisentraut 6fb9d2e347 Version number now set in configure, available through Makefile.global 26 years ago
Tom Lane 07dfe97731 Don't run in CacheMemoryContext more than necessary. 26 years ago