Skip to content
Snippets Groups Projects
  1. Sep 12, 2010
  2. Sep 09, 2010
    • Tom Lane's avatar
      Remove obsolete claim that gzip is needed while installing PG's documentation. · 0b81c7c4
      Tom Lane authored
      It isn't, now that we ship the docs as loose files rather than a sub-tarball.
      
      Also adjust the wording in a couple of places to make the lists of required
      software read more consistently.
      0b81c7c4
    • Bruce Momjian's avatar
      Doc fixes: · 152c6261
      Bruce Momjian authored
      - remove excessive table cells
      - moving function parameters into function tags rather than having
        them being considered separate
      - add return type column on XML2 contrib module functions list and
        removing return types from function
      - add table header to XML2 contrib parameter table
      
      Thom Brown
      
      Backpatch to 9.0.X.
      152c6261
  3. Sep 08, 2010
  4. Sep 07, 2010
  5. Sep 03, 2010
    • Tom Lane's avatar
      Install a data-type-based solution for protecting pg_get_expr(). · 303696c3
      Tom Lane authored
      Since the code underlying pg_get_expr() is not secure against malformed
      input, and can't practically be made so, we need to prevent miscreants
      from feeding arbitrary data to it.  We can do this securely by declaring
      pg_get_expr() to take a new datatype "pg_node_tree" and declaring the
      system catalog columns that hold nodeToString output to be of that type.
      There is no way at SQL level to create a non-null value of type pg_node_tree.
      Since the backend-internal operations that fill those catalog columns
      operate below the SQL level, they are oblivious to the datatype relabeling
      and don't need any changes.
  6. Sep 02, 2010
  7. Sep 01, 2010
  8. Aug 31, 2010
  9. Aug 29, 2010
  10. Aug 27, 2010
  11. Aug 26, 2010
  12. Aug 25, 2010
  13. Aug 24, 2010
  14. Aug 23, 2010
  15. Aug 22, 2010
  16. Aug 21, 2010
  17. Aug 20, 2010
    • Tom Lane's avatar
      Avoid saying "random" when randomness is not actually meant. · 53449458
      Tom Lane authored
      Per Thom Brown.
      53449458
    • Tom Lane's avatar
      Bring some sanity to the trace_recovery_messages code and docs. · 79dc97a4
      Tom Lane authored
      Per gripe from Fujii Masao, though this is not exactly his proposed patch.
      Categorize as DEVELOPER_OPTIONS and set context PGC_SIGHUP, as per Fujii,
      but set the default to LOG because higher values aren't really sensible
      (see the code for trace_recovery()).  Fix the documentation to agree with
      the code and to try to explain what the variable actually does.  Get rid
      of no-op calls trace_recovery(LOG), which accomplish nothing except to
      demonstrate that this option confuses even its author.
      79dc97a4
  18. Aug 19, 2010
  19. Aug 17, 2010
  20. Aug 16, 2010
  21. Aug 15, 2010
  22. Aug 14, 2010
Loading