Commit Graph

13877 Commits (20d31fd609e21a8fe3f360808a6c475df38a8c8a)
 

Author SHA1 Message Date
Bruce Momjian 20d31fd609 Completely remove /contrib/retep, with Peter's approval; now on Source 23 years ago
Bruce Momjian 9c7cd8ba15 First step to removing /contrib/retep, with Peter Mount's approval. 23 years ago
Bruce Momjian 76cadb59fe Remove trailing blanks in cvs.sgml. 23 years ago
Tom Lane 13416a1f8f Fix potential problem with btbulkdelete deleting an indexscan's current 23 years ago
Tom Lane 4d1aaedac0 Fix core dump recently introduced into pgbench. 23 years ago
Tatsuo Ishii 29eabaa958 Returns exit status 1 if invalid encoding name or 23 years ago
Tom Lane c918be6a17 Update description of numeric constants to match 7.3 reality. 23 years ago
Bruce Momjian 2b2cf392fe Update char/varchar()/text/bytea to mention they have similar performance 24 years ago
Barry Lind 06b297938d Applied patch from Teofilis Martisius to improve performance. 24 years ago
Bruce Momjian e9f07b14e1 Add: 24 years ago
Bruce Momjian c650d52e14 Update Japanese FAQ, from Jun Kuwamura. 24 years ago
Bruce Momjian 55c6f06991 Add: 24 years ago
Tom Lane f1c0071d5a Add warning that autocommit=off is not well-supported yet. 24 years ago
Tom Lane ab901c60c8 Move BeOS and QNX4 to unsupported-platform list, until someone cares 24 years ago
Tom Lane a044e2abdd Rule rewriter was doing the wrong thing with conditional INSTEAD rules 24 years ago
Tom Lane 6d6b582850 Disallow aggregate functions in rule WHERE clauses. Per gripe from 24 years ago
Barry Lind ea794574f1 Applied patch submitted by Mike Beachy to give a better error message if 24 years ago
Tom Lane 272bf59d29 Fix inconsistent formatting. 24 years ago
Tom Lane 93dca0d224 Fix incomplete definition of ALTER TABLE ADD/DROP CONSTRAINT syntax. 24 years ago
Tom Lane 4a67565b37 Fix within-function memory leaks in the various PLs' interfaces to 24 years ago
Barry Lind 30c2b5ec72 Applied patch submitted by Kris Jurka to result in a better error message 24 years ago
Tom Lane 78b13fee45 Fix pltcl self-test for recent changes to elog. 24 years ago
Barry Lind ba7c2d2b00 Backed out part of the change from 1.6. The attempt to support int8 binds 24 years ago
Tom Lane 76d09f4610 Fix case where a function in FROM returns a scalar type, but is 24 years ago
Tom Lane 0d93e385b0 Make psql's \df display functions that return sets as having return type 24 years ago
Tom Lane 60992456ed Invert logic in pg_exec_query_string() so that we set a snapshot for 24 years ago
Tom Lane c1f91a38e2 Fix rewrite code so that rules are in fact executed in order by name, 24 years ago
Bruce Momjian 757b98fda8 Back out Alvaro's patch until regression tests pass. 24 years ago
Tom Lane c0f7dcdac1 Fix range-query estimation to not double-exclude NULLs, per gripe from 24 years ago
Bruce Momjian a3cb8746d9 Add: 24 years ago
Bruce Momjian 1a63cc5e90 Fix compile failure caused by new patch. 24 years ago
Bruce Momjian 64acc5e3f1 Remove mention of utils/getopt.c. Not used anymore. 24 years ago
Bruce Momjian 8e6b5c8b27 It includes 24 years ago
Bruce Momjian cabad378fc > Huh, I don't know where I got the idea you were (or someone else was?) 24 years ago
Bruce Momjian bab3d29fba This patch adds some missing functions for float8 math operations, 24 years ago
Bruce Momjian 5c6a5fe18b Make regression tests safe for autocommit = 'off'. 24 years ago
Tom Lane 5a0a79d694 Add missing #include <errno.h>. 24 years ago
Tom Lane 44dc9c1faa Fix psql's \copy to accept table names containing schemas, as well as 24 years ago
Peter Eisentraut 4cff161703 Improve formatting of --help output. 24 years ago
Tom Lane 0d17ce92ac Fix breakage that had crept into setlocale() usage: once again we've 24 years ago
Tom Lane 6c06bc2644 Make 'dummy' declarations in header files be 'extern int no_such_variable' 24 years ago
Tom Lane dad34ba567 Un-break createlang build. 24 years ago
Bruce Momjian 5214f09b27 Clean up for dblink autocommit OFF handling. 24 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 24 years ago
Tom Lane fb9bc342ff Improve discussion of FOR UPDATE. 24 years ago
Bruce Momjian f99e525f0f Update for tables returning function, item 5.3, from Joe Conway. 24 years ago
Barry Lind b0146a2407 Fix in updateable result sets to handle binding null values correctly 24 years ago
Tom Lane 3e4978b72b Fix free-slot search in PgSetResultId so it actually works. 24 years ago
Tom Lane e313eb8098 Improve formatting of error message. 24 years ago
Barry Lind c3e7b3cc96 Fixed support in jdbc for 7.3 server autocommit. With these changes the 24 years ago