| Commit message (Expand) | Author | Age |
* | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck | 2000-02-27 |
* | Minor improvements in regprocout() and oidvectortypes(). | Tom Lane | 2000-02-27 |
* | Fix poorly worded error messages for unary operator type resolution | Tom Lane | 2000-02-27 |
* | Clean up dependencies for version.o. | Tom Lane | 2000-02-27 |
* | Add date and time datatype handling to convert_to_scalar. (I was waiting | Tom Lane | 2000-02-26 |
* | Change rule dumper to produce reasonable output for casts that assign | Tom Lane | 2000-02-26 |
* | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane | 2000-02-26 |
* | I had managed to break acceptance of "char", which worked in 6.5 to | Tom Lane | 2000-02-26 |
* | Undo a couple of mistaken applications of NameStr() to StringInfos. | Tom Lane | 2000-02-26 |
* | Shared-memory hashtables have non-extensible directories, which means | Tom Lane | 2000-02-26 |
* | Fix longstanding bug that kept functional indexes from working when you | Tom Lane | 2000-02-25 |
* | Suppress timespan and datetime ops from being brought in via pg_dump | Bruce Momjian | 2000-02-24 |
* | Check pending cancel request before waiting for lock | Hiroshi Inoue | 2000-02-24 |
* | Add the check CommonSpecialPortal in use(my fault) | Hiroshi Inoue | 2000-02-24 |
* | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane | 2000-02-24 |
* | Make make_const() check the size and precision of a T_Float Value, | Tom Lane | 2000-02-24 |
* | int8in failed to detect overflow; it really should. | Tom Lane | 2000-02-24 |
* | Change cancel while waiting-for-lock stuff. | Hiroshi Inoue | 2000-02-22 |
* | First post-beta1 bug fix :-(. Silly typo in new coding for doNegate | Tom Lane | 2000-02-22 |
* | Quick hack solution so that pg_dump of views works. Needs repair after | Tom Lane | 2000-02-21 |
* | Oops, commited a test version of this file by accident. Revert. | Tom Lane | 2000-02-21 |
* | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 |
* | Fix "Invalid XID in t_cmin" error in vacuum. | Hiroshi Inoue | 2000-02-21 |
* | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 |
* | fix the TODO | Hiroshi Inoue | 2000-02-21 |
* | Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the | Tom Lane | 2000-02-21 |
* | Further cleanups for type coercion: treat the locution typename(argument) | Tom Lane | 2000-02-20 |
* | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 |
* | Fix broken list-slinging logic in func_select_candidate and | Tom Lane | 2000-02-20 |
* | Even after the great date/time consolidation, TypeCategory() was still | Tom Lane | 2000-02-20 |
* | Reduce proc_exit(1) to proc_exit(0) for errors detected in backend | Tom Lane | 2000-02-20 |
* | Fix SERIAL columns, which Thomas inadvertently broke parsing of. | Tom Lane | 2000-02-20 |
* | Repair longstanding violation of SQL92 semantics: GROUP BY would | Tom Lane | 2000-02-19 |
* | Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. | Tom Lane | 2000-02-19 |
* | Accept the noise-word ALL in aggregate function invocations for SQL92 | Tom Lane | 2000-02-19 |
* | First workaround solution for Jan's column constraint attributes. | Thomas G. Lockhart | 2000-02-19 |
* | Clean up scan.l's handling of \r vs \n --- they are reliably treated as | Tom Lane | 2000-02-19 |
* | Remove gcc warnings. The Postgres world isn't really safe | Tom Lane | 2000-02-19 |
* | Plug some more memory leaks in the planner. It still leaks like a sieve, | Tom Lane | 2000-02-18 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane | 2000-02-18 |
* | Fix assert bug(was my fault) | Hiroshi Inoue | 2000-02-17 |
* | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane | 2000-02-17 |
* | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart | 2000-02-16 |
* | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 |
* | Make ISO date style (e.g. "2000-02-16 09:33") the default. | Thomas G. Lockhart | 2000-02-16 |
* | If we don't have any stats for a boolean column, assume | Tom Lane | 2000-02-16 |
* | Make eqsel produce better results for boolean columns, | Tom Lane | 2000-02-16 |
* | Remove long-dead code. | Tom Lane | 2000-02-15 |
* | Fix missing lfirst() in ListTableAsAttrs(). This code | Tom Lane | 2000-02-15 |