forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit80ed639
committed
Update done items:
< * Allow elog() to return error codes, module name, file name, line< number, not just messages (Peter E)< * Add error codes (Peter E)< * Make error messages more consistent [error]> * -Allow elog() to return error codes, module name, file name, line> number, not just messages (Tom)> * -Add error codes (Tom)> * -Make error messages more consistent40c40< * Add GUC log_statement_and_duration to print statement and >= min duration> * -Add GUC log_statement_and_duration to print statement and >= min duration84c84< * Allow current datestyle to restrict dates; prevent month/day swapping> * -Allow current datestyle to restrict dates; prevent month/day swapping86c86< * Prevent month/day swapping of ISO dates to make invalid dates valid> * -Prevent month/day swapping of ISO dates to make invalid dates valid88c88< * Delay resolution of array expression type so assignment coercion> * -Delay resolution of array expression type so assignment coercion93c93< o Allow arrays to be ORDER'ed> o -Allow arrays to be ORDER'ed116c116< * Remove Cyrillic recode support> * -Remove Cyrillic recode support144c144< * Certain indexes will not shrink, e.g. indexes on ever-increasing> * -Certain indexes will not shrink, e.g. indexes on ever-increasing185c185< * Have SELECT '13 minutes'::interval display zero seconds in ISO datestyle> * -Have SELECT '13 minutes'::interval display zero seconds in ISO datestyle196c196< o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)> o --Add ALTER TABLE tab SET WITHOUT OIDS (Rod)221c221< stored in the backend> stored in the backend (Gavin)235c235< o Allow EXPLAIN EXECUTE to see prepared plans> o -Allow EXPLAIN EXECUTE to see prepared plans241d240< o Add untrusted version of plpython265c264< * Allow psql to show transaction status if backend protocol changes made> * -Allow psql to show transaction status if backend protocol changes made272,273c271,272< * Modify pg_get_triggerdef() to take a boolean to pretty-print,< and use that as part of pg_dump along with psql> * -Modify pg_get_triggerdef() to take a boolean to pretty-print,> and use that as part of pg_dump along with psql292c291< o Add SQLSTATE> o -Add SQLSTATE296c295< o Implement SQLDA (do we really need this?)> o -Implement SQLDA364d362< * Allow binding query args over FE/BE protocol378c376,377< * Provide automatic running of vacuum in the background (Tom) [vacuum]> * Provide automatic running of vacuum in the background in backend> rather than in /contrib [vacuum]427c426< * Allow Subplans to use efficient joins(hash, merge) with upper variable> * -Allow Subplans to use efficient joins(hash, merge) with upper variable429c428< * Allow merge and hash joins on expressions not just simple variables (Tom)> * -Allow merge and hash joins on expressions not just simple variables (Tom)474c473< * Remove memory/file descriptor freeing befor elog(ERROR) (Bruce)> * Remove memory/file descriptor freeing before ereport(ERROR) (Bruce)489,490c488,489< o Show transaction status in psql< o Allow binding of query parameters, support for prepared queries> o -Show transaction status in psql> o -Allow binding of query parameters, support for prepared queries492,494c491,493< o Remove hard-coded limits on user/db/password names< o Remove unused elements of startup packet (unused, tty, passlength)< o Fix COPY/fastpath protocol?> o -Remove hard-coded limits on user/db/password names> o -Remove unused elements of startup packet (unused, tty, passlength)> o -Fix COPY/fastpath protocol496,497c495< o Replication support?< o Error codes> o -Error codes500d497< o ecpg improvements?503c500< o Report server version number, database encoding, client encoding> o -Report server version number, database encoding, client encoding1 parentcce40d1 commit80ed639
1 file changed
+34
-37
lines changedLines changed: 34 additions & 37 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
| 185 | + | |
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
| 221 | + | |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 |
| - | |
| 235 | + | |
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
242 | 241 |
| |
243 | 242 |
| |
244 | 243 |
| |
| |||
262 | 261 |
| |
263 | 262 |
| |
264 | 263 |
| |
265 |
| - | |
| 264 | + | |
266 | 265 |
| |
267 | 266 |
| |
268 | 267 |
| |
269 | 268 |
| |
270 | 269 |
| |
271 | 270 |
| |
272 |
| - | |
273 |
| - | |
| 271 | + | |
| 272 | + | |
274 | 273 |
| |
275 | 274 |
| |
276 | 275 |
| |
| |||
289 | 288 |
| |
290 | 289 |
| |
291 | 290 |
| |
292 |
| - | |
| 291 | + | |
293 | 292 |
| |
294 | 293 |
| |
295 | 294 |
| |
296 |
| - | |
| 295 | + | |
297 | 296 |
| |
298 | 297 |
| |
299 | 298 |
| |
| |||
361 | 360 |
| |
362 | 361 |
| |
363 | 362 |
| |
364 |
| - | |
365 | 363 |
| |
366 | 364 |
| |
367 | 365 |
| |
| |||
375 | 373 |
| |
376 | 374 |
| |
377 | 375 |
| |
378 |
| - | |
| 376 | + | |
| 377 | + | |
379 | 378 |
| |
380 | 379 |
| |
381 | 380 |
| |
| |||
424 | 423 |
| |
425 | 424 |
| |
426 | 425 |
| |
427 |
| - | |
| 426 | + | |
428 | 427 |
| |
429 |
| - | |
| 428 | + | |
430 | 429 |
| |
431 | 430 |
| |
432 | 431 |
| |
| |||
471 | 470 |
| |
472 | 471 |
| |
473 | 472 |
| |
474 |
| - | |
| 473 | + | |
475 | 474 |
| |
476 | 475 |
| |
477 | 476 |
| |
478 |
| - | |
| 477 | + | |
479 | 478 |
| |
480 | 479 |
| |
481 | 480 |
| |
| |||
486 | 485 |
| |
487 | 486 |
| |
488 | 487 |
| |
489 |
| - | |
490 |
| - | |
| 488 | + | |
| 489 | + | |
491 | 490 |
| |
492 |
| - | |
493 |
| - | |
494 |
| - | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
495 | 494 |
| |
496 |
| - | |
497 |
| - | |
| 495 | + | |
498 | 496 |
| |
499 | 497 |
| |
500 |
| - | |
501 | 498 |
| |
502 | 499 |
| |
503 |
| - | |
| 500 | + | |
504 | 501 |
| |
505 | 502 |
| |
506 | 503 |
| |
|
0 commit comments
Comments
(0)