f3873ff55b 
					 
					
						
						
							
							pg_reorg version 1.1.0.  
						
						... 
						
						
						
						- Add wait-timeout option and use SET statement_timeout instead of NOWAIT.
  This can avoid infinite NOWAIT loops to reorganize heavily accessed tables.
- Support native build with MSVC on Windows. 
						
						
					 
					
						2010-03-25 07:13:16 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8392b9462a 
					 
					
						
						
							
							version 1.0.8.  
						
						
						
						
					 
					
						2010-02-15 01:38:06 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a7a42b7bbf 
					 
					
						
						
							
							Fix crashes when cluster indexes have storage options (fillfactor, etc).  
						
						
						
						
					 
					
						2010-02-05 03:24:22 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7084ec6de9 
					 
					
						
						
							
							version 1.0.7.  
						
						
						
						
					 
					
						2010-01-28 06:02:28 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						038c07523a 
					 
					
						
						
							
							Support reorganizing tables with non-default operator class.  
						
						
						
						
					 
					
						2009-12-28 08:25:00 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6155932b60 
					 
					
						
						
							
							Fix data corruption bug reported by robjderr ( #1010664 ).  
						
						... 
						
						
						
						pg_reorg broke catalog definition if the target table had any dropped columns.
Now pg_reorg removes dropped columns and renumbers valid columns.
You can use pg_reorg to shrink column definitions if you have many dropped
columns. (without pg_reorg, dropped columns are filled with zero forever) 
						
						
					 
					
						2009-07-02 09:50:58 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5fe3f037be 
					 
					
						
						
							
							version 1.0.5.  
						
						... 
						
						
						
						- Disable autovacuum for working tables and update logs.
- Do ANALYZE automatically after reorg unless -Z, --no-analyze option
  is specified. 
						
						
					 
					
						2009-05-25 07:06:38 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a8f2e9c33 
					 
					
						
						
							
							Fix ownership bug.  
						
						... 
						
						
						
						New toast table, toast index, and toast type should not have
been owned by the executor of pg_reorg, but by the original owner. 
						
						
					 
					
						2009-05-14 08:19:25 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0c659ed31f 
					 
					
						
						
							
							Fix compile errors on Linux.  
						
						
						
						
					 
					
						2009-04-23 06:37:29 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						574b6dc296 
					 
					
						
						
							
							Support PGXS.  
						
						
						
						
					 
					
						2009-04-22 07:26:12 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e1011e11fe 
					 
					
						
						
							
							Modify LOCK to LOCK-NOWAIT-and-loop at swap tables to avoid holding exclusive locks long time. Suggested by Kenny Gorman.  
						
						
						
						
					 
					
						2009-04-16 06:01:01 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						942180c2d8 
					 
					
						
						
							
							workaround with 8.2.  
						
						
						
						
					 
					
						2009-01-27 01:35:53 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aab19c7db0 
					 
					
						
						
							
							Fixed a bug reorganizing tables without toast tables.  
						
						
						
						
					 
					
						2009-01-23 02:33:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						24a03c01a5 
					 
					
						
						
							
							workaround for toast tables. The bug is reported by Kenny Gorman.  
						
						
						
						
					 
					
						2009-01-21 08:09:22 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						29469f40f9 
					 
					
						
						
							
							Move drop function calls to another transaction which doesn't have execlusive locks.  
						
						
						
						
					 
					
						2009-01-19 04:28:21 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8af8be23ac 
					 
					
						
						
							
							Initial revision  
						
						
						
						
					 
					
						2008-12-08 04:32:10 +00:00