Commit Graph

6578 Commits (f43ec05d05bb22e7bd398ea7a8399d157eca6fb4)
 

Author SHA1 Message Date
Bruce Momjian f43ec05d05 I've made a diff against the 7.0beta1 tree that accomplishes several things: 26 years ago
Bruce Momjian 26c953e373 Bruce and all: 26 years ago
Bruce Momjian ab7fd11846 Reversed out inet patch. 26 years ago
Bruce Momjian 326e2155d9 Hi Peter, 26 years ago
Bruce Momjian eae5184d11 Hi, 26 years ago
Bruce Momjian 0c5422912e Protects you from coredumps if you do eg. str::int4 where str is a text 26 years ago
Bruce Momjian 8fa8f80c1a I've recently written to pgsql-ports about a problem with PG7.0 on NT 26 years ago
Tom Lane 9606f36210 Someone (probably me) forgot about handling of typecasts applied to 26 years ago
Bruce Momjian 91124a2f66 Fix problems with pg_upgrade found by Kardos, Dr. Andrea 26 years ago
Bruce Momjian 52d39d519a Sorting for the inet data type randomly returns the wrong result 26 years ago
Michael Meskes 5a197810c0 *** empty log message *** 26 years ago
Tatsuo Ishii ad3db67e53 Add SQL_ASCII encoding test case 26 years ago
Peter Eisentraut 3526017a59 Forgot to run autoconf. 26 years ago
Peter Eisentraut 8de482a847 Added configure test for readline's filename_completion_function 26 years ago
Michael Meskes 3c71ed7e72 *** empty log message *** 26 years ago
Michael Meskes 1c7fad57d6 *** empty log message *** 26 years ago
Michael Meskes 3a81a1a462 *** empty log message *** 26 years ago
Michael Meskes 85b2875a3a *** empty log message *** 26 years ago
Michael Meskes 9309eac111 *** empty log message *** 26 years ago
Tom Lane 0eb5ab8250 Apply a MATERIAL node to the result of an uncorrelated subplan, if it 26 years ago
Tom Lane 9f198423df Hmm, it seems nodeMaterial has been broken for a good long while; 26 years ago
Bruce Momjian bd2d0983d4 Patch for Irix from Mark Dalphin. 26 years ago
Peter Eisentraut c75adac757 More fixes for psql ^C handling, especially during copy. Still doesn't 26 years ago
Bruce Momjian 19c29f9236 New plperl Makefile. 26 years ago
Bruce Momjian 8daa31a21e Add QNX fixes from Kardos, Dr. Andreas 26 years ago
Tom Lane 1bd6f76ed6 equalAttr() had its strcmp test backwards :-( 26 years ago
Tom Lane 73dd716285 Small performance improvement in comparetup_heap. 26 years ago
Michael Meskes 8cb8da38b8 *** empty log message *** 26 years ago
Hiroshi Inoue a50aaa7289 Change reindex command to work properly with gist/hash/rtree 26 years ago
Tom Lane ab3dc66426 Simplify parsing of column constraints by treating constraint attributes 26 years ago
Tatsuo Ishii ea8cadbf94 Remove using puts() to print messages. Instead use TPRINTF. 26 years ago
Jan Wieck b1e4b56144 Changed execution time of ON <event> RESTRICT referential 26 years ago
Bruce Momjian f55624a96c autoconf 26 years ago
Bruce Momjian da8b899d6c Update ecpg to use snprintf 26 years ago
Bruce Momjian 9418e701b3 Update HISTORY file. 26 years ago
Bruce Momjian 2a18b1507f Update TODO list. 26 years ago
Bruce Momjian cf1d2165b3 Fix comment spacing. 26 years ago
Byron Nikolaidis 81704b9070 update to 6.40.0009 and provide WIN32 defines for auto-configured items 26 years ago
Bruce Momjian dcba387636 remove extra include. 26 years ago
Byron Nikolaidis a7b1a008cd missing state transition 26 years ago
Tom Lane 18baa9790e Looks like I broke SET variable = DEFAULT awhile ago. Ooops. 26 years ago
Tom Lane 80b7955d60 Correct bogus syntax in SET example. 26 years ago
Tom Lane 84ccfdf087 Avoid a little bit of unnecessary computation in canonicalize_qual. 26 years ago
Bruce Momjian 8b33278450 Update TODO list. 26 years ago
Tom Lane 52a8d71203 Add lztext to TypeCategory so that lztext OP text cases will work 26 years ago
Tom Lane 8d0f1dd179 Jan forgot to increment catversion when adding lztext. Naughty naughty. 26 years ago
Bruce Momjian 1210bd4526 Update history 26 years ago
Jan Wieck 75133d9a46 Reactivated LZTEXT data type and changed rule plan- and qual-strings 26 years ago
Tatsuo Ishii 97e38d32b8 Update expected files due to the psql format change 26 years ago
Tatsuo Ishii 570bb30d73 Suppress unneccesary message from createdb 26 years ago