Commit Graph

14553 Commits (bf4bf092e581df1cfa830fd6bc02e036b05dbb5d)
 

Author SHA1 Message Date
Bruce Momjian bf4bf092e5 Revert doc change so we mention moving past the last row of a cursor. 23 years ago
Dave Cramer 985e551b48 Applied Kris Jurkas patch to fix rollback and SQLException 23 years ago
Dave Cramer d23fd9572b applied patch from Oliver Jowett 23 years ago
Barry Lind 28ce9f0fed Two patches from Kris Jurka. One fixes a problem with incorrect type for double 23 years ago
Barry Lind 16a30346c8 Patch from Nic Ferrier to add support for result sets being cursor based 23 years ago
Tom Lane 2d1f940542 Minor code cleanup: remove no-longer-useful pull_subplans() function, 23 years ago
Tom Lane 85caf1784a Detect duplicate aggregate calls and evaluate only one copy. This 23 years ago
Tom Lane ef5842b5f7 #ifdef out stuff that shouldn't be compiled when not USE_SSL. 23 years ago
Tom Lane 3752e85bad Determine the set of constraints applied to a domain at executor 23 years ago
Bruce Momjian 464598b637 Add mention of CURRENT_SCHEMA for object creation. 23 years ago
Bruce Momjian 6b196c0754 Don't print NO ACTION foreign key actions in dumps and psql \d. 23 years ago
Tom Lane 4cff59d8d5 Tweak planner and executor to avoid doing ExecProject() in table scan 23 years ago
Bruce Momjian 0d3e36b668 Move pg_service.conf.sample to /interfaces/libpq. 23 years ago
Bruce Momjian 802a4d4111 Change MOVE LAST to MOVE ALL. 23 years ago
Tom Lane c7bceca156 Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from 23 years ago
Tom Lane 6adb475f77 Update release history for 7.3.2. 23 years ago
Tom Lane 967e8a37ab Fix nodeUnique to behave correctly when reversing direction after reaching 23 years ago
Tom Lane 6ba8af9d5d Remove restriction that cast functions cannot be volatile. This 23 years ago
Tom Lane e0a1ee2053 Cleaner solution to the problem of loading pre-7.3 dumps containing 23 years ago
Tom Lane 330b4e4215 Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format 23 years ago
Tom Lane 21166170c8 Fix assign_session_authorization() to not be confused by all-numeric 23 years ago
Tom Lane 361eaa185f Prevent core dump from calling Tcl_DontCallWhenDeleted() with a null 23 years ago
Tom Lane 032235cafe Apply ljb's patch to prevent both memory leak and core dump during 23 years ago
Tom Lane f51c7ca182 Make plpython's spi_execute interface handle NULLs properly. 23 years ago
Tom Lane 6f49703f0e Clean up plpython error reporting so that its regression test passes 23 years ago
Tom Lane 9d00798720 Tweak bison build rules so that we get the same error messages from 23 years ago
Tom Lane bd96dd1184 Allow a time zone to be specified (and silently ignored) in the input 23 years ago
Tom Lane 37b247a5e9 Handle mixed-case names properly in plpgsql_parse_tripwordtype. 23 years ago
Tom Lane 0de771dd5c Fix typo, per Neil Conway. 23 years ago
Tom Lane 4ec457ad58 Fix regression in .pgpass support. From Neil Conway. 23 years ago
Tom Lane 887edf4ff7 Update release history for 7.2.4. 23 years ago
Tom Lane 26f56131ae SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returned 23 years ago
Bruce Momjian 6976205b4b Update release steps. 23 years ago
Tom Lane 5fdb142f16 Tweak ArrayCount() to forestall possible access to temp[-1]. Problem 23 years ago
Tom Lane 3cb282f3e6 Guard against array overrun, per report from Yichen Xie. This case 23 years ago
Tom Lane 23b8a0ce61 Repair array subscript overrun identified by Yichen Xie. Reduce the 23 years ago
Tom Lane b8add56ed0 Fix array subscript overruns identified by Yichen Xie. 23 years ago
Tom Lane 2e46b762eb Extend join-selectivity API (oprjoin interface) so that join type is 23 years ago
Peter Eisentraut 955a1f81a7 Factor out the code that detects the long long int snprintf format into a 23 years ago
Tom Lane c0276244b1 Convert variable name to canonical spelling before checking for matches 23 years ago
Bruce Momjian 7af352d091 Revert off setting mention for client_min_messages. 23 years ago
Bruce Momjian f21fb30dfc Revert optimizer page count change. 23 years ago
Bruce Momjian bd175cc9fb Set log_min_error_messages to the proper and agreed-upon default, PANIC (off). 23 years ago
Bruce Momjian d42a476621 Add blank line. 23 years ago
Bruce Momjian c177ba99bd Move: 23 years ago
Bruce Momjian 9b9b14915b Fix typo 233 pages -> 333 pages. 23 years ago
Tom Lane 70fba70430 Upgrade cost estimation for joins, per discussion with Bradley Baetz. 23 years ago
Bruce Momjian b2773d4099 Remove mention of 6.5 max backends. 23 years ago
Tom Lane 33875872fd Get rid of last few unadorned 'permission denied' messages. 23 years ago
Tom Lane 4b833d080b Prevent core dump when die_horribly() is called with null AH pointer. 23 years ago