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

9350 Commits

Author SHA1 Message Date
e52f8688e0 Fix typo 2000-10-12 21:23:34 +00:00
076c164559 Update FAQ. 2000-10-12 21:21:29 +00:00
581b5b8d97 Update TODO list. 2000-10-12 20:26:11 +00:00
3d8bfffb76 Update TODO list. 2000-10-12 20:23:44 +00:00
ae55855088 Update TODO.detail. 2000-10-12 19:00:02 +00:00
aaa318dad0 Update TODO list. 2000-10-12 18:59:26 +00:00
590718a756 Update TODO list. 2000-10-12 18:59:10 +00:00
965a0a40e1 Replace constants by C variables wherever possible. 2000-10-12 18:25:36 +00:00
5bcc226d9d Update FAQ. 2000-10-12 17:33:35 +00:00
368ca7d3ae Update TODO list. 2000-10-12 17:33:22 +00:00
9dd53f6c52 Update TODO list. 2000-10-12 17:32:40 +00:00
c0ead4883c Update TODO list. 2000-10-12 15:43:51 +00:00
ceb6d01d76 First pass at docs for pg_restore 2000-10-12 14:09:37 +00:00
f41dcbe4d8 Major update part I involving delayed patches, reworked Makefile, and how
the versioning works. There's also a new utils directory used by Makefile
2000-10-12 08:55:28 +00:00
f20d2a87fb Add more files from backend 2000-10-12 07:38:13 +00:00
40184eecd5 Disable elog when linked with frontend. 2000-10-12 07:36:51 +00:00
f48b9f9ec7 Support for automatic code conversion between UNICODE and other
encodings
2000-10-12 06:08:28 +00:00
de53ce8131 Support for conversion between UNICODE and other encodings
currently ISO8859-[1-5] and EUC_JP are supported.
support for other encodings will be coming soon.
2000-10-12 06:06:50 +00:00
6619ad11ff Update TODO list. 2000-10-12 04:24:24 +00:00
f647f96090 Update FAQ. 2000-10-12 03:12:41 +00:00
c6a6de416f Update TODO list. 2000-10-12 03:04:44 +00:00
d6109bf414 Update TODO for LIKE/ESCAPE. 2000-10-12 01:23:37 +00:00
5ff3756446 Update TODO list. 2000-10-12 01:22:39 +00:00
f41f8eebe7 Fix temp relation handling for indexes, cleanup 2000-10-11 21:28:19 +00:00
75e3ba335d autoconf 2000-10-11 19:19:51 +00:00
ec762bcc8a Correct error in description of AccessExclusiveLock mode
(failed to say that it conflicts with AccessShareLock).
2000-10-11 18:29:52 +00:00
5d708fe22e Add pooling discussion. 2000-10-11 18:09:38 +00:00
3d45543698 Oops, back out my unintended changes. 2000-10-11 17:58:01 +00:00
5e38665f8a Update make_mkid 2000-10-11 17:55:34 +00:00
a37ab1d385 Improve MVCC discussion. 2000-10-11 17:38:36 +00:00
6fec21609b Added new SQL function setval(seq,val,bool) to restore is_called as well as value
(will be used in a future pg_dump).
2000-10-11 15:31:34 +00:00
8e72a8782c Synced preproc.y with gram.y 2000-10-11 14:56:37 +00:00
77ac0a8ca6 pg_hba.conf mention fix. 2000-10-11 01:24:01 +00:00
2d606da3ce More pg_config updates. 2000-10-10 22:03:31 +00:00
78f69862af Rename pg-config to pg_config to be consistent with other pg commands. 2000-10-10 22:01:55 +00:00
4d76a801c6 Unify solaris_i386 and solaris_sparc templates. They were almost identical
anyway, the rest being due to them not being kept in sync.  Add configure
test for lorder and use it (on Solaris) when found.
2000-10-10 21:22:29 +00:00
cbe5f73aa0 Some dynloader files missed the template rename a while back. 2000-10-10 21:08:04 +00:00
e7b069ced1 This is a stupid garden variety bug and I'm not sure why I didn't catch
it previously.  The patch included is against fairly current sources, but
it may apply cleanly against 7.0.2 as well.

On Fri, 6 Oct 2000, Vilson farias wrote:

> I found a irregular behavior with constraints.
>
> I can only set a referencial integrity between these tables when there are
> no data, even if there are no change to referential integrity violation.
2000-10-10 17:13:30 +00:00
f350481134 - Be more paranoid when getting views
- Support for 'isstrict' procedure attribute.
- Disable --blobs and --table
(replaced prior to attempting to fix sequence dump problems)
2000-10-10 13:55:28 +00:00
87db3b88e0 Remove override of CFLAGS. 2000-10-10 13:04:46 +00:00
1fe2b77d01 Add spaces to manual page. 2000-10-10 04:42:43 +00:00
f03f24663b Update FAQ. 2000-10-09 20:21:01 +00:00
aa4a84bdcb Update TODO list. 2000-10-09 19:41:27 +00:00
a4e3943b3f Back out Gunnar R|nning jdbc changes. 2000-10-09 16:48:19 +00:00
c4ccc6146b Cosmetic cleanups of Beos port 2000-10-09 16:42:55 +00:00
5c163daa27 Update FAQ. 2000-10-09 07:38:53 +00:00
8bbfac1571 Update TODO list. 2000-10-09 07:38:35 +00:00
e134556743 I have compiled and tested PostgreSQL 7.1devel on UnixWare 7.1. During the
process, the need for changes to the FAQ_SCO document was uncovered.  The
attach patch file implements thost changes.

Billy G. Allie
2000-10-09 03:49:42 +00:00
984b0b4df8 Append "/postgresql" to (certain) installation subdirectories when
installing into a shared location.  Also Makefile.global organizational
cleanup.
2000-10-08 21:13:27 +00:00
f38e4747a5 initlocation must set env before postmaster start. 2000-10-08 19:44:01 +00:00