Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						42c3381fc7 
					 
					
						
						
							
							Heimdal support (Kerberos V implementation from KTH)  
						
						
						
						
					 
					
						2002-02-23 04:17:47 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						5e03503126 
					 
					
						
						
							
							Set version to 7.3devel.  
						
						
						
						
					 
					
						2002-02-18 21:46:17 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						42e28d209c 
					 
					
						
						
							
							Stamp configure/configure.in for 7.2, already did register.txt and  
						
						... 
						
						
						
						bug.template. 
						
						
					 
					
						2002-02-03 21:04:12 +00:00 
						 
				 
			
				
					
						
							
							
								PostgreSQL Daemon 
							
						 
					 
					
						
						
							
						
						0e8ab3a818 
					 
					
						
						
							
							let's roll up rc2 ..  
						
						
						
						
					 
					
						2002-01-25 02:09:26 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						3f5d3ceed0 
					 
					
						
						
							
							Cope with gcc that outputs a multiline version string, per Trond.  
						
						
						
						
					 
					
						2002-01-24 19:50:36 +00:00 
						 
				 
			
				
					
						
							
							
								PostgreSQL Daemon 
							
						 
					 
					
						
						
							
						
						c64f083cf4 
					 
					
						
						
							
							okay, sorry for delay all ... here is the tag for RC1 ...  
						
						
						
						
					 
					
						2002-01-22 17:55:30 +00:00 
						 
				 
			
				
					
						
							
							
								PostgreSQL Daemon 
							
						 
					 
					
						
						
							
						
						da83ecb64e 
					 
					
						
						
							
							tag as beta 5 for *hopefully* a very very short beta cycle on this one?  
						
						
						
						
					 
					
						2002-01-14 13:15:28 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						8799d84603 
					 
					
						
						
							
							Add memcmp() test and new memcmp.c file, for SunOS.  Tested by Tatsuo.  
						
						
						
						
					 
					
						2001-12-20 21:23:05 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						43fe4faa7d 
					 
					
						
						
							
							--with-pam was claiming to take an argument, but didn't.  Help display fixed.  
						
						
						
						
					 
					
						2001-12-13 22:00:22 +00:00 
						 
				 
			
				
					
						
							
							
								PostgreSQL Daemon 
							
						 
					 
					
						
						
							
						
						219b4b2490 
					 
					
						
						
							
							tag it as b4, with all the changes that have gone on ...  
						
						
						
						
					 
					
						2001-12-12 13:30:12 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						18ab41eeef 
					 
					
						
						
							
							Add configure-time check whether sig_atomic_t is defined; if not,  
						
						... 
						
						
						
						provide a default definition equating it to 'int'.  Should trigger only
on machines with pre-ANSI-C header files, eg SunOS 4.1.x. 
						
						
					 
					
						2001-12-03 17:44:52 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						15abc7788e 
					 
					
						
						
							
							More correct way to check for existence of types, which allows to specify  
						
						... 
						
						
						
						which include files to consider.  Should fix BeOS problems with int8 types. 
						
						
					 
					
						2001-12-02 11:38:40 +00:00 
						 
				 
			
				
					
						
							
							
								PostgreSQL Daemon 
							
						 
					 
					
						
						
							
						
						6bfc98b699 
					 
					
						
						
							
							update configure.in for b3 ...  
						
						
						
						
					 
					
						2001-11-20 03:51:31 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						10d4faab2b 
					 
					
						
						
							
							Autoconf.  
						
						
						
						
					 
					
						2001-11-15 17:31:44 +00:00 
						 
				 
			
				
					
						
							
							
								PostgreSQL Daemon 
							
						 
					 
					
						
						
							
						
						845846bc43 
					 
					
						
						
							
							tag'd and branded as b2 ...  
						
						
						
						
					 
					
						2001-11-06 20:12:07 +00:00 
						 
				 
			
				
					
						
							
							
								PostgreSQL Daemon 
							
						 
					 
					
						
						
							
						
						1f42f1da4e 
					 
					
						
						
							
							bmake sure that configure is tags as 7.2b1 now instead of 7.2devel  
						
						
						
						
					 
					
						2001-10-25 13:02:01 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						2b7206a993 
					 
					
						
						
							
							Revert change to autodetect '__getopt_initialized' variable ... turns  
						
						... 
						
						
						
						out glibc doesn't actually export this variable, so we need a different
solution. 
						
						
					 
					
						2001-10-20 17:57:39 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						379268aa62 
					 
					
						
						
							
							Proper fix for glibc getopt() botch.  Surprising we did not see this  
						
						... 
						
						
						
						before. 
						
						
					 
					
						2001-10-19 20:47:09 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						2e65523f4f 
					 
					
						
						
							
							Without this patch I couldn't compile PostgreSQL on Solaris 8 x86 using  
						
						... 
						
						
						
						Sun's compiler. May be it will be usefull for someone else?
Denis Ustimenko 
						
						
					 
					
						2001-10-19 15:06:48 +00:00 
						 
				 
			
				
					
						
							
							
								Tatsuo Ishii 
							
						 
					 
					
						
						
							
						
						cfe01796e6 
					 
					
						
						
							
							Ok, here is the modified encoding table (column1 is the standard name,  
						
						... 
						
						
						
						2 is our "official" name, and 3 is alias). If there's no objection, I
will change them.
ASCII		SQL_ASCII
UTF-8		UNICODE		UTF_8
MULE-INTERNAL	MULE_INTERNAL
ISO-8859-1	LATIN1		ISO_8859_1
ISO-8859-2	LATIN2		ISO_8859_2
ISO-8859-3	LATIN3		ISO_8859_3
ISO-8859-4	LATIN4		ISO_8859_4
ISO-8859-5	ISO_8859_5
ISO-8859-6	ISO_8859_6
ISO-8859-7	ISO_8859_7
ISO-8859-8	ISO_8859_8
ISO-8859-9	LATIN5		ISO_8859_9
ISO-8859-10	LATIN6		ISO_8859_10
ISO-8859-13	LATIN7		ISO_8859_13
ISO-8859-14	LATIN8		ISO_8859_14
ISO-8859-15	LATIN9		ISO_8859_15
ISO-8859-16	LATIN10		ISO_8859_16 
						
						
					 
					
						2001-10-16 10:09:17 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						b2c37b4c51 
					 
					
						
						
							
							Autoconf.  
						
						
						
						
					 
					
						2001-10-13 15:20:51 +00:00 
						 
				 
			
				
					
						
							
							
								Tatsuo Ishii 
							
						 
					 
					
						
						
							
						
						51053d3216 
					 
					
						
						
							
							Add support for ISO-8859-6 to 16  
						
						
						
						
					 
					
						2001-10-11 14:20:35 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						dca4f8e3bb 
					 
					
						
						
							
							Run autoconf.  
						
						
						
						
					 
					
						2001-10-01 15:33:55 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						364a7ebe26 
					 
					
						
						
							
							Provide some initial support for building the ODBC driver for  
						
						... 
						
						
						
						an already installed iODBC or unixODBC driver manager.  In particular,
use the include files provided by the driver manager over our own,
and use the odbcinst library of the driver manager rather than gpps.c.
Migrate portability sections common to several files into psqlodbc.h. 
						
						
					 
					
						2001-09-22 22:54:33 +00:00 
						 
				 
			
				
					
						
							
							
								Tatsuo Ishii 
							
						 
					 
					
						
						
							
						
						2374be8a26 
					 
					
						
						
							
							Remove --enable-unicode-conversion  
						
						... 
						
						
						
						unicode-conversion is always on if --enable-multibyte is specified
	   Tatsuo Ishii 
						
						
					 
					
						2001-09-14 10:36:52 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						dddd95a859 
					 
					
						
						
							
							Check both -lrt and -lposix4 for fdatasync, to cover all Solaris versions.  
						
						
						
						
					 
					
						2001-09-12 12:14:41 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						a8d474195e 
					 
					
						
						
							
							Look for fdatasync() in librt, for Solaris.  
						
						... 
						
						
						
						partially from Kenji Sugita 
						
						
					 
					
						2001-09-11 14:31:23 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						ef5602d72c 
					 
					
						
						
							
							When testing for source and build tree equality, and test -ef doesn't work,  
						
						... 
						
						
						
						fall back to `cd $srcdir && /bin/pwd` = `/bin/pwd`.  One of these ought to
work, and if not, prep_buildtree is harmless. 
						
						
					 
					
						2001-09-10 23:52:04 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						a7621c92ae 
					 
					
						
						
							
							Update SCM_CREDS for Net/Free/BSD-OS.  Add configure checks.  
						
						
						
						
					 
					
						2001-09-07 19:52:54 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						5298eb47dc 
					 
					
						
						
							
							Fix the readline test to find dependent libraries on NetBSD and OpenBSD.  
						
						... 
						
						
						
						Not pretty, but it doesn't look like the OS will get fixed sometime soon. 
						
						
					 
					
						2001-08-28 14:59:11 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						ef7152f99b 
					 
					
						
						
							
							Put the right runpath to libpq into the Perl module shared object on more  
						
						... 
						
						
						
						platforms and without relinking.
Also support VPATH builds and DESTDIR installs.  One hopes. 
						
						
					 
					
						2001-08-26 22:28:04 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						968d7733a1 
					 
					
						
						
							
							Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of  
						
						... 
						
						
						
						places that were including the wrong files. 
						
						
					 
					
						2001-08-24 14:07:50 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						5558e15ce5 
					 
					
						
						
							
							Do not pre-expand localedir as substituted in the makefile, so that 'make  
						
						... 
						
						
						
						install prefix=elsewhere' works. 
						
						
					 
					
						2001-08-06 15:46:44 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						cb90b2dacb 
					 
					
						
						
							
							Digging through previous discussion of this patch, I note where Peter E.  
						
						... 
						
						
						
						points out how silly it is to use Autoconf to test for a preprocessor
symbol, when one can equally easily #ifdef on the symbol itself.
Accordingly, revert configure to prior state and do it that way. 
						
						
					 
					
						2001-08-01 23:52:50 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						bc042e0a77 
					 
					
						
						
							
							Support ident authentication on local (Unix) socket connections, if the  
						
						... 
						
						
						
						system supports SO_PEERCRED requests for Unix sockets.  This is an
amalgamation of patches submitted by Helge Bahmann and Oliver Elphick,
with some editorializing by yours truly. 
						
						
					 
					
						2001-08-01 23:25:39 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						cc54c68906 
					 
					
						
						
							
							autoconf  
						
						
						
						
					 
					
						2001-07-30 15:08:31 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						8237d89c0f 
					 
					
						
						
							
							Support fake root install, separate build dir, dependency tracking, our  
						
						... 
						
						
						
						choice of compiler and flags, uninstall, and peculiar Python installation
layouts for PyGreSql.  Also install into site-packages now, as officially
recommended.  And pgdb.py is also installed now, used to be forgotten. 
						
						
					 
					
						2001-07-10 16:33:02 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						2f3bd9eb88 
					 
					
						
						
							
							Check for jakarta-ant before ant, in case 'ant' is the screen saver program.  
						
						... 
						
						
						
						Then, run a small reality test with $ANT to see whether it works. 
						
						
					 
					
						2001-07-04 21:22:55 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						d2c8358188 
					 
					
						
						
							
							autoconf  
						
						
						
						
					 
					
						2001-06-11 22:17:14 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						e542036461 
					 
					
						
						
							
							Native Language Support (NLS)  
						
						... 
						
						
						
						Use --enable-nls to turn it on; see installation instructions for details.
See developer's guide how to make use of it in programs and how to add
translations.
psql sources have been almost fully prepared and an incomplete German
translation has been provided.  In the backend, only elog() calls are
currently translatable, and the provided German translation file is more
of a placeholder. 
						
						
					 
					
						2001-06-02 18:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						014f98dd36 
					 
					
						
						
							
							autoconf  
						
						
						
						
					 
					
						2001-05-16 17:28:46 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						bbc3920fe9 
					 
					
						
						
							
							PL/Python should build portably now, if you can get over the fact that  
						
						... 
						
						
						
						there's no shared libpython.  Test suite works as well. Also, add some
documentation. 
						
						
					 
					
						2001-05-12 17:49:32 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						5e19e14ecd 
					 
					
						
						
							
							Cleanups of pltcl unknown thingy.  
						
						
						
						
					 
					
						2001-05-11 23:38:06 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						54d9099596 
					 
					
						
						
							
							Stamp CVS as 7.2.  Update all interface version numbers.  This is the  
						
						... 
						
						
						
						time to do it, not during beta because people are using this stuff in
production sometimes. 
						
						
					 
					
						2001-05-11 01:46:33 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						6c6ca047ed 
					 
					
						
						
							
							autoconf  
						
						
						
						
					 
					
						2001-05-09 20:20:09 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						6319f5da37 
					 
					
						
						
							
							autoconf  
						
						
						
						
					 
					
						2001-05-09 19:42:26 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						fae69dd183 
					 
					
						
						
							
							autoconf  
						
						
						
						
					 
					
						2001-05-09 19:21:14 +00:00 
						 
				 
			
				
					
						
							
							
								Bruce Momjian 
							
						 
					 
					
						
						
							
						
						c0f5b4c82c 
					 
					
						
						
							
							autoconf  
						
						
						
						
					 
					
						2001-05-03 16:43:26 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Lane 
							
						 
					 
					
						
						
							
						
						19c97b8579 
					 
					
						
						
							
							Defend against ancient versions of zlib by checking that zlib.h  
						
						... 
						
						
						
						defines z_streamp. 
						
						
					 
					
						2001-04-23 15:14:58 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Eisentraut 
							
						 
					 
					
						
						
							
						
						90f4d0faf1 
					 
					
						
						
							
							Remove libsfio check.  
						
						
						
						
					 
					
						2001-04-19 20:27:47 +00:00