| Age | Commit message (Expand) | Author |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-09-12 | Btree WAL records. | Vadim B. Mikheev |
| 2000-09-12 | This patch implements the following command: | Bruce Momjian |
| 2000-09-12 | This patch implements a different "relkind" | Bruce Momjian |
| 2000-09-10 | This is temporal place holder for Relation File Node till | Vadim B. Mikheev |
| 2000-09-07 | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev |
| 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-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
| 2000-08-29 | * to_char: | Bruce Momjian |
| 2000-08-29 | Update obsolete comments. | Tom Lane |
| 2000-08-27 | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut |
| 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 | Change return type of: | Tatsuo Ishii |
| 2000-08-25 | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut |
| 2000-08-24 | GetAttributeByName and GetAttributeByNum should be declared to return | 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-22 | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane |
| 2000-08-21 | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane |
| 2000-08-21 | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane |
| 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-20 | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut |
| 2000-08-20 | Make functional indexes accept binary-compatible functions, for example | Tom Lane |
| 2000-08-13 | Clean up handling of variable-free qual clauses. System now does the | Tom Lane |
| 2000-08-12 | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane |
| 2000-08-11 | Update comments for some parse node types. | Tom Lane |
| 2000-08-10 | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue |
| 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-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 | Clean up inefficiency in ExecRelCheck, and cause it to do the right | 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-04 | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane |
| 2000-08-03 | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane |
| 2000-08-03 | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | 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 |