| Commit message (Expand) | Author | Age | Files | Lines |
* | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian | 2005-09-19 | 1 | -2/+2 |
* | Adjust regression for new cancel query message. | Bruce Momjian | 2005-09-16 | 1 | -2/+2 |
* | Tweak the PL/PgSQL regression tests to catch the recently reported bug | Neil Conway | 2005-09-14 | 2 | -10/+10 |
* | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 | 1 | -1/+2 |
* | Update regression tests for new USA timezone data. Mea culpa for not | Tom Lane | 2005-09-08 | 1 | -15/+15 |
* | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | 2005-09-05 | 1 | -20/+3 |
* | Add regression tests for disabling constraints. | Bruce Momjian | 2005-08-30 | 2 | -0/+105 |
* | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 | 1 | -3/+2 |
* | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 | 1 | -4/+4 |
* | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 | 2 | -48/+48 |
* | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane | 2005-08-04 | 2 | -3/+10 |
* | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 | 2 | -0/+100 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -1/+1 |
* | Please find attached diffs for documentation and simple regression | Bruce Momjian | 2005-07-30 | 4 | -0/+56 |
* | Remove no-longer-needed hack to add pgsleep.c to regress.so. | Tom Lane | 2005-07-28 | 1 | -13/+3 |
* | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 | 1 | -1/+1 |
* | Change build of regress.so to use Makefile.shlib instead of depending | Tom Lane | 2005-07-25 | 1 | -18/+28 |
* | Regenerate badly-obsolete README file. | Tom Lane | 2005-07-24 | 1 | -279/+277 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 | 1 | -12/+13 |
* | In the stats test, delay for the stats collector to catch up using a | Tom Lane | 2005-07-23 | 5 | -44/+42 |
* | Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original | Tom Lane | 2005-07-22 | 5 | -1476/+1476 |
* | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 | 1 | -7/+7 |
* | Make pg_regress accept a command-line option for the temporary installation's | Tom Lane | 2005-07-17 | 2 | -5/+19 |
* | Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related | Tom Lane | 2005-07-15 | 2 | -0/+90 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 | 1 | -1/+2 |
* | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 | 2 | -14/+25 |
* | I made the patch that implements regexp_replace again. | Bruce Momjian | 2005-07-10 | 2 | -0/+35 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 9 | -3/+89 |
* | In PL/PgSQL, allow a block's label to be optionally specified at the | Neil Conway | 2005-07-02 | 2 | -4/+107 |
* | Fix platform-dependency in recently added regression tests. | Tom Lane | 2005-07-01 | 2 | -18/+18 |
* | Avoid function name conflict when plpgsql and rangefuncs regression tests | Tom Lane | 2005-07-01 | 2 | -8/+8 |
* | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 | 6 | -4/+527 |
* | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 | 1 | -1/+1 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 4 | -43/+46 |
* | Fix overlooked regression output file. | Tom Lane | 2005-06-26 | 1 | -1/+1 |
* | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 18 | -38/+38 |
* | Remove forced CHECKPOINT in regression tests --- redundant now that | Tom Lane | 2005-06-25 | 1 | -5/+1 |
* | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 | 3 | -8/+11 |
* | unbreak unicode/utf8 test | Tatsuo Ishii | 2005-06-24 | 3 | -3/+3 |
* | Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop, | Neil Conway | 2005-06-22 | 2 | -2/+66 |
* | Add a CONTINUE statement to PL/PgSQL, which can be used to begin the | Neil Conway | 2005-06-22 | 2 | -0/+231 |
* | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 5 | -11/+11 |
* | Change shell syntax that seems not to work right on FreeBSD 6-CURRENT | Tom Lane | 2005-06-20 | 1 | -2/+2 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 | 1 | -2/+2 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 5 | -3/+355 |
* | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway | 2005-06-14 | 2 | -24/+64 |
* | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 | 2 | -0/+98 |
* | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 | 6 | -12/+12 |
* | Add a function lastval(), which returns the value returned by the | Neil Conway | 2005-06-07 | 2 | -0/+86 |
* | Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. | Neil Conway | 2005-06-07 | 2 | -0/+67 |