| Commit message (Expand) | Author | Age |
* | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane | 2006-03-23 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 |
* | Adjust join_1.out to match Windows behavior for new mergejoin regression | Tom Lane | 2006-03-19 |
* | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane | 2006-03-17 |
* | Missed this file in previous commit :-( | Tom Lane | 2006-03-14 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 |
* | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 |
* | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 |
* | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 |
* | Fix ancient error in large objects usage example: overwrite() subroutine | Tom Lane | 2006-03-02 |
* | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 |
* | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 |
* | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 |
* | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 |
* | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane | 2006-02-12 |
* | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian | 2006-02-12 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Undo changes of trailing space in recently-committed expected files. | Tom Lane | 2006-02-12 |
* | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 |
* | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane | 2006-02-11 |
* | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 |
* | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 |
* | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 |
* | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian | 2006-02-04 |
* | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 |
* | Update regression error message for NUMERIC range overflow. Display "1" | Bruce Momjian | 2006-01-25 |
* | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway | 2006-01-22 |
* | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 |
* | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 |
* | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 |
* | Add regression tests to verify that domain constraints on parameters | Neil Conway | 2006-01-15 |
* | Allow the types of parameters to PREPARE to be inferred. If a parameter's | Neil Conway | 2006-01-15 |
* | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 |
* | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane | 2006-01-10 |
* | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
* | Remove QNX port. | Bruce Momjian | 2006-01-05 |
* | Update regression tests for new referential integrity error message | Bruce Momjian | 2005-12-28 |
* | Add COPY CSV test that tests CSV output of \. | Bruce Momjian | 2005-12-28 |
* | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian | 2005-12-28 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |
* | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane | 2005-12-14 |
* | Implement IS NOT DISTINCT FROM, update the regression tests and docs. | Neil Conway | 2005-12-11 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 |