- 28 May, 2002 1 commit
-
-
Peter Eisentraut authored
Makefile.shlib system, not MakeMaker.
-
- 24 May, 2002 1 commit
-
-
Peter Eisentraut authored
system, not Tcl-provided one. Make sure export file, if any, is cleaned. Tcl configuration is now read directly in configure and recorded in Makefile.global. This eliminates some duplicate efforts and allows for easier hand-editing of the results, if necessary.
-
- 05 May, 2002 1 commit
-
-
Tom Lane authored
As proof of concept, provide an alternate implementation based on POSIX semaphores. Also push the SysV shared-memory implementation into a separate file so that it can be replaced conveniently.
-
- 26 Apr, 2002 2 commits
-
-
Tom Lane authored
-
Tatsuo Ishii authored
Enable multibyte support by default. Note that this is the first cut, and I'm gloing to remove #ifdef MULTIBYTE and others step by step...
-
- 24 Apr, 2002 1 commit
-
-
Bruce Momjian authored
the new verion compiled on SCO Openserver 5.0.5 and Unixware 7.1.1 Nicolas Bazin
-
- 21 Apr, 2002 2 commits
-
-
Thomas G. Lockhart authored
now, but we may want otherwise on systems which support it.
-
Tatsuo Ishii authored
-
- 14 Apr, 2002 1 commit
-
-
Peter Eisentraut authored
which covers some recent installation schemes. Add Mandrake installation layout to directories to check for stylesheets. Allow documentation build to proceed if stylesheets were not found, in case the stylesheets might be found through the SGML catalog mechanism.
-
- 10 Apr, 2002 2 commits
-
-
Peter Eisentraut authored
and --without-zlib to turn them off.
-
Peter Eisentraut authored
-
- 03 Apr, 2002 1 commit
-
-
Peter Eisentraut authored
and/or with GUC variables.
-
- 01 Apr, 2002 1 commit
-
-
Tom Lane authored
-
- 30 Mar, 2002 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
within a shell conditional.
-
- 29 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
-
- 13 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
src/GNUmakefile.in to src/Makefile and src/backend/port/Makefile.in to src/backend/port/Makefile All configure substitutions are now done in Makefile.global.
-
- 12 Mar, 2002 1 commit
-
-
Bruce Momjian authored
-
- 05 Mar, 2002 2 commits
-
-
Bruce Momjian authored
parts o f postgresql. The jdbc drivers are never compiled with debugging support. This p atch make sure that debugging information is added to the jdbc jar when the --en able-debug is added. This was usefull for me for debugging some java jdbc poolin g objects but this might perhaps be usefull for other people too? Dries Verachtert
-
Bruce Momjian authored
> > > > It was made to cope with encoding such as an Asian bloc in 7.2Beta2. > > > > > > > > Added ServerEncoding > > > > Korean (JOHAB), Thai (WIN874), > > > > Vietnamese (TCVN), Arabic (WIN1256) > > > > > > > > Added ClientEncoding > > > > Simplified Chinese (GBK), Korean (UHC) > > > > > > > > > > > > > http://www.sankyo-unyu.co.jp/Pool/postgresql-7.2b2.newencoding.diff.tar.gz > > > > (608K) > > > > > > Looks good. I need some people to review this for me. > > > > For me they look good too. The only missing part is a > > documentation. I will ask him to write it up. If he couldn't, I will > > do it for him. > > > The diff is 3mb > > > but appears to address only additions to multibyte. I have attached a > > > list of files it modifies. Also, look at the sizes of the mb/ > > > directory. It is getting large: > > > > > > 4 ./CVS > > > 6 ./Unicode/CVS > > > 3433 ./Unicode > > > 6197 . > > > > Yes. We definitely need the on-the-fly encoding addition capability: > > i.e. CREATE CHRACTER SET in the future... > > -- > > Tatsuo Ishii > > > > Address chainge. http://www.sankyo-unyu.co.jp/Pool/postgresql-7.2.newencoding.diff.gz Add PsqlODBC and document ...etc patch. Eiji Tokuya
-
- 23 Feb, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 18 Feb, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 03 Feb, 2002 1 commit
-
-
Bruce Momjian authored
bug.template.
-
- 25 Jan, 2002 1 commit
-
-
PostgreSQL Daemon authored
let's roll up rc2 ..
-
- 24 Jan, 2002 1 commit
-
-
Tom Lane authored
-
- 22 Jan, 2002 1 commit
-
-
PostgreSQL Daemon authored
-
- 14 Jan, 2002 1 commit
-
-
PostgreSQL Daemon authored
tag as beta 5 for *hopefully* a very very short beta cycle on this one?
-
- 20 Dec, 2001 1 commit
-
-
Bruce Momjian authored
-
- 13 Dec, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 12 Dec, 2001 1 commit
-
-
PostgreSQL Daemon authored
tag it as b4, with all the changes that have gone on ...
-
- 03 Dec, 2001 1 commit
-
-
Tom Lane authored
provide a default definition equating it to 'int'. Should trigger only on machines with pre-ANSI-C header files, eg SunOS 4.1.x.
-
- 02 Dec, 2001 1 commit
-
-
Peter Eisentraut authored
which include files to consider. Should fix BeOS problems with int8 types.
-
- 20 Nov, 2001 1 commit
-
-
PostgreSQL Daemon authored
-
- 15 Nov, 2001 2 commits
-
-
Bruce Momjian authored
int8, int16, int32, int64 and separately uint8, uint16, uint32, uint64 The previous patch grouped: int8, int16 and int32 uint8, uint16 and uint32 int64 and uint64 <-- this grouping is wrong on AIX 4.3.3 and below If you prefer to make 4 groups out of this you could apply this patch. Andreas
-
Bruce Momjian authored
Peter E, Tatsuo, Andreas
-
- 06 Nov, 2001 1 commit
-
-
PostgreSQL Daemon authored
tag'd and branded as b2 ...
-
- 25 Oct, 2001 1 commit
-
-
PostgreSQL Daemon authored
bmake sure that configure is tags as 7.2b1 now instead of 7.2devel
-
- 20 Oct, 2001 1 commit
-
-
Tom Lane authored
out glibc doesn't actually export this variable, so we need a different solution.
-
- 19 Oct, 2001 2 commits
-
-
Tom Lane authored
before.
-
Bruce Momjian authored
Sun's compiler. May be it will be usefull for someone else? Denis Ustimenko
-