Skip to content
Snippets Groups Projects
  1. Oct 13, 2001
  2. Oct 12, 2001
    • Tatsuo Ishii's avatar
      Add a new function "pg_client_encoding" which returns the current client · f426465b
      Tatsuo Ishii authored
      side encoding name. This is necessary for client API's such as JDBC
      to perform correct encoding conversions. See my email "[HACKERS]
      pg_client_encoding" 10 Sep 2001.
      f426465b
    • Tom Lane's avatar
      Break transformCreateStmt() into multiple routines and make · f9e6e27c
      Tom Lane authored
      transformAlterStmt() use these routines, instead of having lots of
      duplicate (not to mention should-have-been-duplicate) code.
      Adding a column with a CHECK constraint actually works now,
      and the tests to reject unsupported DEFAULT and NOT NULL clauses
      actually fire now.  ALTER TABLE ADD PRIMARY KEY works, modulo
      having to have created the column(s) NOT NULL already.
      f9e6e27c
  3. Oct 11, 2001
  4. Oct 10, 2001
  5. Oct 09, 2001
  6. Oct 08, 2001
  7. Oct 07, 2001
    • Tom Lane's avatar
      Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo · 85801a4d
      Tom Lane authored
      lookup info in the relcache for index access method support functions.
      This makes a huge difference for dynamically loaded support functions,
      and should save a few cycles even for built-in ones.  Also tweak dfmgr.c
      so that load_external_function is called only once, not twice, when
      doing fmgr_info for a dynamically loaded function.  All per performance
      gripe from Teodor Sigaev, 5-Oct-01.
      85801a4d
  8. Oct 05, 2001
  9. Oct 04, 2001
  10. Oct 03, 2001
  11. Oct 02, 2001
Loading