summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-075-7/+70
* get_seq_name should truncate name to NAMEDATALEN, so that this works:Tom Lane2001-06-061-2/+21
* Be a little smarter about deciding how many most-common values to save.Tom Lane2001-06-061-13/+104
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-064-9/+59
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-054-98/+153
* Improve planning of OR indexscan plans: for quals likeTom Lane2001-06-053-58/+84
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-0515-146/+271
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-043-7/+136
* Give error message, rather than coredump, for utility statements inTom Lane2001-06-041-5/+18
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-037-1513/+1573
* Accept and output '-Infinity' as well as 'Infinity', per long-agoTom Lane2001-06-021-5/+22
* Tweak sorting so that nulls appear at the front of a descending sortTom Lane2001-06-022-126/+132
* Native Language Support (NLS)Peter Eisentraut2001-06-026-5/+11387
* Paranoia about unordered comparisons in IEEE float math. If we areTom Lane2001-06-021-7/+7
* dllist.c is included in the frontend libpq interface via symlink.Jan Wieck2001-06-021-1/+16
* Check for malloc failure.Tom Lane2001-06-013-51/+18
* Guard against malloc failure. Also, don't examine segP->lastBackendTom Lane2001-06-011-4/+13
* Check for malloc failure.Tom Lane2001-06-012-4/+11
* If spi.c wants to use malloc, it better test for malloc failure.Tom Lane2001-06-011-7/+17
* New improved version of bpcharin() may have got the truncation caseTom Lane2001-06-011-26/+25
* Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane2001-06-011-97/+30
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-0111-263/+395
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-315-251/+703
* RI triggers would fail for datatypes using old-style equal function,Tom Lane2001-05-311-7/+21
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-306-139/+11
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-308-76/+82
* Fix broken $Header$ declaration.Tom Lane2001-05-301-1/+1
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-307-41/+35
* These patches should fix check constraints not inheritingBruce Momjian2001-05-301-1/+32
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-302-5/+211
* Make text <=> char conversion functions convert zero character to andTom Lane2001-05-281-5/+33
* Fix a message error in utf_to_localTatsuo Ishii2001-05-281-2/+2
* When using a junkfilter, the output tuple should NOT be stored back intoTom Lane2001-05-272-12/+35
* Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane2001-05-277-15/+15
* Fix eqjoinsel() to make use of new statistics.Tom Lane2001-05-271-41/+201
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-2710-70/+88
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-255-196/+10
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-255-10/+196
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-244-17/+96
* I found the answer to this: the partition had filled up, and so the problemBruce Momjian2001-05-221-2/+2
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-225-102/+49
* The Watcom preprocessor adds a space at the start of each line. ThereforeBruce Momjian2001-05-221-2/+2
* Print error on SELECT tab FROM tab:Bruce Momjian2001-05-212-2/+8
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-211-103/+144
* Enhancement of SPI to get access to portalsJan Wieck2001-05-212-12/+317
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-2021-1117/+1046
* Make sure fmgr_info() fills in fn_oid last, so that no partiallyPeter Eisentraut2001-05-191-13/+22
* Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut2001-05-191-59/+60
* Comment additions in parser.Bruce Momjian2001-05-191-5/+9
* Move ParserFuncOrColumn function higher in the file.Bruce Momjian2001-05-191-131/+131