| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unnecessary inclusion, per Andreas. | Tom Lane | 2002-11-04 | 1 | -2/+3 |
| * | Remove encoding lookups from grammar stage, push them back to places | Tom Lane | 2002-11-02 | 1 | -86/+30 |
| * | Arrange to compile flex output files as inclusions into other files | Tom Lane | 2002-11-01 | 2 | -4/+12 |
| * | Clean up gram.y trailing spaces. | Bruce Momjian | 2002-10-31 | 1 | -10/+10 |
| * | Function-call-style type coercions should be treated as explicit | Tom Lane | 2002-10-24 | 2 | -7/+11 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -21/+1 |
| * | Disallow aggregate functions in rule WHERE clauses. Per gripe from | Tom Lane | 2002-10-20 | 1 | -1/+5 |
| * | Fix case where a function in FROM returns a scalar type, but is | Tom Lane | 2002-10-19 | 1 | -8/+25 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 1 | -3/+3 |
| * | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 | 1 | -2/+4 |
| * | Remove commas from %type and %token lists, for compatibility with newer | Tom Lane | 2002-09-22 | 1 | -161/+161 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 1 | -1/+5 |
| * | Bring SIMILAR TO and SUBSTRING into some semblance of conformance with | Tom Lane | 2002-09-22 | 1 | -5/+23 |
| * | Move most of the error checking for foreign-key constraints out of | Tom Lane | 2002-09-22 | 1 | -416/+38 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 10 | -475/+453 |
| * | Fix some operator-precedence problems. New constructs IS DISTINCT FRM | Tom Lane | 2002-09-05 | 1 | -9/+17 |
| * | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 11 | -450/+487 |
| * | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 | 1 | -2/+2 |
| * | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 | 1 | -12/+15 |
| * | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane | 2002-09-01 | 1 | -299/+266 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 3 | -65/+105 |
| * | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 | 2 | -17/+4 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 2 | -177/+142 |
| * | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 | 2 | -4/+4 |
| * | Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and as | Bruce Momjian | 2002-08-28 | 1 | -12/+23 |
| * | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 | 4 | -29/+261 |
| * | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian | 2002-08-27 | 1 | -3/+3 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 2 | -5/+6 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 2 | -39/+51 |
| * | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 | 1 | -11/+5 |
| * | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 | 3 | -70/+45 |
| * | Remove optimization whereby parser would make only one sort-list entry | Tom Lane | 2002-08-18 | 1 | -11/+16 |
| * | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 | 1 | -1/+3 |
| * | Code review for 'at character n' patch --- point at proper end of | Tom Lane | 2002-08-18 | 1 | -7/+8 |
| * | In that case, attached is a patch which locates the beginning of the | Bruce Momjian | 2002-08-17 | 1 | -3/+7 |
| * | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | 1 | -2/+38 |
| * | Allow schema-qualified operator names to be used in the optional | Tom Lane | 2002-08-10 | 1 | -50/+18 |
| * | Cause view/rule display to work as expected after rename of an underlying | Tom Lane | 2002-08-08 | 1 | -17/+24 |
| * | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane | 2002-08-08 | 4 | -62/+259 |
| * | parseTypeString wasn't quite paranoid enough. | Tom Lane | 2002-08-08 | 1 | -1/+3 |
| * | Add SQL99 CONVERT() function. | Tatsuo Ishii | 2002-08-06 | 2 | -5/+59 |
| * | >> Hm. I'd sort of expect the "z" to become both the table and column | Bruce Momjian | 2002-08-06 | 1 | -2/+2 |
| * | The attached patch disallows the use of coldeflists for functions that | Bruce Momjian | 2002-08-06 | 1 | -1/+22 |
| * | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 | 2 | -71/+37 |
| * | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 | 3 | -106/+305 |
| * | Implement IS OF and IS NOT OF type predicate. | Thomas G. Lockhart | 2002-08-04 | 1 | -63/+200 |
| * | Implement IS OF type predicate. Can now do queries of the form: | Thomas G. Lockhart | 2002-08-04 | 1 | -9/+44 |
| * | Implement hex literal conversion to bit string literal. | Thomas G. Lockhart | 2002-08-04 | 1 | -34/+40 |
| * | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian | 2002-08-04 | 1 | -28/+21 |