https://github.com/postgres/postgres

sort by:
Revision Author Date Message Commit Date
741604d tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like it should have been done generate a new Changelog from rc4, which is nice and short ... one python interface change tag configure as 7.1, for generating the packages ... This is it folks ... Release 7.1 is officially here ... 13 April 2001, 21:21:33 UTC
ef922b2 Remove as-of from HISTORY file. 13 April 2001, 18:38:32 UTC
d3d35e9 I just noticed the beta comment. That's not actually true any more so I removed it. 12 April 2001, 09:49:37 UTC
e47d6d4 Update FAQ. 09 April 2001, 19:28:01 UTC
f34fa8b Update FAQ. 08 April 2001, 22:57:38 UTC
ecd8ddd upgrade tags to rc4 (note lower case for packagers) 08 April 2001, 18:10:42 UTC
fc21f3c Rearrange distribution split as discussed on -hackers. 08 April 2001, 17:28:10 UTC
cdbf176 Update to reflect OpenSSL 0.9.6a release. 08 April 2001, 16:36:13 UTC
8ca722b Update TODO list. 07 April 2001, 02:30:58 UTC
f2fc875 update the change log, but nothing else ... 06 April 2001, 17:05:39 UTC
248365f Revert wrong SCO OpenServer report, update comments and improve formatting a bit. Regenerate INSTALL. 06 April 2001, 15:52:41 UTC
7bba7a5 Sorry my previous change was a mistake. 06 April 2001, 15:31:28 UTC
54329ac Utility to add the stylesheet "s0" definition to an RTF file. This stylesheet must be present for Applixware to be happy generating a ToC. M$Word does not seem to care one way or the other. 06 April 2001, 15:01:25 UTC
c6cbf56 mark it as RC3 ... 06 April 2001, 14:35:47 UTC
ef4a163 1) Fit the precision of floating point to that of server side (fix by Hiroki kataoka). 2) Ensure the definition of atof()(#include stdlib.h). (suggestion by Masaaki Sakaida). 06 April 2001, 09:23:44 UTC
f7f0b17 Final (?) platform update for the 7.1 release. Includes new platform NetBSD/PPC from Henry Hotz, several other platform updates, and move QNX to the unsupported list for now. 06 April 2001, 05:52:10 UTC
9c3bbf2 Alter the previous test for "time with time zone" implicit time zone (which failed miserably during DST) to just compare against a time derived from a timestamp value. Certainly not a direct check for a correct result, but should work at any time of year. 06 April 2001, 05:50:29 UTC
a3ed622 Since plpgsql keeps its compiled function parsetrees until backend exit, it needs to ensure that data structures attached to fmgr info records in the trees will stick around that long, too. Current code was crashing on cases like datatypes with old-style I/O functions. 06 April 2001, 02:06:48 UTC
f10596c Fix comment that Vadim found confusing. 05 April 2001, 16:55:21 UTC
3092869 StartupXLOG(): initialize XLogCtl->Insert to new page if there is no room for a record on last log page. 05 April 2001, 09:34:32 UTC
495fe12 Hopefully fixed the long long problem. 05 April 2001, 08:21:14 UTC
3ced3cf pg_dump needs to use ONLY when selecting data from user tables, in case they have children. As it stood, -d dump mode was badly broken. 05 April 2001, 02:50:01 UTC
011f1e3 Clean up AIX makefile to recognize subversions of AIX 4.1 correctly. This patch is Peter E's, but I'm applying it on his behalf so it'll get into 7.1RC3 tonight (I'm guessing Peter went to bed already). 04 April 2001, 22:57:45 UTC
8b588a1 Update TODO list. 04 April 2001, 21:32:17 UTC
9a7c273 Update TODO list. 04 April 2001, 21:16:31 UTC
6faf150 Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to Jason Tishler's credit, if it's broken it's my fault ... 04 April 2001, 21:15:56 UTC
d3ad2ad Update TODO list. 04 April 2001, 20:58:27 UTC
71d578a Remove daylight-savings-time-dependent tests of 'time with time zone' datatype. Perhaps someday we can figure out a way of getting reproducible results from testing this type, but for now ... 04 April 2001, 20:03:11 UTC
41f166d update 04 April 2001, 20:02:31 UTC
278aa68 Have to lock buffer while changing page' LSN. Thanks to Tom. 04 April 2001, 15:43:25 UTC
a51d560 Don't dump CHECK constraints with same source and names both starting with '$'. 04 April 2001, 06:47:30 UTC
1d9819d Log sequence creation (to initialize magic number on recovery). 03 April 2001, 21:58:00 UTC
5f5db80 Provide snprintf() if system hasn't got it. 03 April 2001, 19:06:19 UTC
7cdbc1e See attached for a minor documentation patch that more accurately reflects the current state of and the issues with PostgreSQL on Windows. Thanks, Jason -- Jason Tishler 03 April 2001, 18:14:39 UTC
1c68f27 Correct bogus mktime() calls. 03 April 2001, 18:05:53 UTC
ea283f1 Remove last-updated date stamp for 7.1. 03 April 2001, 13:38:08 UTC
ab17fd1 - Handle overridden attrs as per discussions 2-Apr-2001 - Dump CHECK constraints in OID order 03 April 2001, 08:52:59 UTC
08bf4d7 Check for failure of malloc() and realloc() when allocating space for VFD entries. On platforms where dereferencing a null pointer doesn't lead to coredump, it's possible that this omission could have led to unpleasant behavior like deleting the wrong file. 03 April 2001, 04:07:02 UTC
6cc6f18 open(2) flags saved for re-opening a virtual file should probably not include O_CREAT. 03 April 2001, 02:31:52 UTC
503c80d Restore pre-7.1 behavior of allowing DROP of a table whose underlying physical file has disappeared. There is no really good reason why relcache should be opening the underlying file at all, AFAICS. In any case we needn't raise a hard error here. 02 April 2001, 23:30:04 UTC
244fd47 _mdfd_getrelnfd() should include kernel error code in failure message. 02 April 2001, 23:20:24 UTC
e18f501 Complain if the same column name is inherited from multiple parents with different default values, unless the child table redeclares the column with an explicit default. This was judged to be the approach least likely to cause unpleasant surprises. 02 April 2001, 18:30:49 UTC
39f0357 Update HISTORY/release.sgml to current. 02 April 2001, 17:59:17 UTC
b1646ad Update TODO list. 02 April 2001, 17:40:14 UTC
b0f95aa Update TODO list. 02 April 2001, 16:27:04 UTC
53de196 Update info for platforms BeOS, Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha, NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix. 02 April 2001, 15:19:15 UTC
6939d20 Update TODO list. 02 April 2001, 15:10:28 UTC
97c04fa Disable creation of indexes on system tables. 02 April 2001, 14:34:25 UTC
e6851f0 Synced pgc.l with scan.l. 02 April 2001, 08:17:24 UTC
ba8b844 Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski. 02 April 2001, 03:21:23 UTC
5967dbd Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works now on VAX NetBSD. Hence, remove #ifdef'd disable tests. 02 April 2001, 03:08:30 UTC
2ef99ee Planner wasn't correctly handling adjustment of tuple_fraction for the case of LIMIT in a sub-select. 01 April 2001, 22:37:19 UTC
7db692c RC2 preparations ... 01 April 2001, 19:15:37 UTC
135040d Patch to put rudimentary dependency support into pg_dump. This addresses the UDT/function order problem. - Rudimentary support for dependencies in archives. Uses dependencies to modify the OID used in sorting TOC entries. This will NOT handle multi-level dependencies, but will manage simple relationships like UDTs & their functions. - Treat OIDs with more respect (avoid using ints, use macros for conversion & comparison). 01 April 2001, 05:42:51 UTC
55f0f5d Update TODO list. 01 April 2001, 01:00:05 UTC
98f7515 On Cygwin, do initial connect() call in blocking mode, per report from Jason Tishler. 31 March 2001, 23:14:37 UTC
fc0d3f1 pqWait() should check for exception status as well as read or write ready. It appears that most (all?) Unixen will consider a socket to be read or write ready if it has an error condition, but of course Microsoft does things differently. 31 March 2001, 23:13:30 UTC
8484f66 Update TODO list. 31 March 2001, 17:25:32 UTC
8e7d714 Add elog file. 31 March 2001, 17:24:42 UTC
491ae80 Update TODO list. 31 March 2001, 15:28:15 UTC
1f9f8ed Update TODO list. 31 March 2001, 01:08:16 UTC
5a31e56 Update TODO list. 31 March 2001, 01:07:39 UTC
c09db35 Update TODO list. 31 March 2001, 01:06:46 UTC
648c091 Re-allow specification of a new default value for an inherited column in CREATE TABLE, but give a warning notice. Clean up inconsistent handling of defaults and NOT NULL flags from multiply-inherited columns. Per pghackers discussion 28-Mar through 30-Mar. 30 March 2001, 20:50:36 UTC
188e0fe Update TODO list. 30 March 2001, 18:36:23 UTC
dd52673 Update TODO list. 30 March 2001, 18:34:31 UTC
92f3253 Marc-Andre is changing where DateTime goes. This change allows the module to work either way. Change submitted by Andrew Kuchling <akuchlin@mems-exchange.org> 30 March 2001, 12:08:24 UTC
f9ae973 Correct indenting in _quote() function. Fix submitted by Andrew Kuchling <akuchlin@mems-exchange.org> 30 March 2001, 12:04:43 UTC
dcbbdb1 Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData as six bytes not eight. This fixes a regression test failure but more importantly avoids wasting four bytes of pad space in every tuple header. Also add some commentary about what's going on. 30 March 2001, 05:25:51 UTC
d0f6ae6 random_seed => seed ... 30 March 2001, 04:50:47 UTC
fe09188 Put proper pgaccess Chinese big5 file in place. 29 March 2001, 22:09:06 UTC
e692b01 Rename 'random_seed' back to 'seed'. 29 March 2001, 19:03:57 UTC
fdf1319 small fixes 29 March 2001, 18:25:10 UTC
827edf2 Applied bug fix by Adriaan Joubert <a.joubert@albourne.com> 29 March 2001, 09:59:00 UTC
a27860c Update TODO list. 29 March 2001, 00:12:57 UTC
c7ea372 Update TODO list. 28 March 2001, 21:20:41 UTC
0cadec7 Correct erroneous description of MVCC Read Committed semantics. 28 March 2001, 20:46:34 UTC
f155cc8 Quick hack to fix Oliver Elphick's problem with subselects in an inheritance query: make duplicate copies of subplans in adjust_inherited_attrs. When we redesign querytrees we really gotta do something about this issue of whether querytrees are read-only and can share substructure or not. 27 March 2001, 18:02:19 UTC
fa0f2c6 Repair pgindent damage to comments. 27 March 2001, 17:12:34 UTC
ec12e80 > Kinda looks like Ian broke the compile-in-source-dir case while > making the compile-in-separate-dir case work. Tut tut. Yes. My apologies. This patch is one way to fix things. Ian 27 March 2001, 16:34:14 UTC
341cb70 The following patch updates the FAQ_AIX and makes C++ code work with more recent versions of the IBM C++ compiler (now called VisualAge C++). The C++ part was previously broken (g++ and xlC), thus this is zero risk. Only AIX specific parts are touched (1 Makefile.shlib line (link with $(COMPILER ) instead of $(CC) and one shell script line (parameter -C to nm to not demangle C++ symbo ls for .exp file)). I thus ask you to please apply this patch before release. With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake check" for both the native compiler vac.C 5.0.1 and gcc 2.95.2 :-) Andreas 27 March 2001, 14:56:20 UTC
c4d354c Add changes from Mikhail Terekhov <terekhov@emc.com>. Use Extension method from distutils. Cleaned up mismatched indentation styles while I was at it. 27 March 2001, 10:53:21 UTC
c252c97 Add checking for valid database encoding. 27 March 2001, 05:47:13 UTC
12ceb11 ODBC source code cleanup. Mostly alignment of #define constants. 27 March 2001, 04:00:55 UTC
ff71301 Spell __volatile__ correctly. 27 March 2001, 01:16:24 UTC
153237c OpenBSD resultmap change: I posted this to the list a few days ago, but it was not addressed. Can someone please make the changes to the src/test/regress/resultmap? Thanks. - brandon 26 March 2001, 17:51:41 UTC
33881e4 Add period to message. 26 March 2001, 17:00:54 UTC
099b60b Change message to _the_ administrator. There is only one administrative account. This connection has been terminated by the administrator. 26 March 2001, 16:59:38 UTC
7e733dc Add #define HAVE_ATEXIT, per report from Magnus. 26 March 2001, 15:21:33 UTC
b8c2421 pqsignal call needs to be #ifndef WIN32, per report from Magnus. 26 March 2001, 15:18:51 UTC
80c6843 Add multibyte support 26 March 2001, 09:34:17 UTC
46f4cde Fix typo 26 March 2001, 08:32:10 UTC
ccd415c Fix unportable assumptions about alignment of local char[n] variables. 25 March 2001, 23:23:59 UTC
571dbe4 Improve comments for xlog item size #defines. 25 March 2001, 22:40:58 UTC
5fb00d4 Update the changes for version 3.2. 25 March 2001, 22:23:44 UTC
f99e200 Document the --with-python flag as a simpler way of installing the PyGreSQL module when installing PostgreSQL. Document the location of the WIN32 binaries. 25 March 2001, 22:22:51 UTC
96ed4d4 Update TODO list. 25 March 2001, 21:41:52 UTC
3206e52 Pick up any extra -I options for Python build. 25 March 2001, 19:44:04 UTC
1ed61b3 Fix unportable assumptions about alignment of local char[n] variables. 25 March 2001, 19:30:28 UTC
39ceedf The regexp pattern characters ^ and $ should be explained as matching at the beginning and end of the input string, not the beginning and end of "a line", since Postgres does not allow them to match at newline characters in the data. 25 March 2001, 18:14:31 UTC
back to top