summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-07-16Automatic dependency trackingPeter Eisentraut
2000-07-15This should be a slighly more complete patch for commands/command.cBruce Momjian
2000-07-15Update implementation notes for new memory management logic.Tom Lane
2000-07-15Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-14Remove dangling else warning (Cyrillic recode stuff)Peter Eisentraut
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-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-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 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-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-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-05Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks.Tom Lane
2000-07-05Changed TOAST relations to have relkind RELKIND_TOASTVALUE.Jan Wieck
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-04Moving toaster out of NO ELOG area in heap_update().Jan Wieck
2000-07-04Expand secondary password file feature, so that you can use thesePeter Eisentraut
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-07-04DataFill() has no business resetting xact status bitsTom Lane
2000-07-04miscVadim B. Mikheev