<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/postgresql-autodoc, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-05-05T00:28:50Z</updated>
<entry>
<title>Convert to buildlink3.</title>
<updated>2004-05-05T00:28:50Z</updated>
<author>
<name>snj</name>
<email>snj</email>
</author>
<published>2004-05-05T00:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=259bdb0c2e751d55a7d48fb52d3dc4d138c45554'/>
<id>urn:sha1:259bdb0c2e751d55a7d48fb52d3dc4d138c45554</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PKGREVISION bump after openssl-security-fix-update to 0.9.6m.</title>
<updated>2004-03-26T02:27:34Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-03-26T02:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f1c1f779e018f5392a5ca82138751c50dddcfb51'/>
<id>urn:sha1:f1c1f779e018f5392a5ca82138751c50dddcfb51</id>
<content type='text'>
Buildlink files: RECOMMENDED version changed to current version.
</content>
</entry>
<entry>
<title>update to 1.21</title>
<updated>2004-03-12T22:14:20Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-03-12T22:14:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a1477df6f5e6b9e1165016dca72921ce00c7419'/>
<id>urn:sha1:7a1477df6f5e6b9e1165016dca72921ce00c7419</id>
<content type='text'>
1.21

* Fix output for 7.2 in regards to indexes. ( Rod)
* Correct a configure issue with some non-standard versions of Bash. ( Rod)

1.20

* Use View heading for views rather than calling them tables. ( Andrew)
* Add an option to specify the template location during execution. ( Andrew)
* Add an option to specify a specific output type, rather than
  receiving all possible types. ( Andrew)
* Display limited function information in HTML and DocBook output formats.
  ( Andrew, Rod)
* Output limited information about non-unique table indexes in DocBook
  output. Unique indexes are already displayed as constraint output. ( Rod)
</content>
</entry>
<entry>
<title>replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.</title>
<updated>2004-01-24T15:06:57Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-01-24T15:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0e812d1870662c3e5ffb551b7d509ac90b3d132d'/>
<id>urn:sha1:0e812d1870662c3e5ffb551b7d509ac90b3d132d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move WRKSRC definition away from the first paragraph in a Makefile.</title>
<updated>2004-01-20T12:18:15Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2004-01-20T12:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1e53090cc228edde244c3b79950271b8ca469b1f'/>
<id>urn:sha1:1e53090cc228edde244c3b79950271b8ca469b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 1.12</title>
<updated>2003-09-09T14:18:58Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2003-09-09T14:18:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=29ac51b5573076e9d278f20f101941cdb6e3113a'/>
<id>urn:sha1:29ac51b5573076e9d278f20f101941cdb6e3113a</id>
<content type='text'>
and take maintainership.

1.12
August 11st, 2003
* Complain if there are no template files in the template directory. ( Rod)
* Correct HTML output for specification conformance. ( Rod)
* Add note to HTML about PostgreSQL Autodoc. ( Rod)

1.11
August 1st, 2003
* Write documentation including what variables are used for template creation.
  ( Rod)
* Correct various inter-schema issues with commonly named tables. ( Rod)
* Remove sgml.tmpl DocBook output. Replace with xml.tmpl for DocBook output.
  ( Rod)
* Add --statistics support for PostgreSQL 7.4. Requires pgstattuple from
  contrib to be installed ( Rod)
* Correct schema prefix to function names. ( Rod)
* Statistics based on PostgreSQL's pgstattuple contrib module ( Rod)
* Correct a number of issues with common table names in multiple schemas.
  (a.j and b.j) ( Rod)
* Other bug fixes ( Rod)

1.10
May 18th, 2003
* Skip plpgsql_call_handler() in PostgreSQL 7.3 and later ( Rod)
* Fix column descriptions ( Rod, Arthur )
* Use a table connection point for GraphViz output for cleaner formatting.
  ( Rod)
* Ensure that multikey constraints can be associated with a group number
  (UNIQUE#1, UNIQUE#2, FK#1, FK#2, ...) ( Arthur, Rod)
* Skip information_schema on 7.4 database ( Rod)
* Base the output on templates which are processed by HTML::Template allowing
  simpler editing of the output for various styles ( Neil, Rod )
* Correct the PostgreSQL 7.1 query processes ( Rod)
* Add a new --schema argument to enable dumping a single schema ( Rod)
* Large cleanups for the various outputs to simplify the code base and remove
  long standing bugs in DocBook output ( Rod)
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T22:50:55Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T22:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=016914e7f9e5498e9fdf870d12d99bfeb4e66d4a'/>
<id>urn:sha1:016914e7f9e5498e9fdf870d12d99bfeb4e66d4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.</title>
<updated>2003-06-02T01:15:31Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2003-06-02T01:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e4265b310856834018287a415c6ccfa4a335a54a'/>
<id>urn:sha1:e4265b310856834018287a415c6ccfa4a335a54a</id>
<content type='text'>
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
</content>
</entry>
<entry>
<title>Drop trailing whitespace.  Ok'ed by wiz.</title>
<updated>2003-05-06T17:40:18Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-05-06T17:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a79423b6feb188f48299ebbaf981575b33d3f48'/>
<id>urn:sha1:5a79423b6feb188f48299ebbaf981575b33d3f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It's databases, not database in CATEGORIES.</title>
<updated>2003-04-25T20:20:34Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-04-25T20:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=755f35bda36a597d2cfdeba00be28528053e1aec'/>
<id>urn:sha1:755f35bda36a597d2cfdeba00be28528053e1aec</id>
<content type='text'>
</content>
</entry>
</feed>
