<feed xmlns='http://www.w3.org/2005/Atom'>
<title>postgresql.git/contrib/array, branch REL7_1_STABLE</title>
<subtitle>This is the main PostgreSQL git repository.</subtitle>
<id>http://git.postgresql.org/cgit/postgresql.git/atom?h=REL7_1_STABLE</id>
<link rel='self' href='http://git.postgresql.org/cgit/postgresql.git/atom?h=REL7_1_STABLE'/>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/'/>
<updated>2001-02-20T19:20:30Z</updated>
<entry>
<title>Make sure -L and -I's for our source tree are always before system include</title>
<updated>2001-02-20T19:20:30Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2001-02-20T19:20:30Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=cb6edf9d56019a1a3d9fd3df0dfe4a3ca1e7daab'/>
<id>urn:sha1:cb6edf9d56019a1a3d9fd3df0dfe4a3ca1e7daab</id>
<content type='text'>
or library directories on the command line.
</content>
</entry>
<entry>
<title>Fix portability problems recently exposed by regression tests on Alphas.</title>
<updated>2000-12-27T23:59:14Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2000-12-27T23:59:14Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=8609d4abf248f0eede4ed9505226da3f7e3e7c84'/>
<id>urn:sha1:8609d4abf248f0eede4ed9505226da3f7e3e7c84</id>
<content type='text'>
1. Distinguish cases where a Datum representing a tuple datatype is an OID
from cases where it is a pointer to TupleTableSlot, and make sure we use
the right typlen in each case.
2. Make fetchatt() and related code support 8-byte by-value datatypes on
machines where Datum is 8 bytes.  Centralize knowledge of the available
by-value datatype sizes in two macros in tupmacs.h, so that this will be
easier if we ever have to do it again.
</content>
</entry>
<entry>
<title>Change SearchSysCache coding conventions so that a reference count is</title>
<updated>2000-11-16T22:30:52Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2000-11-16T22:30:52Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=a933ee38bbb8dffbc48a3363a94ff6f2a9f7964d'/>
<id>urn:sha1:a933ee38bbb8dffbc48a3363a94ff6f2a9f7964d</id>
<content type='text'>
maintained for each cache entry.  A cache entry will not be freed until
the matching ReleaseSysCache call has been executed.  This eliminates
worries about cache entries getting dropped while still in use.  See
my posting to pg-hackers of even date for more info.
</content>
</entry>
<entry>
<title>Add support for VPATH builds, that is, building somewhere else than in the</title>
<updated>2000-10-20T21:04:27Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-10-20T21:04:27Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=805e431a3868ac71681316927403d1ba389e113b'/>
<id>urn:sha1:805e431a3868ac71681316927403d1ba389e113b</id>
<content type='text'>
source directory.  This involves mostly makefiles using $(srcdir) when they
might have used ".".  (Regression tests don't work with this, yet.)

Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS).  Add "override" keyword
in most places, to preserve necessary flags even when the user overrode the
flags.
</content>
</entry>
<entry>
<title>Arrays are toastable.  (At least if you initdb, which I didn't force.)</title>
<updated>2000-07-22T03:34:43Z</updated>
<author>
<name>Tom Lane</name>
</author>
<published>2000-07-22T03:34:43Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=d0e17e211230d37f26843711115864a87d0eae18'/>
<id>urn:sha1:d0e17e211230d37f26843711115864a87d0eae18</id>
<content type='text'>
Remove a bunch of crufty code for large-object-based arrays, which is
superseded by TOAST and likely hasn't worked in a long time anyway.
Clean up array code a little, and in particular eliminate its habit
of scribbling on the input array (ie, modifying the input tuple :-().
</content>
</entry>
<entry>
<title>Another round of those unportable config/build changes :-/</title>
<updated>2000-07-09T13:14:19Z</updated>
<author>
<name>Peter Eisentraut</name>
</author>
<published>2000-07-09T13:14:19Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=74618e2b82b5158adf42caf64af70cbd7c699c6c'/>
<id>urn:sha1:74618e2b82b5158adf42caf64af70cbd7c699c6c</id>
<content type='text'>
* Add option to build with OpenSSL out of the box. Fix thusly exposed
  bit rot. Although it compiles now, getting this to do something
  useful is left as an exercise.

* Fix Kerberos options to defer checking for required libraries until
  all the other libraries are checked for.

* Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.

* Install work around for Autoconf's install-sh relative path anomaly.
  Get rid of old INSTL_*_OPTS variables, now that we don't need them
  anymore.

* Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.

* Look for only one of readline.h or readline/readline.h, not both.

* Make check for PS_STRINGS cacheable. Don't test for the header files
  separately.

* Disable fcntl(F_SETLK) test on Linux.

* Substitute the standard GCC warnings set into CFLAGS in configure,
  don't add it on in Makefile.global.

* Sweep through contrib tree to teach makefiles standard semantics.

... and in completely unrelated news:

* Make postmaster.opts arbitrary options-aware. I still think we need to
  save the environment as well.
</content>
</entry>
<entry>
<title>Makefile cleanup from Karel.</title>
<updated>2000-07-04T16:17:21Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2000-07-04T16:17:21Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=5c603943ef3c95a6b6a55e6a6a29b83699410f59'/>
<id>urn:sha1:5c603943ef3c95a6b6a55e6a6a29b83699410f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove old README files.</title>
<updated>2000-06-19T14:07:37Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2000-06-19T14:07:37Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=e3b37462c2404c9f1287d2cb5e464aa70bca4f60'/>
<id>urn:sha1:e3b37462c2404c9f1287d2cb5e464aa70bca4f60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing /contrib files</title>
<updated>2000-06-19T14:02:16Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2000-06-19T14:02:16Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=bad9ce7099c2d4154dbd787f34a3a3a3a405e4e1'/>
<id>urn:sha1:bad9ce7099c2d4154dbd787f34a3a3a3a405e4e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to /contrib from Karel.</title>
<updated>2000-06-19T13:54:50Z</updated>
<author>
<name>Bruce Momjian</name>
</author>
<published>2000-06-19T13:54:50Z</published>
<link rel='alternate' type='text/html' href='http://git.postgresql.org/cgit/postgresql.git/commit/?id=6de7d4fe91b1f037eb9ad612a22e972037426100'/>
<id>urn:sha1:6de7d4fe91b1f037eb9ad612a22e972037426100</id>
<content type='text'>
</content>
</entry>
</feed>
