summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-06-04Give error message, rather than coredump, for utility statements inTom Lane
2001-06-03Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut
2001-06-02Accept and output '-Infinity' as well as 'Infinity', per long-agoTom Lane
2001-06-02Tweak sorting so that nulls appear at the front of a descending sortTom Lane
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-06-02Paranoia about unordered comparisons in IEEE float math. If we areTom Lane
2001-06-02dllist.c is included in the frontend libpq interface via symlink.Jan Wieck
2001-06-01Check for malloc failure.Tom Lane
2001-06-01Guard against malloc failure. Also, don't examine segP->lastBackendTom Lane
2001-06-01Check for malloc failure.Tom Lane
2001-06-01If spi.c wants to use malloc, it better test for malloc failure.Tom Lane
2001-06-01New improved version of bpcharin() may have got the truncation caseTom Lane
2001-06-01Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
2001-05-31RI triggers would fail for datatypes using old-style equal function,Tom Lane
2001-05-30Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian
2001-05-30Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane
2001-05-30Fix broken $Header$ declaration.Tom Lane
2001-05-30Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian
2001-05-30These patches should fix check constraints not inheritingBruce Momjian
2001-05-30Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian
2001-05-28Make text <=> char conversion functions convert zero character to andTom Lane
2001-05-28Fix a message error in utf_to_localTatsuo Ishii
2001-05-27When using a junkfilter, the output tuple should NOT be stored back intoTom Lane
2001-05-27Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane
2001-05-27Fix eqjoinsel() to make use of new statistics.Tom Lane
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-05-25Oops, only wanted python change in the last commit. Backing out.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-05-24I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian
2001-05-22I found the answer to this: the partition had filled up, and so the problemBruce Momjian
2001-05-22Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut
2001-05-22The Watcom preprocessor adds a space at the start of each line. ThereforeBruce Momjian
2001-05-21Print error on SELECT tab FROM tab:Bruce Momjian
2001-05-21Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut
2001-05-21Enhancement of SPI to get access to portalsJan Wieck
2001-05-20Modify optimizer data structures so that IndexOptInfo lists built forTom Lane
2001-05-19Make sure fmgr_info() fills in fn_oid last, so that no partiallyPeter Eisentraut
2001-05-19Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut
2001-05-19Comment additions in parser.Bruce Momjian
2001-05-19Move ParserFuncOrColumn function higher in the file.Bruce Momjian
2001-05-19New comment. This func/column things has always confused me.Bruce Momjian
2001-05-18Undo \dT change. Not worth it.Bruce Momjian
2001-05-18Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian
2001-05-18Small code cleanups,formatting.Bruce Momjian
2001-05-18Suppress compiler warnings about pid_t vs int.Tom Lane
2001-05-17Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut
2001-05-17Prevent forced blank line before comment block in pgindent.Bruce Momjian
2001-05-17Spacing cleanup.Bruce Momjian