Skip to content
Snippets Groups Projects
  1. Jun 25, 2006
    • Michael Meskes's avatar
    • Alvaro Herrera's avatar
      Our version of getopt_long does not set optarg upon detecting an error, as · 885a4d3d
      Alvaro Herrera authored
      opposed to what other versions apparently do, so it's not safe to print an
      error message.  Besides, getopt_long itself already did, so it's redundant
      anyway.
      885a4d3d
    • Bruce Momjian's avatar
      Remove individual user copyright because the code is contributed to · e970b2a6
      Bruce Momjian authored
      PGDG:
      
      > Yes. In fact the copyright belongs to credativ GmbH the company that
      > paid Carsten for his work. As you may or may not know I'm the CEO of
      > that company and can assure you that his work was contributed to the
      > PostgreSQL project.
      e970b2a6
    • Bruce Momjian's avatar
      Fix GEVHDRSZ for Win32. · 199f8f28
      Bruce Momjian authored
      Magnus Hagander
      199f8f28
    • Bruce Momjian's avatar
      Fix Win32/Cygwin problems: · d8f75d41
      Bruce Momjian authored
      After updating to the latest cvs, and also building most of the addons
      (like PLs), the following patch is neededf for win32 + Visual C++.
      
      * Switch to use the new win32 semaphore code
      * Rename win32_open to pgwin32_open. win32_open collides with symbols
      defined in Perl. MingW didn't detect ig, MSVC did. And it's a bit too
      generic a name to export globally, imho...
      * Python defines some partially broken #pragmas in the headers when
      doing a debug build. Workaround.
      
      Magnus Hagander
      d8f75d41
    • Bruce Momjian's avatar
      Update entry: · ac7a126d
      Bruce Momjian authored
      < * Allow heap reuse of UPDATEd rows if old and new versions are on the
      <   same heap page?
      > * Allow heap reuse of UPDATEd rows if no indexed columns are changed,
      >   and old and new versions are on the same heap page?
      <   This is possible for same-page updates because a single index row
      <   can point to both old and new values.
      >   While vacuum handles DELETEs fine, updating of non-indexed columns, like
      >   counters, are difficult for VACUUM to handle efficiently.  This method
      >   is possible for same-page updates because a single index row can be
      >   used to point to both old and new values.
      ac7a126d
    • Bruce Momjian's avatar
      Add UPDATE entry for row reuse. · fc6a2293
      Bruce Momjian authored
      >
      > * Allow heap reuse of UPDATEd rows if old and new versions are on the
      >   same heap page?
      >
      >   This is possible for same-page updates because a single index row
      >   can point to both old and new values.
      >   http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
      fc6a2293
  2. Jun 24, 2006
  3. Jun 23, 2006
  4. Jun 22, 2006
  5. Jun 21, 2006
  6. Jun 20, 2006
    • Tom Lane's avatar
      Split definitions for md5.c out of crypt.h and into their own header · 47a37aee
      Tom Lane authored
      libpq/md5.h, so that there's a clear separation between backend-only
      definitions and shared frontend/backend definitions.  (Turns out this
      is reversing a bad decision from some years ago...)  Fix up references
      to crypt.h as needed.  I looked into moving the code into src/port, but
      the headers in src/include/libpq are sufficiently intertwined that it
      seems more work than it's worth to do that.
      47a37aee
  7. Jun 19, 2006
  8. Jun 18, 2006
  9. Jun 17, 2006
  10. Jun 16, 2006
Loading