| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 3 | -76/+76 |
| * | Win32 regression fixes: | Bruce Momjian | 2004-06-03 | 1 | -17/+14 |
| * | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 | 2 | -0/+19 |
| * | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 | 1 | -3/+3 |
| * | The added aggregates are: | Bruce Momjian | 2004-05-26 | 2 | -0/+254 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 5 | -6175/+0 |
| * | Add $libdir to mingw and cygwin for installcheck too. | Bruce Momjian | 2004-05-20 | 1 | -2/+13 |
| * | Add MinGW to cases where libdir should be used for regression tests: | Bruce Momjian | 2004-05-19 | 1 | -2/+2 |
| * | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway | 2004-05-14 | 2 | -0/+97 |
| * | Repair recalculation failure for nested sub-SELECTs, per bug report from | Tom Lane | 2004-05-11 | 2 | -0/+139 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 3 | -2/+52 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 6 | -3/+196 |
| * | More PWD adjustments for win32. | Bruce Momjian | 2004-05-03 | 1 | -2/+2 |
| * | Use $build_platform for PWD flag test, per suggestion from Peter. | Bruce Momjian | 2004-05-02 | 1 | -3/+3 |
| * | Revert patch --- needs more generalized solution. | Bruce Momjian | 2004-05-02 | 2 | -23/+0 |
| * | Set PWDFLAGS based on test platform, not target platform. | Bruce Momjian | 2004-05-02 | 1 | -3/+3 |
| * | this patch makes sure that: | Bruce Momjian | 2004-05-02 | 2 | -5/+17 |
| * | Please find attached a small patch against current cvs head, so that | Bruce Momjian | 2004-04-26 | 1 | -10/+10 |
| * | Please find a attached a small patch that adds accessor functions | Bruce Momjian | 2004-04-26 | 2 | -0/+23 |
| * | Add ceiling() as an alias for ceil(), and power() as an alias for pow(). | Neil Conway | 2004-04-23 | 7 | -9/+115 |
| * | Please find a small patch to fix the brain damage "century" and | Bruce Momjian | 2004-04-10 | 2 | -0/+138 |
| * | Magnus says new Win32 timezone library will not need special horology: | Bruce Momjian | 2004-04-08 | 1 | -1/+0 |
| * | Allow LIKE/ILIKE to appear in more places in a query. | Bruce Momjian | 2004-04-05 | 2 | -0/+59 |
| * | Adjust expected regression outputs for plan changes caused by recent | Tom Lane | 2004-04-01 | 3 | -433/+433 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 3 | -6/+22 |
| * | Update the float8 regression tests: they should now pass on FreeBSD 4.x | Neil Conway | 2004-03-24 | 5 | -21/+180 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 2 | -3/+8 |
| * | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane | 2004-03-22 | 2 | -0/+78 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 2 | -2/+5 |
| * | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 | 1 | -3/+3 |
| * | float8-small-is-zero and float8-exp-three-digits will likely need | Bruce Momjian | 2004-03-15 | 3 | -0/+144 |
| * | Improve random regression tests to fail less frequently. | Bruce Momjian | 2004-03-15 | 2 | -22/+55 |
| * | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane | 2004-03-15 | 2 | -2/+14 |
| * | Teach psql to show the location of syntax errors visually, per recent | Tom Lane | 2004-03-14 | 4 | -8/+288 |
| * | Arrange to emit a CONTEXT: SQL function "foo" entry in an error | Tom Lane | 2004-03-14 | 1 | -0/+4 |
| * | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane | 2004-03-13 | 3 | -54/+199 |
| * | Fixes recent changes to test. For immediate application. | Bruce Momjian | 2004-03-12 | 1 | -0/+15 |
| * | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway | 2004-03-12 | 4 | -0/+77 |
| * | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway | 2004-03-11 | 15 | -62/+342 |
| * | Add ALSO keyword to CREATE RULE. | Bruce Momjian | 2004-03-09 | 2 | -8/+8 |
| * | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian | 2004-03-05 | 4 | -2/+18 |
| * | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway | 2004-03-04 | 2 | -11/+4 |
| * | Adds the -W flag to the pwd call under Win32. This allows directories, | Bruce Momjian | 2004-03-03 | 1 | -1/+7 |
| * | "Corrects" the int8/float4/float8 tests under win32. | Bruce Momjian | 2004-02-29 | 3 | -0/+585 |
| * | Improve the consistency of the error message emitted when rejecting | Neil Conway | 2004-02-18 | 1 | -2/+2 |
| * | Run stats test separately, not as part of a parallel group, to avoid | Tom Lane | 2004-01-27 | 1 | -1/+4 |
| * | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway | 2004-01-11 | 4 | -2/+86 |
| * | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 | 2 | -0/+51 |
| * | 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 |