| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add interval division/multiplication regression tests. | Bruce Momjian | 2006-09-06 | 1 | -0/+66 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 2 | -24/+12 |
| * | Fix interval input parser so that fractional weeks and months are | Tom Lane | 2006-09-04 | 1 | -0/+12 |
| * | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane | 2006-09-03 | 1 | -25/+54 |
| * | Properly round months into days and into seconds for interval | Bruce Momjian | 2006-09-03 | 1 | -1/+1 |
| * | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 | 1 | -1/+140 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 1 | -0/+126 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -0/+50 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 4 | -4/+12 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -1/+1 |
| * | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane | 2006-08-14 | 1 | -0/+140 |
| * | Extend 'guc' regression test to check manipulations of datestyle as | Tom Lane | 2006-08-13 | 1 | -9/+286 |
| * | Original coding of 'returning' regression test inadvertently chose a | Tom Lane | 2006-08-13 | 1 | -8/+8 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -0/+195 |
| * | Tweak sanity_check regression test to display more tables (viz, those | Tom Lane | 2006-08-06 | 1 | -68/+137 |
| * | Add some basic tests of GUC behavior. | Tom Lane | 2006-08-04 | 1 | -0/+150 |
| * | A few regression tests for VALUES, from Gavin Sherry. | Tom Lane | 2006-08-03 | 3 | -0/+90 |
| * | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 | 2 | -8/+62 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 4 | -46/+102 |
| * | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 | 1 | -1/+1 |
| * | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 4 | -7/+2 |
| * | Make pg_regress a tad simpler and more general-purpose by removing its | Tom Lane | 2006-07-18 | 1 | -0/+11 |
| * | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev | 2006-07-11 | 2 | -1/+14 |
| * | Please find attached two patches for documentation and regression tests | Bruce Momjian | 2006-07-06 | 5 | -57/+251 |
| * | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway | 2006-07-02 | 1 | -2/+4 |
| * | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 | 1 | -0/+50 |
| * | Change TRUNCATE's method for searching for foreign-key references so that | Tom Lane | 2006-06-29 | 2 | -19/+19 |
| * | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 | 2 | -2/+22 |
| * | Change the row constructor syntax (ROW(...)) so that list elements foo.* | Tom Lane | 2006-06-26 | 1 | -0/+50 |
| * | Increase timeout in statement_timeout test from 1 second to 2 seconds. | Tom Lane | 2006-06-18 | 1 | -2/+2 |
| * | Revert patch, needs more work: | Bruce Momjian | 2006-05-30 | 1 | -38/+0 |
| * | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian | 2006-05-30 | 1 | -0/+38 |
| * | Back out patch, wrong previous commit message. | Bruce Momjian | 2006-05-30 | 1 | -38/+0 |
| * | Add regexp_replace() to string functions section. | Bruce Momjian | 2006-05-30 | 1 | -0/+38 |
| * | fix typo | Andrew Dunstan | 2006-05-28 | 1 | -1/+2 |
| * | TG_table_name and TG_table_schema for plpgsql, plus docs and regression. | Andrew Dunstan | 2006-05-28 | 1 | -0/+100 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 1 | -3/+3 |
| * | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 | 1 | -24/+0 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 5 | -5/+311 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 1 | -1/+1 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -5/+79 |
| * | Adjust interval-addition test so that it won't fail on DST transition days. | Tom Lane | 2006-04-02 | 1 | -4/+4 |
| * | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane | 2006-03-23 | 1 | -0/+18 |
| * | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 | 1 | -0/+20 |
| * | Adjust join_1.out to match Windows behavior for new mergejoin regression | Tom Lane | 2006-03-19 | 1 | -2/+2 |
| * | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane | 2006-03-17 | 2 | -0/+56 |
| * | Missed this file in previous commit :-( | Tom Lane | 2006-03-14 | 1 | -0/+2 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 22 | -74/+210 |
| * | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 | 1 | -0/+62 |
| * | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 2 | -8/+0 |