summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-05-25See attached for a small patch that enables plpython to build cleanlyBruce Momjian
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-25Back out, per Peter E.Bruce Momjian
2001-05-25The attached patch changes src/interfaces/python/GNUmakefile to use theBruce Momjian
2001-05-25The following patch corrects a make install problem when buildingBruce Momjian
2001-05-25Get rid of the following size limit.Hiroshi Inoue
2001-05-25Another Makefile fix for qnx patch.Bruce Momjian
2001-05-25Fix tabs in Makefile.Bruce Momjian
2001-05-24Back out qnx plpgsql/Makefile change and move to src/Makefile.Bruce Momjian
2001-05-24I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian
2001-05-24There are a number of changes. The main ones are:Bruce Momjian
2001-05-24SQL function bit_lengthPeter Eisentraut
2001-05-24Unset PGLIB so it doesn't slip in from the environment.Peter Eisentraut
2001-05-23Make createlang use dynamic loader enhancements (automatic path and suffix).Peter Eisentraut
2001-05-23Fix ANT for *.properties files.Bruce Momjian
2001-05-23Fix ANT so it only has '*.class' files, not the 'tags' file.Bruce Momjian
2001-05-22Back out timezone fix. Not needed in jdbc1.Bruce Momjian
2001-05-22Fix for comments at top of functions.Bruce 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-22Bump major libpq++ version after API changes, Patrick WelcheBruce Momjian
2001-05-22Pgindent fixes for Tom, mostly indenting problems.Bruce 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-19Prevent ANT from recreating the JAR files just because theBruce Momjian
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-18Adding ELSIF support contributed by Klaus Reger.Jan Wieck
2001-05-18Suppress compiler warnings about pid_t vs int.Tom Lane
2001-05-18Add regression test to catch future breakage of avg(interval). ThisTom Lane
2001-05-18Correct recently-broken avg(interval) definition.Tom Lane
2001-05-17Add -U and -W options to pg_dump and friends to support non-interactivePeter Eisentraut
2001-05-17Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut
2001-05-17OK, now pgindent has blank lines before comment blocks, except whenBruce Momjian
2001-05-17Prevent forced blank line before comment block in pgindent.Bruce Momjian
2001-05-17Spacing cleanup.Bruce Momjian
2001-05-17Small cleanup of spacing.Bruce Momjian
2001-05-17Add HISTORY items for 7.1.2.Bruce Momjian
2001-05-17Add missing space to sample cvs call.Bruce Momjian
2001-05-17Fix pg_index statistics query to join proper relation.Bruce Momjian