Commit Graph

  • 12f2525b0d MAC OS X => Mac OS X Bruce Momjian 2003-10-31 19:33:17 +00:00
  • d908c8e238 Release updates suggested by Tom. Bruce Momjian 2003-10-31 19:24:17 +00:00
  • fe979ae406 Back-patch removal of unnecessary inclusion of <crypt.h>, so that 7.3.5 will build out-of-the-box on Solaris. Tom Lane 2003-10-31 18:14:11 +00:00
  • bcf4d35699 Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about behavior of malloc and realloc when request size is 0. Fix escape sequence recognizer so that only valid 3-digit octal sequences are treated as escape sequences ... isdigit() is not a correct test. Tom Lane 2003-10-31 17:43:10 +00:00
  • 774f57038a Moved the recently added test for foreign key disabled by rewrite rule into the rule.sql since it affects the latter if run in paralell. Jan Wieck 2003-10-31 14:27:57 +00:00
  • dde926bfe0 Moved the recently added test for foreign key disabled by rewrite rule into the rule.sql since it affects the latter if run in paralell. Jan Wieck 2003-10-31 14:27:51 +00:00
  • e6152300f1 If EOF is found inside a string/comment/etc. stop parsing. Michael Meskes 2003-10-31 14:10:41 +00:00
  • ef1b846daf Remove <note> take, use another paragraph for description. Bruce Momjian 2003-10-31 04:44:25 +00:00
  • 88a7576897 Update HISTORY. Bruce Momjian 2003-10-31 04:32:36 +00:00
  • d6ad5375cb Update with more comments. Bruce Momjian 2003-10-31 04:30:22 +00:00
  • cc4baf4da3 Fix for possible referential integrity violation when a qualified ON INSERT rule split the query into one INSERT and one UPDATE where the UPDATE then hit's the just created row without modifying the key fields again. In this special case, the new key slipped in totally unchecked. Jan Wieck 2003-10-31 03:58:21 +00:00
  • e181001764 Small fix to Christopher's recent improvements --- underscore is not a special character in regexes, but it is for LIKE, so NOT LIKE 'pg_%' is incorrect. Need NOT LIKE 'pg\_%'. Tom Lane 2003-10-31 03:58:15 +00:00
  • d1c496e9d5 Fix for possible referential integrity violation when a qualified ON INSERT rule split the query into one INSERT and one UPDATE where the UPDATE then hit's the just created row without modifying the key fields again. In this special case, the new key slipped in totally unchecked. Jan Wieck 2003-10-31 03:57:42 +00:00
  • ede9b68e03 Use Tcl ByteArray objects to avoid unwanted character set translation in libpgtcl's lo_read/lo_write commands. Also, deal correctly with failure return from lo_read(). ljb and Tom Lane. Tom Lane 2003-10-31 00:18:55 +00:00
  • e84487f67a Further work on tab completion code: arrange for system catalogs to be offered for completion only when the input-so-far is at least 'pg_'. This seems to be the best compromise behavior emerging from yesterday's discussion. While at it, refactor code to eliminate repetitive use of nearly identical queries, which was exceedingly tedious to maintain. Also const-ify code more thoroughly in hopes of moving constant data into text segment, and remove unnecessary length limit on queries. Tom Lane 2003-10-30 21:37:38 +00:00
  • fcfbd434cc Fix markup by using <note> for comments. Bruce Momjian 2003-10-30 20:49:47 +00:00
  • d8df98d026 More SGML cleanup. Bruce Momjian 2003-10-30 20:31:24 +00:00
  • 39b752f6b7 SGML cleanup. Bruce Momjian 2003-10-30 20:29:35 +00:00
  • c0d92dc489 Update SGML release notes with Peter's direction. Does not compile because of section adjustments still needed. Bruce Momjian 2003-10-30 20:25:36 +00:00
  • 216bc11020 Mark release note comments as new subsections rather than footnotes, per Peter. Bruce Momjian 2003-10-30 19:43:01 +00:00
  • 3108b5db28 Allow the query for a plpgsql cursor to begin with '(' as well as 'SELECT'. Per example from Kumar, 30-Oct-03. Tom Lane 2003-10-30 17:18:55 +00:00
  • f4b4d7ce60 use the result set to set the fetchsize Dave Cramer 2003-10-30 12:18:56 +00:00
  • f590a5ea72 Applied patch by Dave Cramer to fix several bugs in compatlib. Michael Meskes 2003-10-30 10:19:30 +00:00
  • d807bbe837 Fix markup for new release footnotes. Bruce Momjian 2003-10-30 03:46:42 +00:00
  • 60b198a768 Update FAQ_DEV: elog => ereport. Bruce Momjian 2003-10-30 02:40:29 +00:00
  • 9e692f2307 Support for qualified type names in PL/Tcl's spi_prepare command. Jan Wieck 2003-10-30 02:00:44 +00:00
  • d46f9cd3bd Update more release descriptions. Bruce Momjian 2003-10-29 23:28:59 +00:00
  • 8478bbfd76 Add more footnote comments to the release notes. Bruce Momjian 2003-10-29 22:54:01 +00:00
  • f016c92ea4 Fix some corner cases in ACL manipulation: don't foul up on an empty ACL array, and force languages to be treated as owned by the bootstrap user ID. (pg_language should have a lanowner column, but until it does this will have to do as a workaround.) Tom Lane 2003-10-29 22:20:54 +00:00
  • 1a2be80ee7 Add first release note detail item. Bruce Momjian 2003-10-29 20:38:19 +00:00
  • a00d6b23eb Update for 7.4 --- prefer IN to EXISTS. Bruce Momjian 2003-10-29 20:20:12 +00:00
  • a35deb5400 Give a useful error message if a RangeVar is encountered in an expression. Per example from Ian Barwick, 28-Oct-03. Tom Lane 2003-10-29 18:10:15 +00:00
  • abec4cbf1f compact_fsm_storage() does need to handle the case where a relation's FSM data has to be both moved down and compressed. Per report from Dror Matalon. Tom Lane 2003-10-29 17:36:57 +00:00
  • d890c1d065 Update for OSF 4.0 platform. Bruce Momjian 2003-10-29 13:42:55 +00:00
  • 7ecb6ede28 Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatically delete cursors Dave Cramer 2003-10-29 02:39:10 +00:00
  • 15c6764bda Don't include "schema." in the set of possible tab completions once "schema." has been typed. This allows readline to complete subsequent characters immediately if all relations in the target schema start with the same prefix. This actually worked before, but I unintentionally broke it a few days ago. Also, make completion schema-aware for GRANT, REVOKE, VACUUM. Tom Lane 2003-10-28 23:35:52 +00:00
  • 979b537522 Include -lkrb5 when needed for shlibs depending on libpq. Per report from Johan Henselmans. Tom Lane 2003-10-28 21:55:58 +00:00
  • 0847c879a9 Don't choke when the handler for a procedural language is located in the pg_catalog schema. Per bug report some months back from Jochem van Dieten. Tom Lane 2003-10-28 21:05:39 +00:00
  • e554e2b090 Don't choke when the handler for a procedural language is located in the pg_catalog schema. Per bug report some months back from Jochem van Dieten. Tom Lane 2003-10-28 21:05:29 +00:00
  • 573f8c0116 Guard against Ant versions that print CLASSPATH before the version number in -version output. Per report from Johann Uhrmann. Tom Lane 2003-10-28 20:26:47 +00:00
  • 50cb974068 Adjust wording to avoid giving the impression that schema USAGE privilege hides system catalog entries. Tom Lane 2003-10-28 20:18:09 +00:00
  • 53b714d2a7 Add --describe-config to top of postgres manual page. Bruce Momjian 2003-10-28 19:39:18 +00:00
  • 6228228009 Document --describe-config. Bruce Momjian 2003-10-28 15:01:27 +00:00
  • 700f7f4227 Change Solaris tests to test for SHM_SHARE_MMU, per Tom. Bruce Momjian 2003-10-27 18:30:07 +00:00
  • 5db5cbb838 Update Win32 clients. Bruce Momjian 2003-10-27 15:35:10 +00:00
  • f88c15991b Un-break Darwin port. Tom Lane 2003-10-27 07:42:34 +00:00
  • e781a1a95d Here is an update to the dbmirror README file. Bruce Momjian 2003-10-27 02:52:45 +00:00
  • 03a2c3b586 Fix MOVE/FETCH wording. Bruce Momjian 2003-10-27 02:51:39 +00:00
  • 866c850cf5 Update intel solaris. Bruce Momjian 2003-10-26 14:31:09 +00:00
  • 8f67daded7 Improve indenting of port entries. Bruce Momjian 2003-10-26 13:28:46 +00:00
  • 98fa527942 Update Solaris 5.6. Bruce Momjian 2003-10-26 13:26:41 +00:00
  • 06495a7324 Correct version numbers. Peter Eisentraut 2003-10-26 11:14:39 +00:00
  • 0262337ad3 Fixed bug with indicators when storage for the string is dynamically allocated. Michael Meskes 2003-10-26 09:50:47 +00:00
  • d47e9bd023 'sun' => '__sun__' Bruce Momjian 2003-10-26 04:54:44 +00:00
  • 15f98a3e51 Test for 'sun' rather than 'solaris' for intimate shared memory. Bruce Momjian 2003-10-26 04:53:24 +00:00
  • 3c9a32d4a2 Fix two bugs in funcs.source that made the tutorial script fail. Bruce Momjian 2003-10-26 04:51:51 +00:00
  • b3a10a88d7 Update MOVE/FETCH release note mention. Bruce Momjian 2003-10-26 04:50:16 +00:00
  • 8cdadab4dd Add: Bruce Momjian 2003-10-26 04:43:55 +00:00
  • eb1c22c39d Add mention of quotes on function body to NOTES section. Bruce Momjian 2003-10-26 04:34:05 +00:00
  • b80b384b78 Allow win32 client compiles with MSC. Bruce Momjian 2003-10-26 04:29:15 +00:00
  • 2cd5abd4d1 *** empty log message *** Bruce Momjian 2003-10-26 04:21:43 +00:00
  • 070c33c8e1 Add: Bruce Momjian 2003-10-26 02:57:39 +00:00
  • 8b3414d247 Uppercase a few keywords in queries. Bruce Momjian 2003-10-26 02:53:45 +00:00
  • ce26858fac Update for m68k from Peter. Bruce Momjian 2003-10-26 01:41:10 +00:00
  • cc9c59af24 Update for No&egrave;l K&ouml;the in SGML. Bruce Momjian 2003-10-26 01:39:43 +00:00
  • f6332c7354 Mark Linux/ppc as working. Bruce Momjian 2003-10-26 01:32:36 +00:00
  • c8013b60cb Mark linux m68k, alpha as working. Bruce Momjian 2003-10-26 01:19:57 +00:00
  • bcc6c9da83 Remove very old platforms as unsupported, <=7.0. Bruce Momjian 2003-10-26 01:17:31 +00:00
  • 454c670cce Mark true64 os version as 5.1. Bruce Momjian 2003-10-26 01:06:35 +00:00
  • dc46010e18 Mark true64 alpha port as working. Bruce Momjian 2003-10-26 01:05:53 +00:00
  • 52008990e9 Fix Hans' name in SGML. Bruce Momjian 2003-10-26 00:58:31 +00:00
  • b10cd331fe Update aix port. Bruce Momjian 2003-10-26 00:31:48 +00:00
  • 72ecc222b7 Fix #elif typo. Bruce Momjian 2003-10-26 00:27:59 +00:00
  • 1fdbc8cc20 Update linux/mips port. Bruce Momjian 2003-10-26 00:26:13 +00:00
  • 530f997e6e Update linux/mips port. Bruce Momjian 2003-10-26 00:22:51 +00:00
  • 823240bf64 update linux ports for arm, s390, itanium. Bruce Momjian 2003-10-26 00:21:04 +00:00
  • d3423926c8 Update for port freebsd/alpha. Bruce Momjian 2003-10-26 00:00:40 +00:00
  • e9cd1c771f Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke on 0.0/0.0. That option appears to affect the regression test result as well. The compiler documentation doesn't recommend -O4 for universal use, so let's stick to the conservative -O (== -O2) by default. Peter Eisentraut 2003-10-25 20:18:53 +00:00
  • 8e8816c777 Translation update Peter Eisentraut 2003-10-25 18:18:19 +00:00
  • 002e7b3789 Translation updates Peter Eisentraut 2003-10-25 18:03:21 +00:00
  • 378f59904a Fix CFLAGS selection to actually work. Add test to detect whether gcc's option -fno-strict-aliasing is available. Peter Eisentraut 2003-10-25 15:32:11 +00:00
  • 6db0a6b035 Remove socket credentials defines not referenced. Bruce Momjian 2003-10-25 03:48:47 +00:00
  • 1919b62058 Update Netbsd/i386 port. Bruce Momjian 2003-10-25 03:23:47 +00:00
  • 561a8ca808 Update ports for Solaris. Bruce Momjian 2003-10-25 03:17:43 +00:00
  • e69b2f3b0e Remove weird test in ccsym Bruce Momjian 2003-10-24 21:28:52 +00:00
  • e0ca78fb87 Update openbsd port. Bruce Momjian 2003-10-24 21:09:08 +00:00
  • cded27cacd Don't reference pthread.h unless we have threads enabled, per Peter. Bruce Momjian 2003-10-24 20:48:10 +00:00
  • 863d793fa3 Update for osX 10.3. Bruce Momjian 2003-10-24 20:44:19 +00:00
  • 7d4844f247 Update ports for freebsd, cygwin. Bruce Momjian 2003-10-24 20:39:09 +00:00
  • 2034a87a53 Use AROPT, not hard-coded flags. Peter Eisentraut 2003-10-24 20:31:43 +00:00
  • 2a9986f7d5 Update Linux/Sparc 32-bit port. Bruce Momjian 2003-10-24 16:30:53 +00:00
  • 7672a1056d Update Linux x86 port. Bruce Momjian 2003-10-24 16:29:00 +00:00
  • b97e0aa650 Update OSX port. Bruce Momjian 2003-10-24 15:56:29 +00:00
  • 79c0082d70 Mark BSD/OS as working in 7.4. Bruce Momjian 2003-10-24 15:31:29 +00:00
  • 739839b7f7 Move pre-7.3 platforms to unsupported. Bruce Momjian 2003-10-24 15:30:52 +00:00
  • b3be5e65e8 Translation updates Peter Eisentraut 2003-10-24 12:07:56 +00:00
  • 43b472f83f Move 2phase discussion to 7.5 queue, not TODO.detail. Bruce Momjian 2003-10-24 03:24:56 +00:00
  • 1c6f65db84 Move 2phase discussion to 7.5 queue, not TODO.detail. Bruce Momjian 2003-10-24 03:24:32 +00:00
  • 21b1d41ef3 Add 2-phase TODO.detail. Bruce Momjian 2003-10-24 03:21:37 +00:00
  • 2a197c7cce Add TODO.detail: Bruce Momjian 2003-10-24 03:20:36 +00:00