1. 19 12月, 2000 3 次提交
    • B
      >> Here is a patch for the beos port (All regression tests are OK). · 1f159e56
      Bruce Momjian 提交于
      >>     xlog.c : special case for beos to avoid 'link' which does not work yet
      >>     beos/sem.c : implementation of new sem_ctl call (GETPID) and a new
      >sem_op
      >> flag (IPCNOWAIT)
      >>     dynloader/beos.c : add a verification of symbol validity (seem that
      the
      >> loader sometime return OK with an invalid symbol)
      >>     postmaster.c :  add beos forking support for the new checkpoint
      process
      >>     postgres.c : remove beos special case for getrusage
      >>     beos.h : Correction of a bas definition of AF_UNIX, misc defnitions
      >>
      >>
      >>     thanks
      >>
      >>
      >>             cyril
      
      Cyril VELTER
      1f159e56
    • T
      Ensure that 'errno' is saved and restored by all signal handlers that · 5491233f
      Tom Lane 提交于
      might change it.  Experimentation shows that the signal handler call
      mechanism does not save/restore errno for you, at least not on Linux
      or HPUX, so this is definitely a real risk.
      5491233f
    • B
      Updates for 7.1 branding. · c431db97
      Bruce Momjian 提交于
      c431db97
  2. 18 12月, 2000 9 次提交
  3. 17 12月, 2000 12 次提交
  4. 16 12月, 2000 15 次提交
    • P
      Fix rules to re-generate config.h. The examples in the Autoconf manual are · 2a81896a
      Peter Eisentraut 提交于
      flawed because the timestamp file is already updated when Makefile.global
      is remade, and the rule for config.h never gets run.
      2a81896a
    • T
      Restructure performance tips into a single chapter ('populating a · ad4fd77a
      Tom Lane 提交于
      database' was way too small to make a chapter).  Add a section about
      using JOIN syntax to direct the planner.
      ad4fd77a
    • B
      Remove current->old mapping. · 85934d1b
      Bruce Momjian 提交于
      85934d1b
    • B
      Update TODO list. · 4df6dc48
      Bruce Momjian 提交于
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.305
      diff -r1.305 TODO
      3c3
      < Last updated:		Fri Dec 15 17:40:22 EST 2000
      ---
      > Last updated:		Fri Dec 15 17:44:57 EST 2000
      312a313
      > 	* Mark is Mark Hollomon <mhh@mindspring.com>
      326a328
      > ›5~
      4df6dc48
    • B
      Update TODO list. · 12691d92
      Bruce Momjian 提交于
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.304
      diff -r1.304 TODO
      3c3
      < Last updated:		Fri Dec 15 17:03:28 EST 2000
      ---
      > Last updated:		Fri Dec 15 17:40:22 EST 2000
      318a319
      > 	* Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
      12691d92
    • B
      Update TODO list. · 3699791f
      Bruce Momjian 提交于
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.303
      diff -r1.303 TODO
      3c3
      < Last updated:		Fri Dec 15 16:46:43 EST 2000
      ---
      > Last updated:		Fri Dec 15 17:03:28 EST 2000
      319a320
      >  	* Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
      3699791f
    • B
      Update TODO list. · e2331b7f
      Bruce Momjian 提交于
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.302
      diff -r1.302 TODO
      3c3
      < Last updated:		Tue Dec 12 23:01:53 EST 2000
      ---
      > Last updated:		Fri Dec 15 16:46:43 EST 2000
      e2331b7f
    • B
      Update TODO list. · 19402303
      Bruce Momjian 提交于
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.301
      diff -r1.301 TODO
      306d305
      < 	* Bryan is Bryan Henderson<bryanh@giraffe.netgate.net>
      308d306
      < 	* David is David Hartwig <daveh@insightdist.com>
      311c309,310
      < 	* Hiroshi is Hiroshi Inoue<Inoue@tpf.co.jp>
      ---
      > 	* Hiroshi is Hiroshi Inoue <Inoue@tpf.co.jp>
      > 	* Karel is Karel Zak <zakkr@zf.jcu.cz>
      314c313
      < 	* Massimo Dal Zotto <dz@cs.unitn.it>
      ---
      > 	* Massimo is Massimo Dal Zotto <dz@cs.unitn.it>
      318c317
      < 	* Philip Warner <pjw@rhyme.com.au>
      ---
      > 	* Philip is Philip Warner <pjw@rhyme.com.au>
      321d319
      < 	* Stefan Simkovics <ssimkovi@rainbow.studorg.tuwien.ac.at>
      326c324
      < 	* Vadim is "Vadim B. Mikheev" <vadim4o@email.com>
      ---
      > 	* Vadim is Vadim B. Mikheev <vadim4o@email.com>
      19402303
    • B
      Change ET_WARN to ET_NOTICE to match internal codes, leave message as · 23bd7791
      Bruce Momjian 提交于
      WARNING.  Fix German FAQ mention about warning.
      23bd7791
    • T
      Make algorithm for resolving UNKNOWN function/operator inputs be · 7d6af50f
      Tom Lane 提交于
      insensitive to the order of arguments.  Per pghackers discussion 12/10/00.
      7d6af50f
    • B
      here is a patch fixing today's bug report: · ff783fba
      Bruce Momjian 提交于
      > Date: Thu, 14 Dec 2000 12:44:47 +0100 (CET)
      > From: Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu>
      > To: pgsql-bugs@postgresql.org
      > Subject: [BUGS] to_char() causes backend to close connection
      >
      > Hi, this query gives different strange results:
      >
      > select to_char(now()::abstime,'YYMMDDHH24MI');
      >
      > I get e.g. a "backend closed the channel unexpectedly..." error with
      > successful or failed resetting attempt (indeterministic)
      
       Again thanks Kovacs, you found really designing bug, that appear
      if anyone write bad format template to "number" version of to_char()
      (as you with 'DD').
      
                                              Karel
      ff783fba
    • B
      there is one problem with Zoltan patches commited into the tree: · 0cf37659
      Bruce Momjian 提交于
      if we set autocommit off and issued COMMIT (or ROLLBACK) on a connection
      new transaction is not started
      
      Max Khon
      0cf37659
    • P
      List .o file explicitly as dependency, to work around a gmake bug · 326fbd88
      Peter Eisentraut 提交于
      (intermediate .o file gets deleted and rebuild on next make invocation).
      326fbd88
    • T
      Remove obsolete comment. · b260c18c
      Tom Lane 提交于
      b260c18c
    • P
      207f6ed3
  5. 15 12月, 2000 1 次提交