Commit Graph

13962 Commits (db728103616c4cffbdf4e07b60b6eb40b33cdd4c)
 

Author SHA1 Message Date
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
Bruce Momjian f789bd3de2 Add: 24 years ago
Peter Eisentraut 841e4b2089 Put the disk information all in one chapter. 24 years ago
Bruce Momjian cda776e613 Make pg_dump save for autocommit = off. 24 years ago
Bruce Momjian ec64390e91 Fix from Joe on timeout code. 24 years ago
Bruce Momjian 6b0e166644 Improve appearance of SET command. 24 years ago
Bruce Momjian 5d8c67462d Fix script to handle autocommit = 'off' by prepending autocommit 'on' to 24 years ago
Bruce Momjian facb720073 Fix connection_timeout to use time() and handle timeout == 1. 24 years ago
Bruce Momjian 8a96c50ec9 Remove: 24 years ago
Bruce Momjian 7426d4d937 Add: 24 years ago
Tom Lane f4a7c257dc Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa. 24 years ago
Tom Lane 3a2ef59116 Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently 24 years ago
Tom Lane 951ec872c7 Fix psql to cope with autocommit off, at least during startup. 24 years ago
Tom Lane e258a2b436 Fix libpq startup code to work correctly in autocommit off mode. 24 years ago
Tom Lane 9ff695c944 Make SPI's execution of querystrings follow the rules agreed to for 24 years ago
Bruce Momjian ba0edcf451 None. 24 years ago