Commit Graph

7489 Commits (46fb9c29e2990ba470bb741ff6dd60f2ae218e64)
 

Author SHA1 Message Date
Bruce Momjian 46fb9c29e2 Here is the patch with memory leak checker. This checker allow detect 26 years ago
Bruce Momjian 0d32cdc38e Done. In backend/commands/define.c unused field is set to '-' for the 26 years ago
Jan Wieck 793704d71e Some security checks that we've found an external value completely 26 years ago
Tom Lane f3e5d8620c Prevent creating a boatload of empty segments when md.c is asked to 26 years ago
Peter Eisentraut b54faa1b15 oidvectortypes: use SQL type names and separate by commas 26 years ago
Peter Eisentraut f90771236d typo 26 years ago
Peter Eisentraut 2bbf34111f Fix handling of pre-existing LD_LIBRARY_PATH, from Keith Parks 26 years ago
Peter Eisentraut a746653493 Fix sed invocation, from Keith Parks 26 years ago
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Tom Lane b59c03f842 Make view/rule permission checking behave properly with 26 years ago
Tom Lane 7c578904d7 Fix bogus DatumGetInt32 coercion. 26 years ago
Thomas G. Lockhart bebd62c19f Remove reference to tag which is not available to the User's Guide 26 years ago
Bruce Momjian a64a787299 Update TODO list. 26 years ago
Bruce Momjian cdbff01da9 Update TODO list. 26 years ago
Tom Lane 0552f8dfe7 Seems we need <errno.h> to be included explicitly now... 26 years ago
Tom Lane ba62fe32c3 Remove long-dead support for invoking queries from dynamically loaded 26 years ago
Tom Lane a98eaa0191 Put back separate install-bin target ... I was using that, 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
Bruce Momjian 76adc09571 Remove HTML FAQ files that are really just text files. 26 years ago
Bruce Momjian b29f94fd2c Update TODO list. 26 years ago
Bruce Momjian a2ca4cb147 Update TODO list. 26 years ago
Bruce Momjian 16e948781c |> The Makefile.shlib changes will have to be discussed with other Linux 26 years ago
Bruce Momjian d800532536 Move FAQ source into main cvs tree. 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
Jan Wieck 43f6ab8654 Please find attached a patch for the pg_dump directory which addresses: 26 years ago
Jan Wieck 2a225ebf18 Bugfix. If toasted tuple containted NULLs, DataFill() was handed 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
Tom Lane 282713a836 Make the regression tests safe for TOAST. 26 years ago
Tom Lane 6d1ae0c91b Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks. 26 years ago
Jan Wieck 98fe670360 Enable pg_rewrite to be toasted (unlimited size of views and rules). 26 years ago
Marc G. Fournier 8bef689043 add check for libz compression library for pg_dump 26 years ago
Jan Wieck 6534444d19 Changed TOAST relations to have relkind RELKIND_TOASTVALUE. 26 years ago
Bruce Momjian 01e1d8fa9a autoconf 26 years ago
Bruce Momjian 411cf2da3f attached to this mail is a patch from a colleague that makes 26 years ago
Jan Wieck 972604ec60 Small fix for ALTER TABLE xxx* ADD COLUMN ... 26 years ago
Jan Wieck 93e1f5de0b Automatically create toast tables on ALTER TABLE ... ADD COLUMN 26 years ago
Jan Wieck 030962da26 Bugfix in ALTER TABLE CREATE TOAST TABLE 26 years ago
Jan Wieck f2dfd5616c Fixed lztextlen() bug in MULTIBYTE, still thinking that lztext 26 years ago
Bruce Momjian d0cb4e11d5 U Re-add flock TODO.detail. 26 years ago
Bruce Momjian 4289cca528 Update TODO list. 26 years ago
Bruce Momjian 0971d894b9 New resultmap for Alpha, from Ryan Kirkpatrick 26 years ago
Peter Eisentraut b5e2dafd39 Fix broken pg_dump makefile 26 years ago
Jan Wieck d819f5fe83 Moving toaster out of NO ELOG area in heap_update(). 26 years ago
Bruce Momjian 651e98b17f make TEMP -> TEMPORARY 26 years ago
Bruce Momjian edbe00a720 Make pgdump_oid a temp table. Rename to pg_dump_oid. 26 years ago