Commit Graph

10064 Commits (5af4855383494de44f3f62fcaa91e1ea5d0cc8eb)
 

Author SHA1 Message Date
Bruce Momjian 06a8346c84 See attached for a small patch that enables plpython to build cleanly 25 years ago
Bruce Momjian f6923ff3ac Oops, only wanted python change in the last commit. Backing out. 25 years ago
Bruce Momjian dffb673692 While changing Cygwin Python to build its core as a DLL (like Win32 25 years ago
Bruce Momjian 3f7c542a60 Back out, per Peter E. 25 years ago
Bruce Momjian eeca4bdb31 The attached patch changes src/interfaces/python/GNUmakefile to use the 25 years ago
Bruce Momjian 74068dfed6 The following patch corrects a make install problem when building 25 years ago
Hiroshi Inoue e5cff3fe64 Get rid of the following size limit. 25 years ago
Bruce Momjian f3c1ae58f2 Another Makefile fix for qnx patch. 25 years ago
Bruce Momjian 248a5a7257 Fix tabs in Makefile. 25 years ago
Bruce Momjian a1f14d30b1 Back out qnx plpgsql/Makefile change and move to src/Makefile. 25 years ago
Bruce Momjian f36fc7bb63 I haven't tried building postgres with the Watcom compiler for 7.1 because 25 years ago
Bruce Momjian 6f101c806b There are a number of changes. The main ones are: 25 years ago
Bruce Momjian 23287c106d Update TODO list. 25 years ago
Peter Eisentraut 444c5bf1b2 SQL function bit_length 25 years ago
Peter Eisentraut 8a987af4a1 Unset PGLIB so it doesn't slip in from the environment. 25 years ago
Peter Eisentraut 623453a807 Make createlang use dynamic loader enhancements (automatic path and suffix). 25 years ago
Bruce Momjian 0995a5103f Fix ANT for *.properties files. 25 years ago
Bruce Momjian 7c2916a9ee Fix ANT so it only has '*.class' files, not the 'tags' file. 25 years ago
Bruce Momjian 371a04fccf Update TODO list. 25 years ago
Bruce Momjian 02f4ee1a81 Update TODO list. 25 years ago
Bruce Momjian 50bad5ed41 Update FAQ. 25 years ago
Bruce Momjian ef4893e605 Update TODO list. 25 years ago
Bruce Momjian 18b02b9673 Back out timezone fix. Not needed in jdbc1. 25 years ago
Bruce Momjian a62c19e4ec Fix for comments at top of functions. 25 years ago
Bruce Momjian f08245cfe3 I found the answer to this: the partition had filled up, and so the problem 25 years ago
Peter Eisentraut efcecd9eca Make bit and bit varying types reject too long input. (They already tried 25 years ago
Peter Eisentraut c84c3d8fea more indices -> indexes 25 years ago
Bruce Momjian fdf067c108 ELSEIF PL/PgSQL doc patch. 25 years ago
Bruce Momjian e6ba9213a2 Update TODO list. 25 years ago
Bruce Momjian 73f357bcc3 Update TODO list. 25 years ago
Bruce Momjian 1b62a714dc The Watcom preprocessor adds a space at the start of each line. Therefore 25 years ago
Bruce Momjian 4081268d11 Bump major libpq++ version after API changes, Patrick Welche 25 years ago
Bruce Momjian 476cbabcb6 Update TODO list. 25 years ago
Bruce Momjian e7f47ed5b4 Pgindent fixes for Tom, mostly indenting problems. 25 years ago
Bruce Momjian 66e9ee79c7 Print error on SELECT tab FROM tab: 25 years ago
Bruce Momjian 984bf07a65 Update TODO list. 25 years ago
Peter Eisentraut 5546ec289b Make char(n) and varchar(n) types raise an error if the inserted string is 25 years ago
Jan Wieck d27f363e3f Enhancement of SPI to get access to portals 25 years ago
Tom Lane be03eb25f3 Modify optimizer data structures so that IndexOptInfo lists built for 25 years ago
Bruce Momjian 5d53389cfe Update TODO list. 25 years ago
Peter Eisentraut d1af54cf6d Make sure fmgr_info() fills in fn_oid last, so that no partially 25 years ago
Peter Eisentraut cb8b40e6d5 Allow special '$libdir' macro to show up in object file path in CREATE 25 years ago
Bruce Momjian a008109d05 Prevent ANT from recreating the JAR files just because the 25 years ago
Bruce Momjian 385d271b81 Comment additions in parser. 25 years ago
Bruce Momjian 5e987038ce Move ParserFuncOrColumn function higher in the file. 25 years ago
Bruce Momjian 5ec8474323 New comment. This func/column things has always confused me. 25 years ago
Bruce Momjian f61d70c2ac Undo \dT change. Not worth it. 25 years ago
Bruce Momjian 2fd831d323 Rename ParseFuncOrColumn() to ParseColumnOrFunc(). 25 years ago
Bruce Momjian dc0ff5c67a Small code cleanups,formatting. 25 years ago
Jan Wieck 27b0e8c0b0 Adding ELSIF support contributed by Klaus Reger. 25 years ago