Commit Graph

13857 Commits (30c2b5ec7212c7b6881a7a25ca604ffe5229059d)
 

Author SHA1 Message Date
Barry Lind 30c2b5ec72 Applied patch submitted by Kris Jurka to result in a better error message 23 years ago
Tom Lane 78b13fee45 Fix pltcl self-test for recent changes to elog. 23 years ago
Barry Lind ba7c2d2b00 Backed out part of the change from 1.6. The attempt to support int8 binds 23 years ago
Tom Lane 76d09f4610 Fix case where a function in FROM returns a scalar type, but is 23 years ago
Tom Lane 0d93e385b0 Make psql's \df display functions that return sets as having return type 23 years ago
Tom Lane 60992456ed Invert logic in pg_exec_query_string() so that we set a snapshot for 23 years ago
Tom Lane c1f91a38e2 Fix rewrite code so that rules are in fact executed in order by name, 23 years ago
Bruce Momjian 757b98fda8 Back out Alvaro's patch until regression tests pass. 23 years ago
Tom Lane c0f7dcdac1 Fix range-query estimation to not double-exclude NULLs, per gripe from 23 years ago
Bruce Momjian a3cb8746d9 Add: 23 years ago
Bruce Momjian 1a63cc5e90 Fix compile failure caused by new patch. 23 years ago
Bruce Momjian 64acc5e3f1 Remove mention of utils/getopt.c. Not used anymore. 23 years ago
Bruce Momjian 8e6b5c8b27 It includes 23 years ago
Bruce Momjian cabad378fc > Huh, I don't know where I got the idea you were (or someone else was?) 23 years ago
Bruce Momjian bab3d29fba This patch adds some missing functions for float8 math operations, 23 years ago
Bruce Momjian 5c6a5fe18b Make regression tests safe for autocommit = 'off'. 23 years ago
Tom Lane 5a0a79d694 Add missing #include <errno.h>. 23 years ago
Tom Lane 44dc9c1faa Fix psql's \copy to accept table names containing schemas, as well as 23 years ago
Peter Eisentraut 4cff161703 Improve formatting of --help output. 23 years ago
Tom Lane 0d17ce92ac Fix breakage that had crept into setlocale() usage: once again we've 23 years ago
Tom Lane 6c06bc2644 Make 'dummy' declarations in header files be 'extern int no_such_variable' 23 years ago
Tom Lane dad34ba567 Un-break createlang build. 23 years ago
Bruce Momjian 5214f09b27 Clean up for dblink autocommit OFF handling. 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Tom Lane fb9bc342ff Improve discussion of FOR UPDATE. 23 years ago
Bruce Momjian f99e525f0f Update for tables returning function, item 5.3, from Joe Conway. 23 years ago
Barry Lind b0146a2407 Fix in updateable result sets to handle binding null values correctly 23 years ago
Tom Lane 3e4978b72b Fix free-slot search in PgSetResultId so it actually works. 23 years ago
Tom Lane e313eb8098 Improve formatting of error message. 23 years ago
Barry Lind c3e7b3cc96 Fixed support in jdbc for 7.3 server autocommit. With these changes the 23 years ago
Bruce Momjian f789bd3de2 Add: 23 years ago
Peter Eisentraut 841e4b2089 Put the disk information all in one chapter. 23 years ago
Bruce Momjian cda776e613 Make pg_dump save for autocommit = off. 23 years ago
Bruce Momjian ec64390e91 Fix from Joe on timeout code. 23 years ago
Bruce Momjian 6b0e166644 Improve appearance of SET command. 23 years ago
Bruce Momjian 5d8c67462d Fix script to handle autocommit = 'off' by prepending autocommit 'on' to 23 years ago
Bruce Momjian facb720073 Fix connection_timeout to use time() and handle timeout == 1. 23 years ago
Bruce Momjian 8a96c50ec9 Remove: 23 years ago
Bruce Momjian 7426d4d937 Add: 23 years ago
Tom Lane f4a7c257dc Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa. 23 years ago
Tom Lane 3a2ef59116 Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently 23 years ago
Tom Lane 951ec872c7 Fix psql to cope with autocommit off, at least during startup. 23 years ago
Tom Lane e258a2b436 Fix libpq startup code to work correctly in autocommit off mode. 23 years ago
Tom Lane 9ff695c944 Make SPI's execution of querystrings follow the rules agreed to for 23 years ago
Bruce Momjian ba0edcf451 None. 23 years ago
Tom Lane d508b057ac Adjust handling of command status strings in the presence of rules, 23 years ago
Tom Lane ea3728ee5b Add missing entries for bit<->int4 and bit<->int8 conversions. 23 years ago
Peter Eisentraut 50634c13e4 Translation updates 23 years ago
Bruce Momjian 4a513ab07f Mention that resetting the timeout may be wrong on select retry. 23 years ago
Bruce Momjian 6d9d97e8ab Restore ptmp_timeout for cases where no timeout is passed. 23 years ago