| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). | Tom Lane | 2006-06-21 | 1 | -4/+11 |
| * | Fix a couple of obvious problems in DROP IF EXISTS patch. | Tom Lane | 2006-06-16 | 1 | -6/+5 |
| * | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 | 1 | -6/+93 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 2 | -4/+8 |
| * | Re-introduce the yylex filter function formerly used to support UNION | Tom Lane | 2006-05-27 | 3 | -8/+127 |
| * | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 | 1 | -1/+13 |
| * | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 | 1 | -11/+6 |
| * | Provide a namespace.c function for lookup of an operator with exact | Tom Lane | 2006-05-01 | 1 | -98/+90 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 4 | -80/+121 |
| * | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 | 1 | -2/+2 |
| * | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 1 | -7/+1 |
| * | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 1 | -1/+7 |
| * | Back out patch, unintended. | Bruce Momjian | 2006-04-24 | 1 | -8/+1 |
| * | Done: | Bruce Momjian | 2006-04-24 | 1 | -1/+8 |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 3 | -8/+8 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 2 | -95/+173 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -23/+37 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 2 | -26/+20 |
| * | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 | 4 | -32/+81 |
| * | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 | 2 | -40/+47 |
| * | It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manual | Tom Lane | 2006-03-14 | 1 | -2/+7 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 11 | -305/+527 |
| * | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 4 | -84/+10 |
| * | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 | 1 | -39/+61 |
| * | Per recent discussion on -hackers, we should sometimes reorder the | Neil Conway | 2006-03-05 | 1 | -41/+85 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 16 | -32/+32 |
| * | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 | 1 | -2/+3 |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 1 | -1/+10 |
| * | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 | 2 | -21/+21 |
| * | Mark unescape_single_char() "static": as far as I can see this function | Neil Conway | 2006-02-18 | 1 | -3/+3 |
| * | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 | 1 | -10/+1 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -2/+5 |
| * | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 | 1 | -1/+10 |
| * | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 | 1 | -1/+25 |
| * | Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane | 2006-01-31 | 1 | -2/+10 |
| * | Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias can | Tom Lane | 2006-01-22 | 1 | -8/+25 |
| * | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway | 2006-01-22 | 2 | -5/+21 |
| * | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 | 1 | -1/+8 |
| * | Allow the types of parameters to PREPARE to be inferred. If a parameter's | Neil Conway | 2006-01-15 | 1 | -10/+29 |
| * | We neglected to apply domain constraints on UNKNOWN parameters to | Neil Conway | 2006-01-12 | 1 | -2/+5 |
| * | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane | 2006-01-10 | 1 | -17/+97 |
| * | Revert some careless search-and-replace: "ADD" in comment text should | Neil Conway | 2005-12-29 | 1 | -4/+4 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 3 | -180/+300 |
| * | Protect ADD and HEADER symbols from conflicting with MIPS includes. | Bruce Momjian | 2005-12-27 | 2 | -16/+16 |
| * | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 | 1 | -2/+2 |
| * | Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state | Peter Eisentraut | 2005-12-23 | 1 | -1/+5 |
| * | Implement IS NOT DISTINCT FROM, update the regression tests and docs. | Neil Conway | 2005-12-11 | 1 | -1/+13 |
| * | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane | 2005-11-28 | 2 | -86/+189 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 9 | -90/+90 |
| * | DROP DATABASE IF EXISTS variant | Andrew Dunstan | 2005-11-22 | 1 | -2/+10 |