summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-07-14Remove dangling else warning (Cyrillic recode stuff)Peter Eisentraut
2000-07-14didn't compilePeter Eisentraut
2000-07-14Remove references to symbols that no longer get definedPeter Eisentraut
2000-07-14Fix munged markup from previous commit.Thomas G. Lockhart
2000-07-14Implement nested block comments in the backend and in psql.Thomas G. Lockhart
2000-07-14Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.Thomas G. Lockhart
2000-07-14Fix indenting in prototype declarations. No functional changes.Thomas G. Lockhart
2000-07-14Include rule to build include/parser/parse.h since nothing else canThomas G. Lockhart
2000-07-14Change order of builds to get parser before commands.Thomas G. Lockhart
2000-07-14Save changes from last docs release.Thomas G. Lockhart
2000-07-14Add information on SET SESSION CHARACTERISTICS.Thomas G. Lockhart
2000-07-14Update docs for TIME WITHOUT TIME ZONE.Thomas G. Lockhart
2000-07-13Fix typo, from Keith ParksPeter Eisentraut
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-08Remove reference to tag which is not available to the User's GuideThomas G. Lockhart
2000-07-08Update TODO list.Bruce Momjian
2000-07-08Update TODO list.Bruce Momjian
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-07Remove HTML FAQ files that are really just text files.Bruce Momjian
2000-07-07Update TODO list.Bruce Momjian
2000-07-07Update TODO list.Bruce Momjian
2000-07-07|> The Makefile.shlib changes will have to be discussed with other LinuxBruce Momjian
2000-07-06Move FAQ source into main cvs tree.Bruce 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