| Commit message (Expand) | Author | Age |
* | Please find attached two patches for documentation and regression tests | Bruce Momjian | 2006-07-06 |
* | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway | 2006-07-02 |
* | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 |
* | Change TRUNCATE's method for searching for foreign-key references so that | Tom Lane | 2006-06-29 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 |
* | Change the row constructor syntax (ROW(...)) so that list elements foo.* | Tom Lane | 2006-06-26 |
* | Increase timeout in statement_timeout test from 1 second to 2 seconds. | Tom Lane | 2006-06-18 |
* | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 |
* | Add pgmagic header block to store compile-time constants: | Bruce Momjian | 2006-05-30 |
* | Revert patch, needs more work: | Bruce Momjian | 2006-05-30 |
* | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian | 2006-05-30 |
* | Back out patch, wrong previous commit message. | Bruce Momjian | 2006-05-30 |
* | Add regexp_replace() to string functions section. | Bruce Momjian | 2006-05-30 |
* | fix typo | Andrew Dunstan | 2006-05-28 |
* | TG_table_name and TG_table_schema for plpgsql, plus docs and regression. | Andrew Dunstan | 2006-05-28 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 |
* | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 |
* | Seems some NetBSD 3.0 x86 systems still need float8-small-is-zero, so | Bruce Momjian | 2006-05-05 |
* | Use regression results float8-small-is-zero only for NetBSD < 3.0. | Bruce Momjian | 2006-05-05 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Support the syntax | Tom Lane | 2006-04-15 |
* | Build src/test/regress/README during tarball making like the other | Peter Eisentraut | 2006-04-06 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | Adjust interval-addition test so that it won't fail on DST transition days. | Tom Lane | 2006-04-02 |
* | 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 |