1.Take domain types into account in SQLColumns() (Thanks to Luiz K. Matsumura).
authorHiroshi Inoue <inoue@tpf.co.jp>
Sun, 4 Jan 2009 02:40:04 +0000 (02:40 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Sun, 4 Jan 2009 02:40:04 +0000 (02:40 +0000)
commitdb981117f697078eaf2d5c8ebd24cd24bc5b7447
treed6321de8c4fe56070190cb41dbc5b25ae55a5731
parentd3b7f3ffd0165dc93cc4dbad51cef40e4299d328
1.Take domain types into account in SQLColumns() (Thanks to Luiz K. Matsumura).
2.Take RESTRICT actions into account in SQLForeignKeys() (report from Farid Zidan).
3.Fix a bug that small negative decimal values are mistaken for
  non-negative (bug report from Dominic Smith).
4.Use MSG_NOSIGNAL/MSG_NOSIGPIPE option on send()/recv() to avoid
  crash on SIGPIPE (bug report from Brian Feldman).
5.Remove a spurious "." with no trailing digits in timestamp representation
  (bug report from Brian Feldman).
6.Rename trim() funtion in order to avoid conflict of function name
  (report from Dominic Smith).
7.Put back the change to add *read only* clause for read only cursors.
8.Improve pgtype_transfer_octet_length().
16 files changed:
catfunc.h
connection.c
convert.c
descriptor.h
dlg_specific.h
info.c
misc.c
misc.h
mylog.c
pgtypes.c
pgtypes.h
results.c
socket.c
socket.h
sspisvcs.c
version.h