- 09 Jun, 1999 1 commit
-
-
Vadim B. Mikheev authored
-
- 08 Jun, 1999 8 commits
-
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 07 Jun, 1999 7 commits
-
-
Bruce Momjian authored
1. check whether the program is being executed in $PGDATA/.. This is necessary if the data tree is not in the standard place, as is the case with the Debian distribution (because of Debian policy). 2. give a clearer error message if the dumped data structure fails to be loaded. Oliver Elphick
-
Bruce Momjian authored
SHARED_LIB: needs to be changed to: SHARED_LIB:-lc I think this was also needed on AIX 4.2. Comments Please !! If nobody objects, I suggest to make this change, since it cannot break AIX 4.2 and is necessary on AIX 4.3 Andreas
-
Vadim B. Mikheev authored
DO NOT EVEN TRY TO DO PageGetMaxOffsetNumber BEFORE LockBuffer! -:)
-
Bruce Momjian authored
> (native win32, not cygnus). > It does the following: > Patches two win32.mak files to DEFINE HAVE_VSNPRINTF and > HAVE_STRDUP. This is required to build at all. > Bumps the version number on libpq.dll from 6.4 to 6.5. > Required for install programs to work. > Adds defintions for BLCKSZ and MAXIMUM_ALIGN to "win32.h" in > the client-side libpiq directory. > > All these files are only used when building on native win32, > so it should be safe I think. > > Again, really sorry to throw this in so late, but I would > hate to do the same thing as with 6.4 (which required 6.4.1 > to at all compile on Win32). > > Thanks, > > //Magnus
-
Tom Lane authored
a non-leading % would be put into the >=/<= patterns. Also, repair longstanding confusion about whether %% means a literal %%. The SQL92 doesn't say any such thing, and textlike() knows that, but gram.y didn't.
-
Vadim B. Mikheev authored
< 6.5 versions were just not affected by this bug due to locking.
-
Bruce Momjian authored
-
- 06 Jun, 1999 5 commits
-
-
Vadim B. Mikheev authored
2. varsup.c:ReadNewTransactionId(): don't read nextXid from disk - this func doesn't allocate next xid, so ShmemVariableCache->nextXid may be used (but GetNewTransactionId() must be called first). 3. vacuum.c: change elog(ERROR, "Child item....") to elog(NOTICE) - this is not ERROR, proper handling is just not implemented, yet. 4. s_lock.c: increase S_MAX_BUSY by 2 times. 5. shmem.c:GetSnapshotData(): have to call ReadNewTransactionId() _after_ SpinAcquire(ShmemIndexLock).
-
Tom Lane authored
regression=> select sum(q1) from int8_tbl group by q2 order by sum(q1); NOTICE: equal: don't know whether nodes of type 107 are equal
-
Tom Lane authored
and aggregate functions in queries that use inheritance.
-
Tom Lane authored
inheritance ... basically it was completely busted :-(
-
Vadim B. Mikheev authored
EvalPlanQualNext() when implemented it... -:) Uncommented...
-
- 05 Jun, 1999 12 commits
-
-
Tom Lane authored
index, etc is too long, truncate until it fits.
-
Bruce Momjian authored
-
Bruce Momjian authored
I have updated my contrib code for version 6.5. In the attachment you will find the directories array, datetime, miscutil, string, tools and userlocks which replace the corresponding directories under contrib. In contrib/tools you will find some developement scripts which I use while hacking the sources. I hope they will be useful for some other people. I have also added a contrib/Makefile which tries to compile and install all the contribs. Unfortunately many of them don't have a Makefile or don't compile cleanly. -- Massimo Dal Zotto
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
PgDatabase::DisplayTuples and PgDatabase::PrintTuples. This is incorrect according to strict interpretation of the C++ spec, and some compilers will reject it. Also silence g++ warning about unused parameter.
-
Tatsuo Ishii authored
The patch will avoid to add .exe suffix to the pg_encoding binary.
-
Marc G. Fournier authored
trace.patch (compilation error) the gettimeofday doesn't compile under Linux with glibc2 because the DST_NONE constant is no more defined. It seems that this code (written by me) has always be wrong but for some reason working. From: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
man.patch (make inconsistency) the default target is 'install' instead of 'all'. So if you do a make without target you actually do a make install, which is not what one normally expects from a standard makefile. From: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
ecpg.patch (wrong makefile expansion in some cases) the ecpg Makefiles use a variable DESTDIR which is never defined except by debian/rules makefile, in which case the ecpg makefiles expand wrong pathnames. If we want to support a DESTDIR root it must be done consistently in all the makefiles, not just in ecpg. From: Massimo Dal Zotto <dz@cs.unitn.it>
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Jun, 1999 7 commits
-
-
Tom Lane authored
they were confusing because the large object tables themselves are not shown. (Besides, if you've got hundreds or thousands of large objects, you really don't want to see 'em at all.) Also, suppress all indexes from the \z ACL listing, since indexes have no meaningful protection information.
-
Tom Lane authored
given number of backends (-N), per recent discussion in pghackers list.
-
Tom Lane authored
-
Tom Lane authored
Get rid of it to make customization of NAMEDATALEN easier.
-
Thomas G. Lockhart authored
Make minor info and markup changes for v6.5 release.
-
Thomas G. Lockhart authored
Fix markup.
-
Thomas G. Lockhart authored
-