Bruce Momjian 
							
						 
					 
					
						
						
							
						
						9df96f9bb1 
					 
					
						
						
							
							In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity.  
						
						... 
						
						
						
						Backpatch to 9.0.X. 
						
						
					 
					
						2010-10-19 02:56:16 +00:00 
						 
				 
			
				
					
						
							
							
								Magnus Hagander 
							
						 
					 
					
						
						
							
						
						9f2e211386 
					 
					
						
						
							
							Remove cvs keywords from all files.  
						
						
						
						
					 
					
						2010-09-20 22:08:53 +02:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						8af787ea24 
					 
					
						
						
							
							Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all  
						
						... 
						
						
						
						migrations.
Backpatch to 9.0. 
						
						
					 
					
						2010-07-25 03:47:29 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						f31b1fd7c1 
					 
					
						
						
							
							Prevent pg_upgrade from migrating databases that use reg* data types  
						
						... 
						
						
						
						where the oid is not preserved by pg_upgrade (everything but pg_type).
Update documentation.
Per bug report from depstein@alliedtesting.com . 
						
						
					 
					
						2010-07-25 03:28:32 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						804f96accb 
					 
					
						
						
							
							In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc.  
						
						
						
						
					 
					
						2010-07-13 15:56:53 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						239d769e7e 
					 
					
						
						
							
							pgindent run for 9.0, second run  
						
						
						
						
					 
					
						2010-07-06 19:19:02 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						da254e3d16 
					 
					
						
						
							
							Make pg_upgrade copyrights just 2010, not 2010-2010.  
						
						
						
						
					 
					
						2010-07-03 16:33:15 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						de255a6eb1 
					 
					
						
						
							
							Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.  
						
						
						
						
					 
					
						2010-07-03 16:25:01 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						ccbe0c14e6 
					 
					
						
						
							
							Add CVS tags to pg_upgrade and pg_upgrade_support files, per request  
						
						... 
						
						
						
						from Tom. 
						
						
					 
					
						2010-07-03 14:23:14 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						c1b617987d 
					 
					
						
						
							
							Add username designations to all pg_upgrade utility calls that support it.  
						
						
						
						
					 
					
						2010-06-23 20:04:50 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						1dc7c796c9 
					 
					
						
						
							
							Have pg_upgrade create its output files in the current directory, rather  
						
						... 
						
						
						
						than in a subdirectory of the $HOME directory, or $TMP in Windows. 
						
						
					 
					
						2010-06-12 17:05:29 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						add8044778 
					 
					
						
						
							
							issue_warnings() has no business freeing its parameter, especially not when  
						
						... 
						
						
						
						its sole caller does that too.  Jan Matousek, via Pavel Stehule 
						
						
					 
					
						2010-05-23 16:54:13 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						36d3afd2d4 
					 
					
						
						
							
							Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade;  
						
						... 
						
						
						
						EDB must maintain their own patch set for this. 
						
						
					 
					
						2010-05-13 22:51:00 +00:00 
						 
				 
			
				
					
						
							
							
								Magnus Hagander 
							
						 
					 
					
						
						
							
						
						2b61b3e507 
					 
					
						
						
							
							Assorted fixes to make pg_upgrade build on MSVC.  
						
						... 
						
						
						
						* There is no chmod() on Windows.
* Must always use the 3-parameter version of open()
* There is no dynloader.h - but it also appears unnecessary on all platforms
* Don't include shlobj.h because it causes compile errors, and from what I can
  see it's not actually used. This may need to be added back for mingw
  and/or cygwin in the worst case. 
						
						
					 
					
						2010-05-13 15:58:15 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						9885206cab 
					 
					
						
						
							
							Move pg_upgrade shared library out into its own /contrib directory  
						
						... 
						
						
						
						(pg_upgrade_support). 
						
						
					 
					
						2010-05-13 01:03:01 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						c2e9b2f288 
					 
					
						
						
							
							Add pg_upgrade to /contrib;  will be in 9.0 beta2.  
						
						... 
						
						
						
						Add documentation.
Supports migration from PG 8.3 and 8.4. 
						
						
					 
					
						2010-05-12 02:19:11 +00:00