Commit Graph

16054 Commits (267924ead889ba0412b878043be23613b8abedab)
 

Author SHA1 Message Date
Tom Lane 267924ead8 _SPI_cursor_operation forgot to check for failure return from 23 years ago
Michael Meskes 5a5f0a6168 - Changed struct definition handling so "struct foo {}" always gets defined. 23 years ago
Barry Lind 2ec8ee0c0c Fix to properly handle timezone offsets that are partial hours. If the offset 23 years ago
Barry Lind 618d56d09a A fix for jdbc regression test submitted yesterday by Kim Ho at Redhat 23 years ago
Hiroshi Inoue f5c5c3c6f7 Putting back the previous change must be the first thing. 23 years ago
Teodor Sigaev 0b1ee9b5a3 fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@softwareag.com>. 23 years ago
Michael Meskes 22c0b1f0f4 - Fixed order mismatch in processing "using" arguments. 23 years ago
Barry Lind 8839b85ed8 Additional jdbc regression tests submitted by Oliver Jowett. Some tests are 23 years ago
Barry Lind 66d00417c9 Applied jdbc patch from Kim Ho at RedHat to improve boolean support, as well 23 years ago
Tom Lane f03d2284c0 HeapTupleSatisfiesVacuum() needs to be more careful about the 23 years ago
Peter Eisentraut 278a13fe47 Translation updates 23 years ago
Peter Eisentraut 6f57d63cb4 Message wording improvements 23 years ago
Peter Eisentraut 5d00f984d8 Make the SQL command synopses appear less random. 23 years ago
Tom Lane 5aa29e88e9 Arrange to align shared disk buffers on at least 32-byte boundaries, 23 years ago
Tom Lane 11b274f00f Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig. 23 years ago
Tom Lane 58ad65ec2d Apply ranlib(1) after installing a static (.a) library on Darwin. 23 years ago
Tom Lane 776ec78e9d Attaching -lpq to LDFLAGS doesn't work, because the generated command 23 years ago
Tom Lane f3ad615ce8 Fix a batch of speling misteaks identified by Peter's spell-checker tool. 23 years ago
Michael Meskes 3438065eed - Renamed my own strndup() function because of a name clash. 23 years ago
Michael Meskes f604b39c2f - Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>. 23 years ago
Tom Lane f72a93b4c9 pg_dump missed comments attached to primary key or unique constraints 23 years ago
Tom Lane 8421253e54 Document that TRUNCATE ignores user-defined ON DELETE triggers. 23 years ago
Tom Lane a13b018530 Disallow foreign-key references from temp tables to permanent tables. 23 years ago
Tom Lane fc6b7c550d Latest version of gcc from Apple does not work well with -traditional-cpp 23 years ago
Tom Lane 28847ae77d Seems like a bad idea that REINDEX TABLE supports (or thinks it does) 23 years ago
Michael Meskes 580e08a98b One small typo in preprocessor. 23 years ago
Michael Meskes df974272ec Removed superfluous return statement in get_data. 23 years ago
Tom Lane 689015748f Put a tad more detail in the discussion of postmaster and postgres 23 years ago
Michael Meskes 723a9bde33 - Accept output variables for FETCH in DECLARE statement. 23 years ago
Barry Lind 215d965f0e Applied patch from Oliver Jowett to clean up some instances where the wrong 23 years ago
Barry Lind 7da6afef26 Small jdbc patch from Kim Ho at RedHat to fix some boolean problems 23 years ago
Barry Lind 47cb1c3f94 A minor fix to jdbc regression tests 23 years ago
Tom Lane 6b73da67b2 Disallow converting a table to a view if it has triggers, indexes, or 23 years ago
Barry Lind e8839c2b6c Applied patch to jdbc from Kim Ho at RedHat, fixing improper handling of empty queries under the V3 protocol 23 years ago
Barry Lind c020d67bc6 Applied patch for jdbc from Kim Ho at RedHat to more correctly deal with boolean values 23 years ago
Barry Lind 292048f186 Fixed jdbc to correctly report that constraints are supported 23 years ago
Barry Lind 33815bf657 Applied patch from Fernando Nasser of RedHat to fix some error messages 23 years ago
Barry Lind 0671b65b81 Applied patch from Kim Ho at redhat to improve boolean and bit handling 23 years ago
Tatsuo Ishii ce90c0f504 Fix typo in comment 23 years ago
Tom Lane 7e06dbe1c2 Make psql correctly track the effects of SET CLIENT_ENCODING commands. 23 years ago
Tatsuo Ishii 7b05ef5b63 fix typo in a comment 23 years ago
Tom Lane fc73264005 I don't care whether it's informix-compatible or not: #defining a word 23 years ago
Tom Lane b8f8896888 Fix some problems with dropped columns in plpython trigger functions. 23 years ago
Tom Lane 8723e37a26 Since SPI_modifytuple's natts argument is the number of attributes to be 23 years ago
Tom Lane db18703b5a Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a 23 years ago
Tom Lane d73e1b33b5 Update regression test for message change. 23 years ago
Tom Lane daed6f4b94 Improve a couple of error messages per suggestions from Alvaro Herrera. 23 years ago
Peter Eisentraut 7ce5f25b5b Translation updates 23 years ago
Peter Eisentraut 2d13472c9e OK, some of these syntax errors should be given other codes. 23 years ago
PostgreSQL Daemon baba02a84e tag her for beta3, as announced on Friday ... 23 years ago