forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit12e5b8d
committed
Updates from Tom:
< * Allow logging of query durations> * -Allow logging of query durations51,52d50< * Make single-user local access permissions the default by limiting< permissions on the socket file (Peter E)72,73c70,71< * Reserve last few process slots for super-user if max_connections reached< * Add GUC parameter to print queries that generate errors> * -Reserve last few process slots for super-user if max_connections reached> * -Add GUC parameter to print queries that generate errors82,83c80,81< * Declare typein/out functions in pg_proc with a special "C string" data type< * Functions returning sets do not totally work> * -Declare typein/out functions in pg_proc with a special "C string" data type> * -Functions returning sets do not totally work90c88< * Allow bytea to handle LIKE with non-TEXT patterns> * -Allow bytea to handle LIKE with non-TEXT patterns94c92< o Store binary-compatible type information in the system> o -Store binary-compatible type information in the system97d94< o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes102c99< o Ensure we have array-eq operators for every built-in array type> o -Ensure we have array-eq operators for every built-in array type119d115< * Allow setting database character set without multibyte enabled152d147< * Have UPDATE/DELETE clean out indexes198,199d192< o ALTER TABLE ADD COLUMN to inherited table put column in wrong place< [inheritance]201d193< o Add ALTER FUNCTION203,204c195,196< o -ALTER TABLE ADD PRIMARY KEY (Tom)< o -ALTER TABLE ADD UNIQUE (Tom)> o -ALTER TABLE ADD PRIMARY KEY (Christopher)> o -ALTER TABLE ADD UNIQUE (Christopher)248c240< o -Remove SET KSQO option now that OR processing is improved (Tom)> o -Remove SET KSQO option now that OR processing is improved (Bruce)280c272< * Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs> * -Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs287d278< * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini318,322d308< * ODBC< o ODBC 3.0 support< o Unicode(UCS-2) support< o Updatable cursors support<337c323< * Fix foreign key constraints to not error on intermediate db states (Stephan)> * -Fix foreign key constraints to not error on intermediate db states (Stephan)352c338< * Propagate column or table renaming to foreign key constraints> * -Propagate column or table renaming to foreign key constraints447c433< * Remove wal_files postgresql.conf option because WAL files are now recycled> * -Remove wal_files postgresql.conf option because WAL files are now recycled460c446< * Improve dynamic memory allocation by introducing tuple-context memory> * -Improve dynamic memory allocation by introducing tuple-context memory463c449< * Nested FULL OUTER JOINs don't work (Tom)> * -Nested FULL OUTER JOINs don't work (Tom)1 parent460ee04 commit12e5b8d
1 file changed
+18
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
72 | | - | |
73 | | - | |
| 70 | + | |
| 71 | + | |
74 | 72 | | |
75 | 73 | | |
76 | 74 | | |
| |||
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | | - | |
83 | | - | |
| 80 | + | |
| 81 | + | |
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
90 | | - | |
| 88 | + | |
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
94 | | - | |
| 92 | + | |
95 | 93 | | |
96 | 94 | | |
97 | | - | |
98 | 95 | | |
99 | 96 | | |
100 | 97 | | |
101 | 98 | | |
102 | | - | |
| 99 | + | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
| |||
116 | 113 | | |
117 | 114 | | |
118 | 115 | | |
119 | | - | |
120 | 116 | | |
121 | 117 | | |
122 | 118 | | |
| |||
149 | 145 | | |
150 | 146 | | |
151 | 147 | | |
152 | | - | |
153 | 148 | | |
154 | 149 | | |
155 | 150 | | |
| |||
195 | 190 | | |
196 | 191 | | |
197 | 192 | | |
198 | | - | |
199 | | - | |
200 | 193 | | |
201 | | - | |
202 | 194 | | |
203 | | - | |
204 | | - | |
| 195 | + | |
| 196 | + | |
205 | 197 | | |
206 | 198 | | |
207 | 199 | | |
| |||
245 | 237 | | |
246 | 238 | | |
247 | 239 | | |
248 | | - | |
| 240 | + | |
249 | 241 | | |
250 | 242 | | |
251 | 243 | | |
| |||
277 | 269 | | |
278 | 270 | | |
279 | 271 | | |
280 | | - | |
| 272 | + | |
281 | 273 | | |
282 | 274 | | |
283 | 275 | | |
284 | 276 | | |
285 | 277 | | |
286 | 278 | | |
287 | | - | |
288 | 279 | | |
289 | 280 | | |
290 | 281 | | |
| |||
315 | 306 | | |
316 | 307 | | |
317 | 308 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | 309 | | |
324 | 310 | | |
325 | 311 | | |
| |||
334 | 320 | | |
335 | 321 | | |
336 | 322 | | |
337 | | - | |
| 323 | + | |
338 | 324 | | |
339 | 325 | | |
340 | 326 | | |
| |||
349 | 335 | | |
350 | 336 | | |
351 | 337 | | |
352 | | - | |
| 338 | + | |
353 | 339 | | |
354 | 340 | | |
355 | 341 | | |
| |||
444 | 430 | | |
445 | 431 | | |
446 | 432 | | |
447 | | - | |
| 433 | + | |
448 | 434 | | |
449 | 435 | | |
450 | 436 | | |
| |||
457 | 443 | | |
458 | 444 | | |
459 | 445 | | |
460 | | - | |
| 446 | + | |
461 | 447 | | |
462 | 448 | | |
463 | | - | |
| 449 | + | |
464 | 450 | | |
465 | 451 | | |
466 | 452 | | |
| |||
0 commit comments
Comments
(0)