| Age | Commit message (Expand) | Author |
| 2000-10-31 | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut |
| 2000-10-28 | #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp | Peter Eisentraut |
| 2000-10-24 | Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor | Peter Eisentraut |
| 2000-10-23 | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev |
| 2000-10-11 | Fix temp relation handling for indexes, cleanup | Bruce Momjian |
| 2000-10-07 | Arrange that no database accesses are attempted during parser() --- this | Tom Lane |
| 2000-10-05 | Add proofreader's changes to docs. | Bruce Momjian |
| 2000-10-02 | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane |
| 2000-09-25 | Karel missed an ichar->chr ... | Tom Lane |
| 2000-09-19 | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
| 2000-09-07 | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev |
| 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-29 | * to_char: | Bruce Momjian |
| 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-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-21 | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane |
| 2000-08-20 | Standardize on just one spelling of BITSPERBYTE. | Tom Lane |
| 2000-08-13 | Clean up handling of variable-free qual clauses. System now does the | Tom Lane |
| 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 | Include the case-insensitive LIKE prototypes. | Thomas G. Lockhart |
| 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-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-01 | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane |
| 2000-07-31 | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane |
| 2000-07-30 | Type lztext is toast. | Tom Lane |
| 2000-07-30 | Convert all remaining geometric operators to new fmgr style. This | Tom Lane |
| 2000-07-29 | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane |
| 2000-07-29 | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane |
| 2000-07-28 | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane |
| 2000-07-28 | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane |
| 2000-07-27 | Some pedantic compile syntax errors to fix with the following patch | Bruce Momjian |
| 2000-07-22 | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane |
| 2000-07-17 | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane |
| 2000-07-14 | Cleanup of code for creating index entries. Functional indexes with | Tom Lane |
| 2000-07-12 | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut |
| 2000-07-12 | First stage of reclaiming memory in executor by resetting short-term | Tom Lane |
| 2000-07-11 | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian |
| 2000-07-09 | oidvectortypes: use SQL type names and separate by commas | Peter Eisentraut |
| 2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane |