summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-07-13Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut
2000-07-13Planner did the wrong thing with index-scan-backward plans: generatedTom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-12Can you please apply the following patch to current CVSBruce Momjian
2000-07-12Add assert checking to GUC ("debug_assertions")Peter Eisentraut
2000-07-12Repair missing MEMORY_CONTEXT_CHECKING logic for realloc().Tom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-07-11 Here is the patch with memory leak checker. This checker allow detectBruce Momjian
2000-07-11Done. In backend/commands/define.c unused field is set to '-' for theBruce Momjian
2000-07-11Some security checks that we've found an external value completelyJan Wieck
2000-07-10Prevent creating a boatload of empty segments when md.c is asked toTom Lane
2000-07-09oidvectortypes: use SQL type names and separate by commasPeter Eisentraut
2000-07-09typoPeter Eisentraut
2000-07-09Fix handling of pre-existing LD_LIBRARY_PATH, from Keith ParksPeter Eisentraut
2000-07-09Fix sed invocation, from Keith ParksPeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-09Make view/rule permission checking behave properly withTom Lane
2000-07-09Fix bogus DatumGetInt32 coercion.Tom Lane
2000-07-08Seems we need <errno.h> to be included explicitly now...Tom Lane
2000-07-08Remove long-dead support for invoking queries from dynamically loadedTom Lane
2000-07-08Put back separate install-bin target ... I was using that,Tom Lane
2000-07-07Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane
2000-07-07- format_type function, in use by psqlPeter Eisentraut
2000-07-07Rename cash_words_out to cash_words.Bruce Momjian
2000-07-07|> The Makefile.shlib changes will have to be discussed with other LinuxBruce Momjian
2000-07-06Correct unsafe use of strcmp(). See rant of same date posted to pghackers.Tom Lane
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut
2000-07-06Added comments about the compression algorithm as requested by TomJan Wieck
2000-07-06Please find attached a patch for the pg_dump directory which addresses:Jan Wieck
2000-07-06Bugfix. If toasted tuple containted NULLs, DataFill() was handedJan Wieck
2000-07-06Functions on 'text' type updated to new fmgr style. 'text' isTom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-05Make the regression tests safe for TOAST.Tom Lane
2000-07-05Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks.Tom Lane
2000-07-05Enable pg_rewrite to be toasted (unlimited size of views and rules).Jan Wieck
2000-07-05add check for libz compression library for pg_dumpMarc G. Fournier
2000-07-05Changed TOAST relations to have relkind RELKIND_TOASTVALUE.Jan Wieck
2000-07-05attached to this mail is a patch from a colleague that makesBruce Momjian
2000-07-05Small fix for ALTER TABLE xxx* ADD COLUMN ...Jan Wieck
2000-07-05Automatically create toast tables on ALTER TABLE ... ADD COLUMNJan Wieck
2000-07-05Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck
2000-07-05Fixed lztextlen() bug in MULTIBYTE, still thinking that lztextJan Wieck
2000-07-05New resultmap for Alpha, from Ryan KirkpatrickBruce Momjian
2000-07-04Fix broken pg_dump makefilePeter Eisentraut
2000-07-04Moving toaster out of NO ELOG area in heap_update().Jan Wieck
2000-07-04make TEMP -> TEMPORARYBruce Momjian
2000-07-04Make pgdump_oid a temp table. Rename to pg_dump_oid.Bruce Momjian
2000-07-04Expand secondary password file feature, so that you can use thesePeter Eisentraut
2000-07-04Fix thinko in my last pg_dumpall changePeter Eisentraut
2000-07-04pg_dump patch from Philip WarnerBruce Momjian