| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename plpython to plpythonu, and update documentation to reflect its | Tom Lane | 2003-06-30 | 9 | -94/+49 |
| * | Add GUC option log_error_verbosity to control which fields of error | Tom Lane | 2003-06-30 | 5 | -33/+107 |
| * | Patches applied: | Barry Lind | 2003-06-30 | 5 | -7/+33 |
| * | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 | 16 | -220/+333 |
| * | - Made sure Informix style decimal vars are initialized. They use a | Michael Meskes | 2003-06-29 | 5 | -11/+41 |
| * | Information schema views for group privileges, some corrections on column | Peter Eisentraut | 2003-06-29 | 1 | -26/+198 |
| * | It was comparing the wrong pair of columns, which triggered the previously | Peter Eisentraut | 2003-06-29 | 1 | -2/+2 |
| * | Add missing PO files from last commit. | Peter Eisentraut | 2003-06-29 | 7 | -0/+19429 |
| * | Just another sync. | Michael Meskes | 2003-06-29 | 3 | -4/+28 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 27 | -61/+681 |
| * | Merge PO file updates from 7.3 branch. | Peter Eisentraut | 2003-06-28 | 23 | -10317/+12813 |
| * | Make information schema aware of arrays. | Peter Eisentraut | 2003-06-28 | 1 | -18/+155 |
| * | Update psql for some features of new FE/BE protocol. There is a | Tom Lane | 2003-06-28 | 12 | -362/+380 |
| * | When using new protocol, PQexec can get out of a COPY IN or COPY OUT | Tom Lane | 2003-06-28 | 1 | -7/+42 |
| * | Adjust pgtest grep. | Bruce Momjian | 2003-06-27 | 1 | -1/+1 |
| * | Update pgtest to use 'gmake check'. | Bruce Momjian | 2003-06-27 | 1 | -22/+14 |
| * | Add is_superuser parameter reporting, soon to be used by psql. | Tom Lane | 2003-06-27 | 5 | -20/+49 |
| * | Fix compile warnings. | Tom Lane | 2003-06-27 | 5 | -5/+10 |
| * | Missing calls to PQclear in large_obj.c and describe.c. | Tom Lane | 2003-06-27 | 2 | -2/+22 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 37 | -339/+1159 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 26 | -547/+1255 |
| * | Add comment pointing out that XLByteToPrevSeg macro is not broken. | Tom Lane | 2003-06-26 | 1 | -2/+3 |
| * | Added just another compatibility level for Informix. | Michael Meskes | 2003-06-26 | 11 | -31/+50 |
| * | Wrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_INT_64. | Bruce Momjian | 2003-06-26 | 1 | -2/+3 |
| * | Fix compile problem for missing LONG_LONG_MIN on BSD/OS. | Bruce Momjian | 2003-06-26 | 1 | -1/+6 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 40 | -2139/+666 |
| * | In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS or | Tom Lane | 2003-06-25 | 2 | -84/+82 |
| * | Don't generate 'zero' typeids in the output from gen_cross_product. | Tom Lane | 2003-06-25 | 1 | -49/+76 |
| * | The remaining files ... | Michael Meskes | 2003-06-25 | 6 | -16/+15 |
| * | remove including of postgres_fe.h | Michael Meskes | 2003-06-25 | 1 | -2/+2 |
| * | Some systems need another header file included. | Michael Meskes | 2003-06-25 | 1 | -1/+2 |
| * | Implemented Informix special way to treat NULLs, removed warnings, synced. | Michael Meskes | 2003-06-25 | 20 | -156/+373 |
| * | Fix up JOIN .. USING with domains | Bruce Momjian | 2003-06-25 | 1 | -3/+3 |
| * | UPDATE ... SET <col> = DEFAULT | Bruce Momjian | 2003-06-25 | 8 | -47/+79 |
| * | If they're not, the below causes problems, as the foreign key is added | Bruce Momjian | 2003-06-25 | 1 | -3/+2 |
| * | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian | 2003-06-25 | 4 | -15/+105 |
| * | Includes: | Bruce Momjian | 2003-06-25 | 11 | -23/+276 |
| * | Back out commit. | Bruce Momjian | 2003-06-25 | 1 | -43/+0 |
| * | Adjust expected output for new functions. | Bruce Momjian | 2003-06-25 | 1 | -0/+43 |
| * | Update catversion for ipv6 addition. | Bruce Momjian | 2003-06-25 | 1 | -2/+2 |
| * | > This change (I'm sure this will wrap poorly -- sorry): | Bruce Momjian | 2003-06-25 | 2 | -12/+16 |
| * | > I've worked with the Pl/Python code in the past and will see about removing | Bruce Momjian | 2003-06-25 | 3 | -269/+14 |
| * | Here's a small patch to pg_hba.conf.sample that explains the use of CIDR | Bruce Momjian | 2003-06-25 | 1 | -4/+10 |
| * | This is a bug in python interface module, | Bruce Momjian | 2003-06-25 | 1 | -1/+1 |
| * | >> If a transaction marks a tuple for update and later commits without | Bruce Momjian | 2003-06-25 | 2 | -69/+84 |
| * | In an attempt to simplify my life I'm submitting this patch that | Bruce Momjian | 2003-06-24 | 1 | -69/+70 |
| * | Add x86_64 support for spinlocks. | Bruce Momjian | 2003-06-24 | 1 | -2/+2 |
| * | Small patch to link to the proper place in the "runtime" file, | Bruce Momjian | 2003-06-24 | 1 | -3/+3 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 40 | -666/+2139 |
| * | Prevent compiler warning from sprintf in recent ipv6 patch. | Bruce Momjian | 2003-06-24 | 1 | -3/+3 |