| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a spelling mistake in a comment. | Neil Conway | 2004-01-08 | 1 | -2/+2 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -2/+2 |
| * | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 | 2 | -0/+90 |
| * | Fix a number of places where reconfiguring with a different installation | Tom Lane | 2003-12-23 | 1 | -2/+2 |
| * | More bogosity in alter_table test: sometimes causes prepare test to fail | Tom Lane | 2003-12-23 | 2 | -187/+41 |
| * | alter_table test sometimes failed in parallel mode, because of transient | Tom Lane | 2003-12-23 | 2 | -3/+3 |
| * | Adjust rules output for unknown-vs-any change (affects expected contents | Tom Lane | 2003-12-18 | 1 | -3/+3 |
| * | Added new group of read-only GUC variables to allow simple access | Joe Conway | 2003-12-03 | 1 | -1/+1 |
| * | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 | 2 | -2/+2 |
| * | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 | 2 | -16/+12 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 12 | -12/+12 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 24 | -2/+124 |
| * | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane | 2003-11-16 | 2 | -0/+837 |
| * | Regenerate text files. | Peter Eisentraut | 2003-11-13 | 1 | -171/+208 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 6 | -46/+185 |
| * | Adjust data types in some of the UNION tests to avoid potentially | Tom Lane | 2003-11-02 | 2 | -7/+7 |
| * | Provide a way to run the parallel regression tests with a user-specified | Tom Lane | 2003-11-02 | 2 | -20/+61 |
| * | More whitespace fixes. Do people write the expected files by hand? | Peter Eisentraut | 2003-11-01 | 1 | -5/+5 |
| * | Fix hidden whitespace differences between expected and result files. | Peter Eisentraut | 2003-11-01 | 6 | -6/+6 |
| * | Moved the recently added test for foreign key disabled by rewrite | Jan Wieck | 2003-10-31 | 4 | -118/+118 |
| * | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck | 2003-10-31 | 2 | -0/+117 |
| * | Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke on | Peter Eisentraut | 2003-10-25 | 2 | -299/+0 |
| * | Repair interaction between IN-join processing and subselect pullup that | Tom Lane | 2003-10-18 | 2 | -0/+54 |
| * | Add NULL regression tests. | Bruce Momjian | 2003-10-10 | 2 | -17/+90 |
| * | Remove NOTICE about foreign key creating implicit triggers, because it no | Peter Eisentraut | 2003-10-02 | 4 | -62/+0 |
| * | Improve context display for failures during COPY IN, as recently | Tom Lane | 2003-09-29 | 4 | -9/+9 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -1/+1 |
| * | Fix regression error messages for platforms Peter doesn't use. | Tom Lane | 2003-09-25 | 11 | -40/+40 |
| * | Forget to update the real source of the regression test results after | Peter Eisentraut | 2003-09-25 | 1 | -25/+25 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 41 | -409/+409 |
| * | Attaching -lpq to LDFLAGS doesn't work, because the generated command | Tom Lane | 2003-09-20 | 1 | -1/+1 |
| * | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane | 2003-09-19 | 1 | -1/+1 |
| * | Update regression test for message change. | Tom Lane | 2003-09-15 | 1 | -2/+4 |
| * | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 | 5 | -10/+2 |
| * | With pg_autovacuum becoming increasingly popular it's important to | Bruce Momjian | 2003-09-13 | 4 | -2/+140 |
| * | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 | 8 | -12/+17 |
| * | This patch adds a new regression test for the UPDATE command. Right | Bruce Momjian | 2003-08-26 | 4 | -2/+47 |
| * | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut | 2003-08-24 | 1 | -1/+1 |
| * | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane | 2003-08-19 | 1 | -23/+23 |
| * | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 | 2 | -18/+18 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 5 | -7/+5 |
| * | create_unique_plan() should not discard existing output columns of the | Tom Lane | 2003-08-07 | 2 | -0/+20 |
| * | Remove unnecessary use of multiple cat processes to feed psql; this | Tom Lane | 2003-08-07 | 1 | -13/+4 |
| * | HPUX's horology behavior is OS-dependent, not hardware-dependent. | Tom Lane | 2003-08-04 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 4 | -26/+27 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 2 | -33/+33 |
| * | When using a temp installation, unset PGUSER and other variables we | Tom Lane | 2003-07-31 | 1 | -1/+5 |
| * | When shutting down the regression test postmaster after 'make check', | Tom Lane | 2003-07-30 | 1 | -1/+2 |
| * | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 9 | -65/+92 |