On the topic of release quality

Magnus Hagander's PostgreSQL blog

Calendar

Back February '10 Forward
Mon Tue Wed Thu Fri Sat Sun
1 2 3 4 5 6 7
9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28

Upcoming conferences

Planned Conferences

Tentative conferences

Past conferences

  • JPUG 2009
  • FSCONS
  • PGDay.EU 2009
  • PGcon.BR 2009
  • JDCon West 2009
  • Highload++ 2009
  • PGCon 2009
  • Prague PG Day 2009
  • FOSDEM 2009
  • FSCONS 2008
  • PGDay.EU 2008
  • Open Source Days 2008
  • PG-West 2008
  • PGCon 2008
  • PG-East 2008
  • FOSDEM 2008

Latest comments

Tue, 09.02.2010 05:05
This is the sort of service yo u get when you're a Platinum s ponsor. It includes a time ma chine to tell what talks [...]
Mon, 08.02.2010 20:32
C'mon... You are Magnus -- you r each talk will be accepted.
Mon, 25.01.2010 11:01
There is also a script in the Slony source tree by the name of slony1_extract_schema.sh th at attempts to solve thi [...]
Thu, 14.01.2010 10:31
SELECT ok FROM (SELECT encod e(pgcrypto.digest(split_part(p assword, '$', 2) || _password, 'sha1'), 'hex') = [...]
Wed, 13.01.2010 20:00
Yeah, you can actually make it slightly faster using CTEs. But it so happens to be that the function I cut it o [...]
Wed, 13.01.2010 19:57
I guess this should be IF EXIS TS (SELECT 1 FROM ...) rather than SELECT *, and IIRC 8.4 EX PLAIN VERBOSE will show [...]
Mathieu Fenniak about 64-bit Windows in PostgreSQL
Mon, 11.01.2010 15:54
I ran my application test suit e against this build as well. I ran into (and fixed) a few 8.5 issues, but nothing [...]
Mon, 11.01.2010 11:43
If you check out the free vers ions of Oracle Express there a re no 84-bit versions as well. ..
Mon, 11.01.2010 09:40
Great, thanks for testing!
Mon, 11.01.2010 05:27
All 2360 tests in my rails app lication passed against this a lpha. It works for simple s tuff at least.