Commit Graph

6596 Commits (370186e807cd99d1a65e5f98d32233e893cbe515)
 

Author SHA1 Message Date
Tom Lane 370186e807 Update libpq documentation for PQconndefaults() change. Add section 26 years ago
Tom Lane a71daab4b4 Change PQconndefaults() to return a malloc'd array, instead of a static 26 years ago
Tom Lane 773e84f52a Update perl5's self-test for changed spelling of connection failure 26 years ago
Peter Eisentraut 0f17e3faab Okay, this time I *really* added the bug reporting guidelines. 26 years ago
Marc G. Fournier 01a96710bd make sure that cvslog is workign right ... no changes but to remove a blank 26 years ago
Michael Meskes 37ae1c0467 *** empty log message *** 26 years ago
Bruce Momjian bbae7a9881 Update TODO list. 26 years ago
Bruce Momjian 2a55934926 Remove SHOW after datestyle reset. 26 years ago
Bruce Momjian de62329acd Fix for bsdi 4.1 shared libraries. 26 years ago
Peter Eisentraut 16ace63c6b Added bug reporting guidelines 26 years ago
Michael Meskes 8e7764d9c2 *** empty log message *** 26 years ago
Tom Lane dad5bb01ba Redo permissions-checking code so that it does the right thing at APPEND 26 years ago
Hiroshi Inoue fd9ff86bd9 Trial implementation of ALTER DROP COLUMN. 26 years ago
Tom Lane 6513946cbb Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory 26 years ago
Tom Lane 84a89e24ee Repair access-to-already-freed-memory error recently introduced into 26 years ago
Tom Lane d261adf6db Fix ==-instead-of-= typo that gcc does its level best to point out. 26 years ago
Tom Lane baeafa91f3 Clean up gmake warning caused by recent NetBSD patch. <grumble> 26 years ago
Bruce Momjian 791bc6838d Hi, 26 years ago
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