Commit Graph

  • 9be4433789 Commit the remaining parts of the array changes. Michael Meskes 2003-11-12 08:42:57 +00:00
  • fd805f2c14 Here's some improvements. I just ended up referring people to Jason's website for install as service, because it's a quite a long and complex process. Bruce Momjian 2003-11-12 04:14:34 +00:00
  • 49f98fa833 Here's some improvements. I just ended up referring people to Jason's website for install as service, because it's a quite a long and complex process. Bruce Momjian 2003-11-12 04:14:30 +00:00
  • ab6295f204 Add: Bruce Momjian 2003-11-12 04:10:43 +00:00
  • 1b8a054db2 Here's a patch that adds some text mentioning that RESTRICT is not deferrable to the create table reference page. Bruce Momjian 2003-11-12 04:08:14 +00:00
  • 4bcd3b42b9 Here's a patch that adds some text mentioning that RESTRICT is not deferrable to the create table reference page. Bruce Momjian 2003-11-12 04:08:07 +00:00
  • 2478095770 Typo fix in comment from David Wheeler Bruce Momjian 2003-11-12 03:28:45 +00:00
  • f719f0f6db Typo fix in comment from David Wheeler Bruce Momjian 2003-11-12 03:27:26 +00:00
  • 973e625b3e Update: Bruce Momjian 2003-11-12 00:25:35 +00:00
  • fec809c549 Cleanup for recent .exe Win32 fix. Bruce Momjian 2003-11-12 00:04:10 +00:00
  • 018cf0f76e Update /port C header descriptions. Bruce Momjian 2003-11-11 23:52:45 +00:00
  • 3466e33eac Default ioctlsocket_ret to 1 in case Cygwin needs it for 7.4 --- already in HEAD. Bruce Momjian 2003-11-11 21:37:35 +00:00
  • 1d42f3246a Fix thinko in reltime and tinterval operator classes that I added a couple months ago: the >= and > operators were swapped. Not worth forcing an initdb for this, but we should get it right in the release. Will be patched separately in HEAD. Tom Lane 2003-11-11 21:23:26 +00:00
  • 0a2c82b5f7 Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. Bruce Momjian 2003-11-11 03:53:33 +00:00
  • 580fb7fb41 Add system_views.sql to CVS. Bruce Momjian 2003-11-11 02:00:00 +00:00
  • 1060c4c4c4 Move system_views.sql into backend/catalog, per Tom. Bruce Momjian 2003-11-11 01:58:23 +00:00
  • f612b16dc2 * ioctlsocket_ret - is not initialized to 1 (at least in the WIN_32 code I started with!) Bruce Momjian 2003-11-11 01:09:42 +00:00
  • 0ca6939c10 Updated version of initdb with "rmdir/del" call on Win32. Bruce Momjian 2003-11-10 22:52:10 +00:00
  • 279598bb71 Add C version of initdb, from Andrew Dunstan. Bruce Momjian 2003-11-10 22:51:16 +00:00
  • 5e8a8865e7 Update freenode mention. Bruce Momjian 2003-11-10 22:47:35 +00:00
  • f41ecc6d69 Update release notes for polymorphic functions. Bruce Momjian 2003-11-10 22:27:00 +00:00
  • 79f8f5fc0d Update IRC to mention freenet instead of openprojects. Bruce Momjian 2003-11-10 21:56:08 +00:00
  • 135ecf8d96 Re-added forgotten cache. Michael Meskes 2003-11-10 20:28:30 +00:00
  • 9736e8f95c Re-added forgotten cache. Michael Meskes 2003-11-10 20:28:06 +00:00
  • 7da19cac89 Remove rcsid CVS header variable --- not used. Bruce Momjian 2003-11-10 19:40:46 +00:00
  • 3407800a3e autoconf REL7_4_RC2 PostgreSQL Daemon 2003-11-10 05:56:23 +00:00
  • ff4ee0eb22 make sure we are tag'd for RC2 PostgreSQL Daemon 2003-11-10 05:47:06 +00:00
  • c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. Remove the 'strategy map' code, which was a large amount of mechanism that no longer had any use except reverse-mapping from procedure OID to strategy number. Passing the strategy number to the index AM in the first place is simpler and faster. This is a preliminary step in planned support for cross-datatype index operations. I'm committing it now since the ScanKeyEntryInitialize() API change touches quite a lot of files, and I want to commit those changes before the tree drifts under me. Tom Lane 2003-11-09 21:30:38 +00:00
  • 723825afeb Add: Bruce Momjian 2003-11-09 04:23:50 +00:00
  • f9310e10ab I have attached a more comprehensive MSWIN FAQ patch. Basically, the instructions were way out of date and incorrect. Installing Postgres from Cygwin is easier these days than the FAQ would imply. Bruce Momjian 2003-11-09 03:47:59 +00:00
  • abcc4b9a91 I have attached a more comprehensive MSWIN FAQ patch. Basically, the instructions were way out of date and incorrect. Installing Postgres from Cygwin is easier these days than the FAQ would imply. Bruce Momjian 2003-11-09 03:47:51 +00:00
  • db1d3e7bee Add: Bruce Momjian 2003-11-09 03:41:25 +00:00
  • c30eac44b4 Fix typo on autovacuum readme. Bruce Momjian 2003-11-09 03:17:37 +00:00
  • 6479ee28c0 Fix typo on autovacuum readme. Bruce Momjian 2003-11-09 03:15:46 +00:00
  • 14e7a651b4 Add: Bruce Momjian 2003-11-09 00:41:14 +00:00
  • 205342687e Allow tab completion for ALTER TABLE dbname <tab><tab> to show new RENAME TO option. Bruce Momjian 2003-11-08 20:54:37 +00:00
  • e065443a39 Allow tab completion for ALTER TABLE dbname <tab><tab> to show new RENAME TO option. Bruce Momjian 2003-11-08 20:54:24 +00:00
  • c3bc15f422 Correct misspellings of REFERENCES. Tom Lane 2003-11-08 20:43:57 +00:00
  • 97edeec6d2 Correct misspellings of REFERENCES. Tom Lane 2003-11-08 20:43:52 +00:00
  • 939c203974 Restore compatibility with Tcl 8.0.* --- from ljb. Tom Lane 2003-11-08 20:34:42 +00:00
  • 45fe4042df Restore compatibility with Tcl 8.0.* --- from ljb. Tom Lane 2003-11-08 20:34:36 +00:00
  • cda57fa035 Don't need hack copy of system() anymore in OS X 10.3. Tom Lane 2003-11-08 20:14:57 +00:00
  • 153e83027d Don't need hack copy of system() anymore in OS X 10.3. Tom Lane 2003-11-08 20:14:51 +00:00
  • 87758314ca Made sure an internal array is not treated as a user defined one. Michael Meskes 2003-11-08 19:46:27 +00:00
  • d3268ee2ef Fix parsing of create index call Michael Meskes 2003-11-08 19:14:20 +00:00
  • c8fcb38363 Fix process-status handling for OS X 10.3. Tom Lane 2003-11-08 19:07:30 +00:00
  • 449593a9fb Fix process-status handling for OS X 10.3. Tom Lane 2003-11-08 19:07:24 +00:00
  • b657ded2c5 Adjust file so psql help picks it up properly. Peter Eisentraut 2003-11-08 11:06:37 +00:00
  • 2c6d14b221 Adjust file so psql help picks it up properly. Peter Eisentraut 2003-11-08 11:05:40 +00:00
  • 87c93e112b Cause stats processes to detach from shared memory when started, so that they do not prevent the postmaster from deleting the shmem segment during a post-backend-crash restart cycle. Per recent discussion. Tom Lane 2003-11-07 21:56:02 +00:00
  • f8a769b47a Cause stats processes to detach from shared memory when started, so that they do not prevent the postmaster from deleting the shmem segment during a post-backend-crash restart cycle. Per recent discussion. Tom Lane 2003-11-07 21:55:50 +00:00
  • 8762e10174 zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE, else it cannot be used to handle failures detected during WAL replay. Fortunately this flag isn't actually enforced yet, but get it right. Tom Lane 2003-11-07 21:27:50 +00:00
  • 7e4a629492 zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE, else it cannot be used to handle failures detected during WAL replay. Fortunately this flag isn't actually enforced yet, but get it right. Tom Lane 2003-11-07 21:27:38 +00:00
  • ab0e426cdc Typo fix. Bruce Momjian 2003-11-07 17:02:09 +00:00
  • cddc7f2746 Add: > * Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work > by searching for non-conflicting constraint names, and prefix with table name Bruce Momjian 2003-11-07 15:31:14 +00:00
  • fece53069b Minor copy-editing. Tom Lane 2003-11-06 22:21:55 +00:00
  • e1b47c2dbd Minor copy-editing. Tom Lane 2003-11-06 22:21:47 +00:00
  • 96889392e9 Implement isolation levels read uncommitted and repeatable read as acting like the next higher one. Peter Eisentraut 2003-11-06 22:08:15 +00:00
  • 144a2ecd57 Make the detection of nsgmls more robust for funny shells. Peter Eisentraut 2003-11-06 10:30:42 +00:00
  • b15cb18cb2 Make the detection of nsgmls more robust for funny shells. Peter Eisentraut 2003-11-06 10:28:54 +00:00
  • 5781237531 Fix for this problem: Tom Lane 2003-11-05 22:00:52 +00:00
  • e4044ba2d7 Fix for this problem: Tom Lane 2003-11-05 22:00:46 +00:00
  • 622736aa4a Added missing methods Dave Cramer 2003-11-05 11:57:53 +00:00
  • 07eb9fb20b Add -O to really trigger compiler bug. Peter Eisentraut 2003-11-05 07:42:31 +00:00
  • 967cd91b08 Add -O to really trigger compiler bug. Peter Eisentraut 2003-11-05 07:42:18 +00:00
  • 5712ab3891 Check off UnixWare. Peter Eisentraut 2003-11-05 00:13:21 +00:00
  • ee4a0d45fc Check off UnixWare. Peter Eisentraut 2003-11-05 00:10:06 +00:00
  • e937f3df80 Add detection of compiler bug. Peter Eisentraut 2003-11-05 00:09:25 +00:00
  • 23c292688f Add detection of compiler bug. Peter Eisentraut 2003-11-05 00:09:08 +00:00
  • 7a547d9507 Minor copy-editing. Tom Lane 2003-11-05 00:05:37 +00:00
  • e560dd3537 Minor copy-editing. Tom Lane 2003-11-05 00:05:32 +00:00
  • 320be9f273 Some copy-editing for 7.4 release notes. Tom Lane 2003-11-04 20:54:20 +00:00
  • 1a61554b59 Some copy-editing for 7.4 release notes. Tom Lane 2003-11-04 20:54:13 +00:00
  • 86b7dd8f1a Give the full syntax rules for subscripting and field selection in the proper place, namely the syntax discussion of value expressions. Tom Lane 2003-11-04 19:18:23 +00:00
  • 64caee7548 Give the full syntax rules for subscripting and field selection in the proper place, namely the syntax discussion of value expressions. Tom Lane 2003-11-04 19:18:15 +00:00
  • c58083a941 Update keywords table. Peter Eisentraut 2003-11-04 12:59:54 +00:00
  • 5c33bca22f Update keywords table. Peter Eisentraut 2003-11-04 12:59:21 +00:00
  • 661a0d64e6 Update install-sh and mkinstalldirs from master source (Automake). They have included a few fixes over the years to make them more robust and faster. Peter Eisentraut 2003-11-04 10:59:58 +00:00
  • d28bacd897 Add note to update config.guess and config.sub at the start of beta. Peter Eisentraut 2003-11-04 10:33:28 +00:00
  • f9415b4046 New config.guess and config.sub from upstream. Peter Eisentraut 2003-11-04 10:31:33 +00:00
  • cb8e6b6c66 Remove unused graphics files. Peter Eisentraut 2003-11-04 10:25:11 +00:00
  • af83998729 Remove unused graphics files. Peter Eisentraut 2003-11-04 10:25:07 +00:00
  • 681d42c2d1 Add report about HP-UX 11.00. Peter Eisentraut 2003-11-04 10:08:57 +00:00
  • ee640fdd19 Add report about HP-UX 11.00. Peter Eisentraut 2003-11-04 10:08:54 +00:00
  • 1d27de4cf4 Random copy-editing. Peter Eisentraut 2003-11-04 09:55:39 +00:00
  • c119c554ed Improve message wording for spinlocks-missing compilation error. Peter Eisentraut 2003-11-04 09:53:36 +00:00
  • dbbdc03711 Random copy-editing. Peter Eisentraut 2003-11-04 09:45:30 +00:00
  • 77a8f230cc Improve wording of spinlocks-missing compilation error message. Peter Eisentraut 2003-11-04 09:43:56 +00:00
  • f651e7cfbe Make sure bug fix makes it into 7.4 as well. Thanks Peter. Michael Meskes 2003-11-04 08:45:47 +00:00
  • 267fc697cc fix typo. (role_columns_grants -> role_column_grants) Tatsuo Ishii 2003-11-04 05:43:33 +00:00
  • f39446dfde Copy-editing. Tom Lane 2003-11-04 00:34:50 +00:00
  • bb06cbdb2c Copy-editing. Tom Lane 2003-11-04 00:34:45 +00:00
  • b720fa96fb patch for rs.previous and test case as well as patch for allowing server and port to be specified in test cases Dave Cramer 2003-11-03 15:28:26 +00:00
  • efea5da4fa accept url and fk action fix from Kris Jurka Dave Cramer 2003-11-03 15:22:07 +00:00
  • 90e53f0c16 Fixed potentially uninitialized memory bug in compatlib. Michael Meskes 2003-11-03 14:44:28 +00:00
  • 0637d52d1f Tag HEAD as 7.5devel. Tom Lane 2003-11-03 14:42:08 +00:00
  • 3d22beeb6a fix typo. (role_columns_grants -> role_column_grants) Tatsuo Ishii 2003-11-03 12:31:52 +00:00
  • cc3a149cb0 tag it Release Candidate 1, as previously discussed REL7_4_RC1 PostgreSQL Daemon 2003-11-03 05:27:18 +00:00
  • b402503fb6 Adjust data types in some of the UNION tests to avoid potentially platform-dependent results, as per example from Larry Rosenman. Tom Lane 2003-11-02 22:35:26 +00:00
  • eeaf5f04ae Provide a way to run the parallel regression tests with a user-specified limit on the number of simultaneous connections. Andrew Dunstan, with review by Tom Lane. Tom Lane 2003-11-02 21:56:15 +00:00