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