Commit Graph

14036 Commits (5a87147173f60c0cfae61571e3de9e7c4d9d02cc)
 

Author SHA1 Message Date
Peter Eisentraut cc4f576957 Improve ECPG documentation. 23 years ago
Michael Meskes cf8da4e9f0 Merged ecpg_big_bison back into HEAD 24 years ago
Tatsuo Ishii 79382cb91f Update multibyte Japanese document 24 years ago
Tom Lane 210a039d4f Since ANY is a reserved word, better suggest that ANY be quoted when 24 years ago
Tom Lane 156408e97b Fix documented sizes of geometric types. 24 years ago
Tom Lane a92df3a208 Fix example of doing a restore. 24 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 24 years ago
Bruce Momjian 189c3481c4 Updates from Ian Barwick. 24 years ago
Bruce Momjian 24af7929ce Done: 24 years ago
Bruce Momjian 20d31fd609 Completely remove /contrib/retep, with Peter's approval; now on Source 24 years ago
Bruce Momjian 9c7cd8ba15 First step to removing /contrib/retep, with Peter Mount's approval. 24 years ago
Bruce Momjian 76cadb59fe Remove trailing blanks in cvs.sgml. 24 years ago
Tom Lane 13416a1f8f Fix potential problem with btbulkdelete deleting an indexscan's current 24 years ago
Tom Lane 4d1aaedac0 Fix core dump recently introduced into pgbench. 24 years ago
Tatsuo Ishii 29eabaa958 Returns exit status 1 if invalid encoding name or 24 years ago
Tom Lane c918be6a17 Update description of numeric constants to match 7.3 reality. 24 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