aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-21
* Enhancement of SPI to get access to portalsJan Wieck2001-05-21
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* Make sure fmgr_info() fills in fn_oid last, so that no partiallyPeter Eisentraut2001-05-19
* Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut2001-05-19
* Comment additions in parser.Bruce Momjian2001-05-19
* Move ParserFuncOrColumn function higher in the file.Bruce Momjian2001-05-19
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-19
* Undo \dT change. Not worth it.Bruce Momjian2001-05-18
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-18
* Small code cleanups,formatting.Bruce Momjian2001-05-18
* Suppress compiler warnings about pid_t vs int.Tom Lane2001-05-18
* Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut2001-05-17
* Prevent forced blank line before comment block in pgindent.Bruce Momjian2001-05-17
* Spacing cleanup.Bruce Momjian2001-05-17
* Small cleanup of spacing.Bruce Momjian2001-05-17
* Replace poorly-coded vac_find_eq routine with call to standard bsearchTom Lane2001-05-17
* Add missing paren.Bruce Momjian2001-05-16
* Repair race condition introduced into heap_update() in 7.1 ---Tom Lane2001-05-16
* Add missing dlfcn.h includes. Fix "" vs <>.Peter Eisentraut2001-05-15
* Remove unnecessary EvalPlanQual support code --- since this plan nodeTom Lane2001-05-15
* we found a problem in GiST with massive insert/update operationsBruce Momjian2001-05-15
* Re-add pg_index.indhaskeytype.Bruce Momjian2001-05-15
* Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian2001-05-15
* Some badly needed documentation about EvalPlanQual.Tom Lane2001-05-15
* EvalPlanQual was thoroughly broken for concurrent update/delete on inheritanceTom Lane2001-05-15
* Small include file fix for pg_variabie.hBruce Momjian2001-05-14
* Pg_varaiable removal cleanup found from regression.Bruce Momjian2001-05-14
* Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian2001-05-14
* Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.Peter Eisentraut2001-05-14
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* Current implementation of FOR UPDATE has no hope of working correctlyTom Lane2001-05-14
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-12
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-12
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* First cut at making indexscan cost estimates depend on correlationTom Lane2001-05-09
* I have modifed heap.c so that it won't automatically generate duplicateBruce Momjian2001-05-09
* This patch should catch cases where the typesBruce Momjian2001-05-09
* Noticed a small bug in the code. Probably been there for some time. NoteBruce Momjian2001-05-09
* Use ColId instead of Ident for SET SESSION AUTHORIZATION.Peter Eisentraut2001-05-09
* Cause planner to make use of average-column-width statistic that is nowTom Lane2001-05-09
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-08
* Append and SubqueryScan nodes were not passing changed-parameter signals downTom Lane2001-05-08
* Need to factor out strdup.o for separate treatment since it's in aPeter Eisentraut2001-05-08
* Small cleanup.Bruce Momjian2001-05-08
* Add newlines around debug output in optimizer showing total costs.Bruce Momjian2001-05-08
* Fix comment in file about 2*max_connections.Bruce Momjian2001-05-07
* Fix remaining RI permission problems (cascaded update/delete, restrict,Peter Eisentraut2001-05-07
* > Occasionally and without warning I get this from my daily vacuumBruce Momjian2001-05-07
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07