| Age | Commit message (Expand) | Author |
| 2000-09-29 | Cygwin uses _sys_nerr for sys_nerr | Peter Eisentraut |
| 2000-09-25 | When the RI triggers lock the PK table, temporarily switch the current user | Peter Eisentraut |
| 2000-09-25 | Use variable aliases, if supplied, rather than real column names in | Tom Lane |
| 2000-09-25 | the patch include: | Bruce Momjian |
| 2000-09-19 | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut |
| 2000-09-18 | Make rule lister use aliases from FROM clause when a table column has | Tom Lane |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-09-12 | Suppress compile warnings caused by failure to use PG_RETURN macro. | Tom Lane |
| 2000-09-12 | Modify date->timestamp conversion to use mktime(). | Thomas G. Lockhart |
| 2000-09-12 | This patch implements a different "relkind" | Bruce Momjian |
| 2000-09-12 | O.K. - | Bruce Momjian |
| 2000-09-06 | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-09-05 | Added functions | Jan Wieck |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-30 | Improve the following. | Hiroshi Inoue |
| 2000-08-29 | * to_char: | Bruce Momjian |
| 2000-08-28 | Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B. | Peter Eisentraut |
| 2000-08-28 | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut |
| 2000-08-27 | Change pg_mblen and pg_encoding_mblen return types from void | Tatsuo Ishii |
| 2000-08-26 | Tired of seeing these warnings ... | Tom Lane |
| 2000-08-26 | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane |
| 2000-08-25 | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane |
| 2000-08-25 | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut |
| 2000-08-24 | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane |
| 2000-08-23 | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart |
| 2000-08-22 | Add multibyte support for both LIKE and ILIKE | Tatsuo Ishii |
| 2000-08-22 | Add some more Assert checks. | Tom Lane |
| 2000-08-21 | Fix format_type() to display correct lengths for BIT/BIT VARYING. | Tom Lane |
| 2000-08-21 | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane |
| 2000-08-13 | Clean up handling of variable-free qual clauses. System now does the | Tom Lane |
| 2000-08-12 | Fix ruleutils to produce correct output for array assignment, such | Tom Lane |
| 2000-08-11 | Remove debugging Assert that should never have been committed in the | Tom Lane |
| 2000-08-11 | Make debug_assertions default to ON, when compiled in at all, for | Tom Lane |
| 2000-08-09 | Reimplement MULTIBYTE support (oops). Not tested, but it does compile. | Thomas G. Lockhart |
| 2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
| 2000-08-07 | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane |
| 2000-08-07 | Clean up code to remove the explicit backslash cruft. | Thomas G. Lockhart |
| 2000-08-07 | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane |
| 2000-08-06 | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart |
| 2000-08-06 | Toast all the system-table columns that seem to need it. It turns out | Tom Lane |
| 2000-08-06 | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane |
| 2000-08-05 | > I had to back out the patch. It only compiles with multi-byte enabled. | Bruce Momjian |
| 2000-08-04 | Back out to_ascii patch from Karel. | Bruce Momjian |
| 2000-08-04 | Add missing files from Karel, tip from Jan. | Bruce Momjian |
| 2000-08-04 | to_ascii( text ) | Bruce Momjian |
| 2000-08-03 | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane |
| 2000-08-03 | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane |
| 2000-08-03 | Repair bug noted by Paul Caskey: neqsel() has been generating a bogus | Tom Lane |