summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-193-72/+64
* 'const' decorations are fine, but not when they're inserted withoutTom Lane2000-07-181-2/+2
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-1726-1060/+1388
* Automatic dependency trackingPeter Eisentraut2000-07-161-4/+1
* This should be a slighly more complete patch for commands/command.cBruce Momjian2000-07-151-4/+188
* Update implementation notes for new memory management logic.Tom Lane2000-07-151-41/+52
* Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane2000-07-153-34/+15
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-1420-1609/+834
* Remove dangling else warning (Cyrillic recode stuff)Peter Eisentraut2000-07-141-1/+3
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-145-166/+339
* Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.Thomas G. Lockhart2000-07-141-2/+73
* Fix indenting in prototype declarations. No functional changes.Thomas G. Lockhart2000-07-141-6/+6
* Include rule to build include/parser/parse.h since nothing else canThomas G. Lockhart2000-07-141-3/+6
* Change order of builds to get parser before commands.Thomas G. Lockhart2000-07-141-3/+3
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-138-157/+107
* Planner did the wrong thing with index-scan-backward plans: generatedTom Lane2000-07-131-3/+3
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-1213-82/+34
* Can you please apply the following patch to current CVSBruce Momjian2000-07-121-4/+3
* Add assert checking to GUC ("debug_assertions")Peter Eisentraut2000-07-123-50/+98
* Repair missing MEMORY_CONTEXT_CHECKING logic for realloc().Tom Lane2000-07-121-2/+11
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-1241-1289/+1334
* Here is the patch with memory leak checker. This checker allow detectBruce Momjian2000-07-113-32/+268
* Some security checks that we've found an external value completelyJan Wieck2000-07-111-2/+34
* Prevent creating a boatload of empty segments when md.c is asked toTom Lane2000-07-101-7/+25
* oidvectortypes: use SQL type names and separate by commasPeter Eisentraut2000-07-093-70/+96
* typoPeter Eisentraut2000-07-091-2/+2
* Fix sed invocation, from Keith ParksPeter Eisentraut2000-07-091-3/+3
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-094-135/+49
* Make view/rule permission checking behave properly withTom Lane2000-07-091-56/+126
* Fix bogus DatumGetInt32 coercion.Tom Lane2000-07-091-3/+3
* Seems we need <errno.h> to be included explicitly now...Tom Lane2000-07-081-5/+7
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-0814-2018/+39
* Put back separate install-bin target ... I was using that,Tom Lane2000-07-081-8/+11
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-077-35/+40
* - format_type function, in use by psqlPeter Eisentraut2000-07-073-3/+186
* Rename cash_words_out to cash_words.Bruce Momjian2000-07-071-3/+3
* Correct unsafe use of strcmp(). See rant of same date posted to pghackers.Tom Lane2000-07-061-16/+16
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-065-369/+254
* Added comments about the compression algorithm as requested by TomJan Wieck2000-07-061-4/+58
* Bugfix. If toasted tuple containted NULLs, DataFill() was handedJan Wieck2000-07-061-2/+2
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-0613-527/+581
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-0530-232/+240
* Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks.Tom Lane2000-07-051-9/+17
* Changed TOAST relations to have relkind RELKIND_TOASTVALUE.Jan Wieck2000-07-054-17/+75
* Small fix for ALTER TABLE xxx* ADD COLUMN ...Jan Wieck2000-07-051-3/+7
* Automatically create toast tables on ALTER TABLE ... ADD COLUMNJan Wieck2000-07-052-2/+28
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-052-37/+59
* Fixed lztextlen() bug in MULTIBYTE, still thinking that lztextJan Wieck2000-07-051-2/+2
* Moving toaster out of NO ELOG area in heap_update().Jan Wieck2000-07-041-14/+14
* Expand secondary password file feature, so that you can use thesePeter Eisentraut2000-07-043-25/+27