Next | Query returned 33 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2008-10-06 11:45:56 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 8.2.10:
Bug-fix release, see HISTORY for details.
   2008-08-23 17:42:18 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use standard OS template on IRIX. From PR 39391.
   2008-06-20 09:46:49 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
Changes 8.2.9:
* Make pg_get_ruledef() parenthesize negative constants (Tom)
  Before this fix, a negative constant in a view or rule might be
  dumped as, say, -42::integer, which is subtly incorrect: it should
  be (-42)::integer due to operator precedence rules. Usually this
  would make little difference, but it could interact with another
  recent patch to cause PostgreSQL to reject what had been a valid
  "SELECT DISTINCT" view query. Since this could result in pg_dump
  output failing to reload, it is being treated as a high-priority
  fix. The only released versions in which dump output is actually
  incorrect are 8.3.1 and 8.2.7.
* Make "ALTER AGGREGATE ... OWNER TO" update pg_shdepend (Tom)
  This oversight could lead to problems if the aggregate was later
  involved in a "DROP OWNED" or "REASSIGN OWNED" operation.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2008-04-05 18:40:08 by Adam Ciarcinski | Files touched by this commit (12)
Log message:
Changes 8.2.7:
* Fix character string comparison for Windows locales that consider
  different character combinations as equal
* Repair potential deadlock between concurrent "VACUUM FULL"
  operations on different system catalogs
* Fix longstanding "LISTEN"/"NOTIFY" race condition
* Disallow "LISTEN" and "UNLISTEN" within a prepared transaction
* Disallow dropping a temporary table within a prepared transaction
* Fix rare crash when an error occurs during a query using a hash
  index
* Fix memory leaks in certain usages of set-returning functions
* Fix input of datetime values for February 29 in years BC
* Fix "unrecognized node type" error in some variants of "ALTER
  OWNER"
* Ensure pg_stat_activity.waiting flag is cleared when a lock wait is
  aborted
* Fix handling of process permissions on Windows Vista
* More...
   2008-03-13 17:47:38 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Mark the main postgresql8[0-3] packages as meta packages.
This avoids the problems in PR 34914.
   2008-03-04 14:31:29 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Rendezvous has been renamed to Bonjour
   2008-02-04 16:29:28 by Geert Hendrickx | Files touched by this commit (2)
Log message:
Add an option for LDAP authentication as explained on
http://www.postgresql.org/docs/8.3/static/auth-methods.html#AUTH-LDAP
   2008-01-07 21:14:36 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
Changes 8.2.6:
This release contains a variety of fixes from 8.2.5, including fixes
for significant security issues.
   2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158)
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty

Next | Query returned 33 messages, browsing 11 to 20 | Previous