|
| 1 | +2001-03-20 17:31 momjian |
| 2 | + |
| 3 | + * src/backend/utils/misc/ps_status.c: Fix 'ps' WAIT status display |
| 4 | + bug on setproctitle() platforms, cleared by Tom Lane. |
| 5 | + |
| 6 | +2001-03-20 17:15 momjian |
| 7 | + |
| 8 | + * doc/: FAQ_japanese, src/FAQ/FAQ_japanese.html: Update Japanese |
| 9 | + FAQ. |
| 10 | + |
| 11 | +2001-03-20 15:54 tgl |
| 12 | + |
| 13 | + * doc/src/sgml/ref/: create_table_as.sgml, select.sgml, |
| 14 | + select_into.sgml: Recommend CREATE TABLE AS in preference to SELECT |
| 15 | + INTO. Remove the (inadequate anyway) mention of SELECT INTO from |
| 16 | + the main SELECT ref page. Point out that SELECT INTO means |
| 17 | + something else in plpgsql and ecpg. |
| 18 | + |
| 19 | +2001-03-19 22:08 tgl |
| 20 | + |
| 21 | + * contrib/intarray/: README.intarray, _int.c, data/test__int.data, |
| 22 | + expected/_int.out: Repair intarray's problems with TOASTed input, |
| 23 | + avoid scribbling on source data, improve split algorithm for |
| 24 | + intbig_ops. Oleg Bartunov with some kibitzing from Tom Lane. |
| 25 | + |
| 26 | +2001-03-19 19:18 tgl |
| 27 | + |
| 28 | + * doc/FAQ_HPUX: Mention that parallel regress script needs to be |
| 29 | + run under ksh not sh on HPUX. |
| 30 | + |
| 31 | +2001-03-19 19:09 tgl |
| 32 | + |
| 33 | + * src/test/regress/README, doc/src/sgml/regress.sgml: Discuss |
| 34 | + LOCALE differences as a reason for regression test failure. |
| 35 | + |
| 36 | +2001-03-19 17:29 tgl |
| 37 | + |
| 38 | + * src/backend/utils/mmgr/aset.c: Tweak out-of-memory error messages |
| 39 | + to include the request size, so that it's easier to tell whether a |
| 40 | + bug report is talking about progressive memory exhaustion or a |
| 41 | + wacko requested chunk size. |
| 42 | + |
| 43 | +2001-03-19 17:27 tgl |
| 44 | + |
| 45 | + * src/backend/: regex/regerror.c, regex/regex.3, |
| 46 | + utils/adt/regexp.c: Make regular-expression error messages a tad |
| 47 | + less obscure, per gripe from Josh Berkus. |
| 48 | + |
| 49 | +2001-03-19 16:57 momjian |
| 50 | + |
| 51 | + * src/interfaces/jdbc/README: Update Peter Mount's email address in |
| 52 | + README. |
| 53 | + |
| 54 | +2001-03-19 11:20 petere |
| 55 | + |
| 56 | + * doc/src/sgml/ref/ecpg-ref.sgml: Add missing TO. |
| 57 | + |
| 58 | +2001-03-19 11:19 petere |
| 59 | + |
| 60 | + * doc/src/sgml/: backup.sgml, installation.sgml: Add note about |
| 61 | + saving large objects during upgrade. |
| 62 | + |
| 63 | +2001-03-18 21:35 pjw |
| 64 | + |
| 65 | + * src/bin/pg_dump/: pg_backup.h, pg_backup_archiver.c, |
| 66 | + pg_backup_archiver.h, pg_backup_custom.c, pg_backup_db.c, |
| 67 | + pg_backup_db.h, pg_backup_files.c, pg_backup_null.c, |
| 68 | + pg_backup_tar.c, pg_backup_tar.h, pg_dump.c, pg_restore.c: - Added |
| 69 | + CVS headers to files |
| 70 | + - Avoid forcing table name to lower case in FixupBlobXrefs |
| 71 | + - Removed fmtId calls for all ArchiveEntry name fields. This fixes |
| 72 | + quoting problems in trigger enable/disable code for mixed case |
| 73 | + table names, and avoids commands like 'pg_restore -t '"TblA"' |
| 74 | + |
| 75 | +2001-03-18 18:36 tgl |
| 76 | + |
| 77 | + * contrib/intarray/_int.c: Restore include-file updates, and fix |
| 78 | + some of the more glaring macro sloppiness (insufficient |
| 79 | + parenthesization, etc). It still fails regress test for me, |
| 80 | + however. |
| 81 | + |
| 82 | +2001-03-18 18:35 tgl |
| 83 | + |
| 84 | + * contrib/intarray/Makefile: Restore Peter's makefile fixes. |
| 85 | + |
| 86 | +2001-03-18 15:27 tgl |
| 87 | + |
| 88 | + * src/bin/pg_ctl/pg_ctl.sh: Give postmaster enough time to update |
| 89 | + the pidfile before checking to see if it's been updated. Skip the |
| 90 | + whole mess if we didn't see any old pidfile. |
| 91 | + |
| 92 | +2001-03-18 15:18 tgl |
| 93 | + |
| 94 | + * src/: backend/access/transam/transam.c, |
| 95 | + backend/access/transam/varsup.c, backend/access/transam/xlog.c, |
| 96 | + backend/storage/ipc/sinval.c, include/access/transam.h, |
| 97 | + include/access/xlog.h, include/catalog/pg_control.h: Remove NEXTXID |
| 98 | + xlog record type to avoid three-way deadlock risk. NEXTXID isn't |
| 99 | + really necessary, per previous discussion in pghackers, but I |
| 100 | + mulishy insisted we should put it in anyway. Mea culpa. |
| 101 | + |
| 102 | +2001-03-18 15:13 tgl |
| 103 | + |
| 104 | + * src/backend/storage/lmgr/lock.c: When we add 'waiting' to the |
| 105 | + ps_status display, there should be a space in front of it. Improve |
| 106 | + comments a little. |
| 107 | + |
| 108 | +2001-03-18 13:32 tgl |
| 109 | + |
| 110 | + * src/backend/port/qnx4/: ipc.h, shm.h: Considering the BeOS port |
| 111 | + didn't compile without IPC_STAT and shm_nattch, I'm betting the |
| 112 | + QNX4 port does not either ... |
| 113 | + |
| 114 | +2001-03-18 13:22 tgl |
| 115 | + |
| 116 | + * src/: include/port/beos.h, backend/port/beos/shm.c, |
| 117 | + backend/port/beos/support.c, backend/utils/init/miscinit.c: Patches |
| 118 | + from Cyril Velter to make shared-memory-conflict-detection code |
| 119 | + work in BeOS port. |
| 120 | + |
| 121 | +2001-03-17 22:45 pjw |
| 122 | + |
| 123 | + * src/bin/pg_dump/pg_backup_archiver.c: Fixed but in |
| 124 | + _enableTriggersIfNecessary introduced by previous patches by me |
| 125 | + which caused segfault in a data-only retore with BLOBs |
| 126 | + |
| 127 | +2001-03-17 21:25 tgl |
| 128 | + |
| 129 | + * src/bin/pg_dump/pg_backup_custom.c: Fix coredump due to writing |
| 130 | + one more byte than we'd allocated. |
| 131 | + |
| 132 | +2001-03-17 19:30 tgl |
| 133 | + |
| 134 | + * src/backend/access/transam/xlog.c: Make sure ControlFile |
| 135 | + logId/logSeg don't go backwards (barely possible given a slow |
| 136 | + backend, if we update unconditionally as the code did before). |
| 137 | + |
| 138 | +2001-03-17 16:59 momjian |
| 139 | + |
| 140 | + * contrib/intarray/: Makefile, README.intarray, _int.c, |
| 141 | + _int.sql.in, bench/create_test.pl, expected/_int.out, sql/_int.sql: |
| 142 | + Update contrib intarray to Jan 25 version. |
| 143 | + |
| 144 | +2001-03-17 15:54 tgl |
| 145 | + |
| 146 | + * src/backend/access/transam/xlog.c: Rearrange XLogFileInit so that |
| 147 | + control-file spinlock is not held while filling the new log file |
| 148 | + with zeroes, only while renaming it into place. This should |
| 149 | + prevent problems with 'stuck spinlock' errors under heavy load. |
| 150 | + |
| 151 | +2001-03-17 13:15 petere |
| 152 | + |
| 153 | + * HISTORY: Reformat the "major changes" to 72 or so columns. |
| 154 | + |
| 155 | +2001-03-17 13:08 petere |
| 156 | + |
| 157 | + * doc/src/sgml/plsql.sgml: Repair. |
| 158 | + |
| 159 | +2001-03-17 11:27 petere |
| 160 | + |
| 161 | + * doc/src/sgml/ref/: createdb.sgml, pg_dump.sgml, pg_restore.sgml, |
| 162 | + pgaccess-ref.sgml, postgres-ref.sgml, vacuumdb.sgml: Tuning for |
| 163 | + docbook2man. |
| 164 | + |
| 165 | +2001-03-16 20:53 thomas |
| 166 | + |
| 167 | + * doc/src/sgml/plsql.sgml: New updates from Roberto Mello sent |
| 168 | + privately today due to email troubles. |
| 169 | + |
| 170 | +2001-03-16 17:12 petere |
| 171 | + |
| 172 | + * doc/FAQ_MSWIN: Make note that version 1.1.8 doesn't work. |
| 173 | + |
0 commit comments