Commit Graph

14563 Commits (c15a4c2aef3ca78a530778b735d43aa04d103ea6)
 

Author SHA1 Message Date
Tom Lane c15a4c2aef Replace planner's representation of relation sets, per pghackers discussion. 23 years ago
Dave Cramer 893678eda7 applied Kris Jurka's patch for numeric 23 years ago
Tom Lane 3acf422316 Revise mechanism for getting rid of temp tables at backend shutdown. 23 years ago
Tom Lane 00f1a41ab2 Make flatten_join_alias_vars() do the right thing when expanding an alias 23 years ago
Tom Lane 77ede8900d Create a GUC variable REGEX_FLAVOR to control the type of regular 23 years ago
Tom Lane 465ed56531 Fix core dump when pltcl_elog is called with wrong number of parameters, 23 years ago
Tom Lane e24977f3a4 Allow qualified type names in CREATE CAST, DROP CAST. Also allow the 23 years ago
Tom Lane 7bcc6d98fb Replace regular expression package with Henry Spencer's latest version 23 years ago
Dave Cramer 32c3db0f86 patch from Oliver Jowett to implement some of the jdbc3 methods 23 years ago
Bruce Momjian 865429e00f Update Hungarian FAQ, from Laszlo Hornyak 23 years ago
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