Commit Graph

14581 Commits (2bd63117c185c51b328b5c927748c1b123f9fed9)
 

Author SHA1 Message Date
Bruce Momjian 2bd63117c1 [ dumping schemas ] 23 years ago
Bruce Momjian 6d8b8a5e4d [ Have readline save edit history.] 23 years ago
Barry Lind 68c67fc8a8 Applied patch to update translation file, submitted by Zhenbang Wei 23 years ago
Bruce Momjian e2b58f7693 Done in 7.3.2, so removed: 23 years ago
Bruce Momjian 0550c7a63a Done: 23 years ago
Barry Lind 0dbb7aeac4 Patch to messages file from Holger Klawitter to add a missing message. 23 years ago
Peter Eisentraut d6b043eb63 Fix buffer clearing bug. 23 years ago
Peter Eisentraut 62c35b3098 Simplify evaluation of TCL_INCLUDE_SPEC. 23 years ago
Tom Lane 9069a5fc33 Use a varno not chosen at random for dummy variables in the top-level 23 years ago
Tom Lane 8a4fdce9f2 Fix thinko in new logic about pushing down non-nullability constraints: 23 years ago
Tom Lane ec8f0e82ef Add code to show join rule (for outer and IN joins) in join type name. 23 years ago
Tom Lane c5ba16a83c Get rid of last few vestiges of parsetree dependency on grammar token 23 years ago
Tom Lane b5956a2f22 Detect case where an outer join can be reduced to a plain inner join 23 years ago
Barry Lind 43785a434e upped build# to 201 23 years ago
Barry Lind abcec0c125 Better error message on character set mismatches during conversion to unicode. 23 years ago
Tom Lane 39b7ec3309 Create a distinction between Lists of integers and Lists of OIDs, to get 23 years ago
Tom Lane 3646ab58b4 Remove bogus comment (too freely copied & pasted). 23 years ago
Tom Lane 145014f811 Make further use of new bitmapset code: executor's chgParam, extParam, 23 years ago
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