Skip to content
Snippets Groups Projects
  1. Jan 01, 2005
  2. Dec 31, 2004
    • PostgreSQL Daemon's avatar
      · 2ff50159
      PostgreSQL Daemon authored
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  3. Dec 30, 2004
  4. Dec 14, 2004
  5. Dec 02, 2004
    • Bruce Momjian's avatar
      > > 8.0beta3 has pg_autovacuum included, when I want to run this as a · 9269699b
      Bruce Momjian authored
      > > Windows service, it says you can use the -I and -R options.
      > >
      > > When I do that and I specify a password with '-P'
      > (uppercase) then in
      > > the registry it's saved as '-p' (lowercase) in the
      > service-commandline
      > > (ImagePath).
      
      This was fixed in v1.21 of pg_autovacuum.c, That rev is tagged for
      beta3, so you should not be seeing this issue unless you actually have
      an older version for some reason.
      
      http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/p
      g_autovacuum.c.diff?r1=1.20;r2=1.21;f=h
      
      > > Also it removes the quotes I added and I'm not so sure it
      > would work
      > > the way it's supposed to, without it.
      
      It's not so much that it strips them (that happens automagically), more
      that it doesn't re-add them when it writes the command line in the
      registry. The attached patch fixes that by simply quoting all options
      that may need it.
      > > If you add DependOnService (a REG_MULTI_SZ an
      > array-like-thingie) and
      > > have the name (in this case: pgsql-8.0-beta2-dev3) of a service it
      > > depends on, it will not fail to start (it will not even try, as
      > > PostgreSQL is not running), when PostgreSQL already failed.
      > >
      > > Maybe it's an idea to specify it on the commandline (what
      > service to
      > > depend on).
      
      A -E <service> option is added in the attached patch.
      
      Dave Page
      9269699b
    • Bruce Momjian's avatar
      Attached is a patch that adds the function xml_encode_special_chars to · 16465862
      Bruce Momjian authored
      the xml2 contrib module. It's against 8.0beta4. It's intended for
      commit.
      
      Markus Bertheau <twanger@bluetwanger.de>
      16465862
    • Bruce Momjian's avatar
      Prevent pg_autovacuum -D from needing an argument. · e8d46bcd
      Bruce Momjian authored
      Kenneth Marshall
      e8d46bcd
    • Neil Conway's avatar
      Fix a potential free() of string literal in oid2name, per report from · e02ef267
      Neil Conway authored
      Michael Fuhr. Along the way, fix a bunch of accesses to uninitialized
      memory, add a mystrdup() routine and use it to cleanup some code.
      e02ef267
  6. Nov 29, 2004
  7. Nov 27, 2004
  8. Nov 24, 2004
  9. Nov 17, 2004
  10. Nov 12, 2004
  11. Nov 09, 2004
  12. Nov 05, 2004
    • Tom Lane's avatar
      Create 'default_tablespace' GUC variable that supplies a TABLESPACE · 98e8b480
      Tom Lane authored
      clause implicitly whenever one is not given explicitly.  Remove concept
      of a schema having an associated tablespace, and simplify the rules for
      selecting a default tablespace for a table or index.  It's now just
      (a) explicit TABLESPACE clause; (b) default_tablespace if that's not an
      empty string; (c) database's default.  This will allow pg_dump to use
      SET commands instead of tablespace clauses to determine object locations
      (but I didn't actually make it do so).  All per recent discussions.
      98e8b480
  13. Nov 04, 2004
  14. Nov 03, 2004
  15. Nov 01, 2004
  16. Oct 29, 2004
  17. Oct 25, 2004
  18. Oct 24, 2004
  19. Oct 21, 2004
  20. Oct 20, 2004
  21. Oct 18, 2004
  22. Oct 16, 2004
  23. Oct 13, 2004
  24. Oct 12, 2004
Loading