| Commit message (Expand) | Author | Age |
* | Use variable aliases, if supplied, rather than real column names in | Tom Lane | 2000-09-25 |
* | Karel missed an ichar->chr ... | Tom Lane | 2000-09-25 |
* | the patch include: | Bruce Momjian | 2000-09-25 |
* | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane | 2000-09-19 |
* | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 |
* | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut | 2000-09-17 |
* | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane | 2000-09-15 |
* | 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-12 |
* | This is temporal place holder for Relation File Node till | Vadim B. Mikheev | 2000-09-10 |
* | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev | 2000-09-07 |
* | 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-06 |
* | Added functions | Jan Wieck | 2000-09-05 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | 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-29 |
* | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 |
* | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 |
* | 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-25 |
* | 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-24 |
* | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart | 2000-08-23 |
* | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane | 2000-08-22 |
* | 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-21 |
* | 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-20 |
* | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 |
* | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane | 2000-08-12 |
* | Update comments for some parse node types. | Tom Lane | 2000-08-11 |
* | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue | 2000-08-10 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | 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-07 |
* | 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-06 |
* | > I had to back out the patch. It only compiles with multi-byte enabled. | Bruce Momjian | 2000-08-05 |
* | 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 |