1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00
Commit Graph

24659 Commits

Author SHA1 Message Date
35273825dc Removed abort() in XLogFileOpen. 2001-02-13 08:44:09 +00:00
0e39c8ac78 Added some comments to setval, setval_is_called and do_setval 2001-02-13 01:57:12 +00:00
4a19bd8741 - Fix help output: replace 'f' with 't' and change desc
- Add extra arg to formatStringLiteral to specify how to handle LF & TAB.
  I opted for encoding them except in procedure bodies & comments
- Fixed bug in tar file input when restoring blobs
2001-02-13 01:31:54 +00:00
f7a839bc2b Clean up portability problems in regexp package: change all routine
definitions from K&R to ANSI C style, and fix broken assumption that
int and long are the same datatype.  This repairs problems observed
on Alpha with regexps having between 32 and 63 states.
2001-02-13 00:02:36 +00:00
f4e4c7291e Attached is a makefile for the ODBC driver for use under win32. It has been
tested only with MS VC++ 6.0SP4 using nmake.

Dave Page
2001-02-12 22:50:06 +00:00
cf16733983 Hmm, this isn't used either. 2001-02-12 22:17:29 +00:00
d40f4aeac8 Remove unused and largely-broken-anyway compatibility defs. 2001-02-12 22:13:06 +00:00
cbb4ab99a8 New MS resource file, pgindented. 2001-02-12 21:45:24 +00:00
dd580f188e Suppress compiler warning on Alpha. 2001-02-12 21:03:03 +00:00
aa88e59ade Rearrange order of operations in heap_create_with_catalog so that if
two transactions create the same table name concurrently, the one that
fails will complain about unique index pg_class_relname_index, rather than
about pg_type_typname_index which'll confuse most people.  Free side
benefit: pg_class.reltype is correctly linked to the pg_type entry now.
It's been zero in all but the preloaded pg_class entries since who knows
when.
2001-02-12 20:07:21 +00:00
d8c4cb740c Cleanup 2001-02-12 18:46:40 +00:00
281b7d84fc Add // -> /* */ mapping to pgindent. 2001-02-12 18:30:53 +00:00
97aa5fcd5e Update ODBC resource MS-generated file. 2001-02-12 17:54:02 +00:00
20bea98169 Change more // comments. 2001-02-12 14:17:06 +00:00
09029d66c4 Remove // and make /* */ 2001-02-12 13:56:37 +00:00
36e3c641f6 Replace // comments from file for MS products. 2001-02-12 12:59:22 +00:00
00f4fd2689 poit -> point. 2001-02-12 12:52:02 +00:00
d9eb5b75e3 SOCK_get_next_byte should not return garbage after error/EOF. Return
zero bytes instead.
2001-02-11 23:46:40 +00:00
07faa2fdce Remove unneeded shutdown() call, per Tom Lane. 2001-02-11 23:34:08 +00:00
68590993ea Improve error message when startup or shutdown proc fails. 2001-02-11 23:12:28 +00:00
72f3b9fce9 More cleanups. 2001-02-11 13:58:12 +00:00
9c891acd52 Include file alignment fixes. 2001-02-11 13:53:42 +00:00
cc818a83c0 Move X packet before shutdown(). 2001-02-11 13:15:28 +00:00
3152ef63a6 Source alignment cleanups. 2001-02-11 05:58:41 +00:00
a952c79b23 More updates. 2001-02-11 05:15:25 +00:00
26dc50141b More cleanup. 2001-02-11 05:13:52 +00:00
82b1fd1e0d More cleanup. 2001-02-11 05:04:47 +00:00
9d244ddb26 Cleanup of source. 2001-02-11 04:56:58 +00:00
e937156690 The attached patch does the following:
1) Tidies up the Datasource Dialogue now the version options are gone.
2) Tidies a comment in info.c.
3) Increments all version numbers to 07.01.0003 to take account of recent
revisions.

Regards, Dave Page
2001-02-11 02:01:22 +00:00
8f17e53f0e Move pg_encoding_mblen() from common.c to wchar.c. 2001-02-11 01:59:22 +00:00
f54c02d2eb conv.c did not compile anymore. Fix wrong header file inclusion. 2001-02-11 01:56:58 +00:00
91382c2882 Clean up mutibyte supoorting source files.
Now only wchar.c is shared by fronetnd/backend.
2001-02-11 01:52:11 +00:00
2cb7c5b24c Disable X connection close in ODBC until solution is found. 2001-02-10 23:35:04 +00:00
4ea081e94f Format to match standard conventions 2001-02-10 22:53:40 +00:00
b54073ea4c Convert to standard 4-space tabs. 2001-02-10 22:42:01 +00:00
2660803697 Only look for bison as YACC; other yaccs need to be selected explicitly.
When no suitable YACC is configured, supply useful informational messages
to users.  (Same way flex has been handled for a while.)
2001-02-10 22:31:42 +00:00
20edc4afd2 move comment 2001-02-10 18:46:34 +00:00
f0b0337623 Add comment about linker/compiler on bsd. 2001-02-10 17:36:57 +00:00
00ab7b5896 Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes. 2001-02-10 17:17:39 +00:00
8213e63d8c Repair BSD/OS shared library fixes. 2001-02-10 16:51:40 +00:00
db98204a8a Revert shlib changes. 2001-02-10 16:26:38 +00:00
fd866b4580 Remove protcol option buttons. 2001-02-10 16:25:10 +00:00
a4b348f48f ODBC BSD/OS fix. 2001-02-10 15:59:16 +00:00
8814d1b2e7 Allow -Bsymbolic on BSDI for ODBC. 2001-02-10 11:31:35 +00:00
3f4d68cc7b Fix on Linux 2001-02-10 10:27:28 +00:00
5ad627479c More ODBC formatting cleanup. 2001-02-10 07:11:28 +00:00
755a87332a Run pgindent over ODBC source. We couldn't do this years ago because we
weren't the master source.  We are now, and it really needs it.
2001-02-10 07:01:19 +00:00
505a828a66 Remove protocol-dependent code. This should have been on previous commit. 2001-02-10 06:58:40 +00:00
895a57bdd2 Cleanup 2001-02-10 06:57:53 +00:00
d2331b4ebd More cleanup, again not sure it works. 2001-02-10 06:12:15 +00:00