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

11661 Commits

Author SHA1 Message Date
107c5a83e1 Added:
! * Add PGPASSWORDFILE environment variable or ~/.pgpass to store
!   user/host/password combinations
2001-12-28 03:30:30 +00:00
21e7e7e724 I know we talked about this in the past but I never got it on the TODO
list:

	* Add optional CRC checksum to heap and index pages
2001-12-28 02:30:37 +00:00
6f0f5bf2fb Expand on description of when to use or not use TRUST auth method. 2001-12-27 21:37:34 +00:00
9935a85fa4 Document obj_description and col_description functions; expand
description of COMMENT command.
2001-12-27 21:36:57 +00:00
44d1e9d552 Small fixes 2001-12-27 21:10:15 +00:00
32c94a28c2 Update from Serguei Mokhov 2001-12-27 21:06:07 +00:00
adb1d4acfa Mention datatype() casting change. 2001-12-27 04:46:08 +00:00
dbc3c859ab Update TODO list. 2001-12-27 04:28:37 +00:00
498d0087eb Update for new timestamp behavior. 2001-12-27 00:04:44 +00:00
0181d9ffaa Add cachable item. 2001-12-26 23:47:32 +00:00
2fcc911750 Place PAM before REJECT in sample file. 2001-12-24 04:44:03 +00:00
6896693d64 Fix directions for a client-only install, per comments from Alexey Borzov
and Vivek Khera.
2001-12-23 20:45:11 +00:00
ce4d01d96b Update description of CURRENT_TIMESTAMP and friends. 2001-12-23 20:22:49 +00:00
78ec1cb027 Type interval takes a precision, too. 2001-12-23 20:21:37 +00:00
d1396696e0 Lots of content and formatting improvements in release notes. HISTORY
now generated from DocBook sources.
2001-12-23 18:20:05 +00:00
3f3b7a9783 Add missing id attribute. 2001-12-23 18:18:09 +00:00
b2a7e1403e Updated ECPG items 2001-12-23 12:21:05 +00:00
988fdce5d1 - Removed space_or_nl and line_end from pgc.l.
- Fixed several bugs concerning arrays of structs including a memory
  allocation bug.
2001-12-23 12:17:41 +00:00
aed0c29f7e Fix mispeling ... 2001-12-23 07:25:39 +00:00
cb85a62807 Czech translation updates from Karel Zak 2001-12-21 22:30:49 +00:00
d56c072c83 Fix error 2001-12-21 22:27:34 +00:00
12d17deb4f Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGV
machines.  I have just been observing some scenarios where set_ps_display
accounts for more than 10% of the backend CPU, and this loop has to be
the reason.
2001-12-21 15:22:09 +00:00
db667614ef Add full name of the month of July to the lookup table.
Thanks to Greg Sabino Mullane <greg@turnstep.com> for finding the problem.
2001-12-21 06:03:27 +00:00
daefb89e5a Remove duplicate lines from fouled up last commit (my DSL line failed
during the CVS update, leaving locks and bad files).
2001-12-21 06:01:36 +00:00
95800e5530 Updates for next release from Bernd Tegge. 2001-12-21 06:00:15 +00:00
491545fff4 Do not require iconv for dbase conversion. 2001-12-21 05:29:46 +00:00
5446b1ba72 Remove:
* Fix contrib/dbase to not require libiconv
2001-12-21 05:27:19 +00:00
a7aeb7db18 * Fix contrib/dbase to not require libiconv. 2001-12-21 04:31:58 +00:00
3f94ff5400 Allow contrib/dbase to compile if HAVE_ICONV_H it not defined. This is
only a partial solution but a step in the right direction.
2001-12-21 04:30:59 +00:00
eb36cdd562 Add needed libiconv link to contrib/dbase, per Christopher Kings-Lynne 2001-12-21 04:13:12 +00:00
c3c36bf32f pre-page -> after-change, per Vadim. 2001-12-21 03:55:45 +00:00
9640666c6f Spiff up discussion of precision on date/time data types.
Add a NetBSD/alpha and update info on a few other platforms.
2001-12-21 03:54:02 +00:00
2d004d7f95 Allow location of index creation perl script be be specified in
Makefile.custom, to allow finding it on Mandrake systems (at least).
2001-12-21 03:53:04 +00:00
ba8d7ac8e9 Select proper geometry comparison file for freebsd/alpha.
Per report from Christopher Kings-Lynne.
2001-12-21 03:03:55 +00:00
20f94e16a9 Pre-page write additions. 2001-12-20 22:01:29 +00:00
8799d84603 Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. 2001-12-20 21:23:05 +00:00
960f6a5fdf Fix for SunOS4 horology test 2001-12-20 04:25:00 +00:00
48aa2dbe61 MIN() -> Min, fixes compile problem. 2001-12-20 02:39:26 +00:00
71d641cf15 Reflect Tom's change 2001-12-20 01:56:08 +00:00
8647c14228 Fix buffer-overrun problem in pretty printer. 2001-12-19 22:35:35 +00:00
897083715b Fix pgstattuple to acquire a read lock on the target table. This
prevents embarassments such as having the table dropped or truncated
partway through the scan.  Also, fix free space calculation to include
pages that currently contain no tuples.
2001-12-19 20:28:41 +00:00
9aa2e7da51 Temporarily dike out GetUndoRecPtr() in checkpoint generation, since we
do not use the undo pointer anyway.  This is a quick-hack solution for
the three-way deadlock condition discussed in pghackers 17-Dec-01.
Need to find a better way of doing it.
2001-12-19 19:42:51 +00:00
a51c7c4b49 New edition 2001-12-19 18:53:58 +00:00
d43e7d3372 Better formatting 2001-12-19 18:53:47 +00:00
95668f0deb Minor improvements 2001-12-19 18:50:48 +00:00
41acf3d820 Some tuning 2001-12-19 18:49:56 +00:00
f9d87c66db Fix warning 2001-12-19 18:49:24 +00:00
14e1270579 Tweak to make freebsd/alpha use the correct float8 comparison file. 2001-12-19 17:25:55 +00:00
de59370844 Make sure that all variants of HeapTupleSatisfies will do the right thing
if presented with a tuple in process of being moved by VACUUM.  Per
bug report from Brian Hirt.
2001-12-19 17:18:39 +00:00
e71493300c Move geqo enable into proper section. 2001-12-17 19:09:01 +00:00