aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-31
* RI triggers would fail for datatypes using old-style equal function,Tom Lane2001-05-31
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-30
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-30
* Fix broken $Header$ declaration.Tom Lane2001-05-30
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* These patches should fix check constraints not inheritingBruce Momjian2001-05-30
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-30
* Make text <=> char conversion functions convert zero character to andTom Lane2001-05-28
* Fix a message error in utf_to_localTatsuo Ishii2001-05-28
* When using a junkfilter, the output tuple should NOT be stored back intoTom Lane2001-05-27
* Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane2001-05-27
* Fix eqjoinsel() to make use of new statistics.Tom Lane2001-05-27
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-25
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-25
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-24
* I found the answer to this: the partition had filled up, and so the problemBruce Momjian2001-05-22
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-22
* The Watcom preprocessor adds a space at the start of each line. ThereforeBruce Momjian2001-05-22
* Print error on SELECT tab FROM tab:Bruce Momjian2001-05-21
* 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