1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
Commit Graph

11741 Commits

Author SHA1 Message Date
584f818bef Declare LWLock pointers as volatile to prevent AIX compiler from
reordering operations at its whim.  Releasing TAS lock before we've
finished updating proc structure is uncool.
2001-12-10 21:13:50 +00:00
53016fa55c Update from Weiping He 2001-12-10 18:45:57 +00:00
356c02b262 Update from Serguei Mokhov 2001-12-10 18:44:44 +00:00
4e65c89fc3 AIX 5 needs same resultmap tweaks as AIX 4. 2001-12-10 16:31:23 +00:00
f3f8499bc0 Repair case-conversion error in to_date's handling of roman numerals.
From Manuel Sugawara, approved by Karel Zak.
2001-12-10 15:34:05 +00:00
0a7a8256b8 committed the missing files 2001-12-10 14:55:47 +00:00
cebfe90f0b Revert breakage 2001-12-10 13:07:16 +00:00
3f1d142c59 Add French translation 2001-12-10 13:03:55 +00:00
e2024ec6f0 update 2001-12-10 13:03:12 +00:00
63b312d2da Add new Japanese FAQ versions. 2001-12-10 11:17:51 +00:00
9ed2ac291b Remove duplicate lines from previous patch attempt. Trouble with my
DSL line at home broke things right in the middle of an update. :(
2001-12-10 00:11:06 +00:00
abbd64cddf Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing empty
parens. This is not SQL spec syntax, so later we will remove
 this extension from gram.y.
2001-12-10 00:01:14 +00:00
a4420c4970 Fixed several bugs concerning indicators and added error messages instead of segfaults. 2001-12-09 15:27:49 +00:00
eda51264c8 Allow variable (unrestricted) precision for TIME and TIMESTAMP types in parser. 2001-12-09 04:39:39 +00:00
cd8b354971 Honor the typmod field for time zone intervals. 2001-12-09 04:37:50 +00:00
d6fbb10556 Fix ecpg to allow pointer to structs. 2001-12-08 20:43:35 +00:00
03a321d214 Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
between Postgres and PostgreSQL.
2001-12-08 03:24:40 +00:00
68cb184b56 Update list of currently supported platforms.
Mention SQL9x precision syntax for date/time types.
Use PostgreSQL consistantly throughout docs. Before, usage was split evenly
 between Postgres and PostgreSQL.
2001-12-08 03:24:23 +00:00
aa82ac8ab2 Fix a lo_manage()'s bug. 2001-12-07 04:18:31 +00:00
9992f2b104 - Removed debug message from preproc.y.
- Fixed some bugs in exec sql var and exec sql type command.
2001-12-06 14:46:20 +00:00
fe933d6a04 Update TODO list. 2001-12-06 10:19:24 +00:00
140856ea16 Add to java. 2001-12-05 23:12:16 +00:00
d661a9f639 Update TODO list. 2001-12-05 23:11:30 +00:00
b68174e5ed Update TODO list. 2001-12-05 21:25:28 +00:00
33cc40e8ba Update TODO list. 2001-12-05 21:23:45 +00:00
7048c8c6d5 Add mention of CREATE TABLE and atttypmod problems. 2001-12-05 21:07:23 +00:00
23ea2b12d9 Update TODO list. 2001-12-05 21:06:40 +00:00
13d128c616 Add mention of aggregates and updates causing problems. 2001-12-05 21:02:43 +00:00
657499dbab We forgot to mention in README.rtree_gist we implemented new
picksplit algorithm for Rtree. Please apply patch below to CVS

Oleg Bartunov
2001-12-05 18:25:28 +00:00
6bcd9f4021 Attached is the FAQ_MSWIN patch as promised. Hopefully, it is not too
little, too late...

Jason Tishler
2001-12-05 18:23:40 +00:00
d9e71837d8 Update TODO list. 2001-12-05 18:20:42 +00:00
ee14711ce8 - Fixed variable handling in AT statement.
- Fixed bug that caused segfault when given incorrect DB name.
        - Fixed bug in ecpglib causing indicator to list the size of the
          variable instead of the size of the data.
2001-12-05 15:32:07 +00:00
15790465c2 Update FAQ. 2001-12-05 05:41:13 +00:00
e383e411b7 Update FAQ. 2001-12-05 05:38:51 +00:00
d1e77ecf95 Update FAQ. 2001-12-05 05:33:48 +00:00
2b714fd66e Fix for usage of spirntf in more portable way. 2001-12-05 02:06:19 +00:00
9f8ff2ab5a Re-enable SunOS4 port. Replace
RTLD_LAZY | RTLD_GLOBAL to 1.
It seems sunos4.h was accidentally modified between 7.1 and 7.2.
2001-12-05 02:03:59 +00:00
969cc16c69 Enforce restriction that COPY DELIMITERS string must be exactly one
character; replace strchr() search with simple comparison to speed up
COPY IN.  Per discussion in pghackers.
2001-12-04 21:19:57 +00:00
a0734d1eb1 Change appendStringInfoChar to appendStringInfoCharMacro in a couple of
hot spots --- buys about 10% in Verner's INSERT example.
2001-12-04 20:57:22 +00:00
c121efff7e Update possible release date 2001-12-?? 2001-12-04 20:25:01 +00:00
1e988ce489 Update HISTORY to current. 2001-12-04 20:15:41 +00:00
f4bd04bb67 Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier
to use and significantly faster.  This tweak saves 25% (!) of the runtime
of COPY IN in a test with 8000-character lines.  I wouldn't normally
commit a performance improvement this late in the cycle, but 25% got
my attention...
2001-12-04 19:40:17 +00:00
dae887abfe Remove now-dead code for processing CONSTR_UNIQUE nodes in
AlterTableAddConstraint.  Earlier reorganization of the parser's
processing of ALTER TABLE means that these node types no longer get here.
2001-12-04 17:19:48 +00:00
fb170041c6 Update FAQ_DEV. 2001-12-04 17:12:25 +00:00
1af6761207 Hi Bruce, here is a first version of the hu.po file for the backend. I
tested it with 7.2b3 and worked fine.

Regards, Zoltan
2001-12-04 17:00:51 +00:00
0e9e888ebd Suppress data directory access-permissions check when __CYGWIN__,
per recent pghackers discussions.  Improving this should be a TODO
for 7.3.
2001-12-04 16:17:48 +00:00
388008cdd7 Fixed dumping of structs without indicators. 2001-12-04 12:33:15 +00:00
b7579d62ce Update FAQ. 2001-12-04 07:12:08 +00:00
2314bcfb95 Another test of double-commit. It used only commit one file. 2001-12-04 07:10:45 +00:00
08475b75c3 Test of double-commit. 2001-12-04 07:09:53 +00:00