summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename plpython to plpythonu, and update documentation to reflect itsTom Lane2003-06-309-94/+49
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-305-33/+107
* Patches applied:Barry Lind2003-06-305-7/+33
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-2916-220/+333
* - Made sure Informix style decimal vars are initialized. They use aMichael Meskes2003-06-295-11/+41
* Information schema views for group privileges, some corrections on columnPeter Eisentraut2003-06-291-26/+198
* It was comparing the wrong pair of columns, which triggered the previouslyPeter Eisentraut2003-06-291-2/+2
* Add missing PO files from last commit.Peter Eisentraut2003-06-297-0/+19429
* Just another sync.Michael Meskes2003-06-293-4/+28
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-2927-61/+681
* Merge PO file updates from 7.3 branch.Peter Eisentraut2003-06-2823-10317/+12813
* Make information schema aware of arrays.Peter Eisentraut2003-06-281-18/+155
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-2812-362/+380
* When using new protocol, PQexec can get out of a COPY IN or COPY OUTTom Lane2003-06-281-7/+42
* Adjust pgtest grep.Bruce Momjian2003-06-271-1/+1
* Update pgtest to use 'gmake check'.Bruce Momjian2003-06-271-22/+14
* Add is_superuser parameter reporting, soon to be used by psql.Tom Lane2003-06-275-20/+49
* Fix compile warnings.Tom Lane2003-06-275-5/+10
* Missing calls to PQclear in large_obj.c and describe.c.Tom Lane2003-06-272-2/+22
* First batch of object rename commands.Peter Eisentraut2003-06-2737-339/+1159
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-2726-547/+1255
* Add comment pointing out that XLByteToPrevSeg macro is not broken.Tom Lane2003-06-261-2/+3
* Added just another compatibility level for Informix.Michael Meskes2003-06-2611-31/+50
* Wrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_INT_64.Bruce Momjian2003-06-261-2/+3
* Fix compile problem for missing LONG_LONG_MIN on BSD/OS.Bruce Momjian2003-06-261-1/+6
* Back out array mega-patch.Bruce Momjian2003-06-2540-2139/+666
* In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane2003-06-252-84/+82
* Don't generate 'zero' typeids in the output from gen_cross_product.Tom Lane2003-06-251-49/+76
* The remaining files ...Michael Meskes2003-06-256-16/+15
* remove including of postgres_fe.hMichael Meskes2003-06-251-2/+2
* Some systems need another header file included.Michael Meskes2003-06-251-1/+2
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-2520-156/+373
* Fix up JOIN .. USING with domainsBruce Momjian2003-06-251-3/+3
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-258-47/+79
* If they're not, the below causes problems, as the foreign key is addedBruce Momjian2003-06-251-3/+2
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-254-15/+105
* Includes:Bruce Momjian2003-06-2511-23/+276
* Back out commit.Bruce Momjian2003-06-251-43/+0
* Adjust expected output for new functions.Bruce Momjian2003-06-251-0/+43
* Update catversion for ipv6 addition.Bruce Momjian2003-06-251-2/+2
* > This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian2003-06-252-12/+16
* > I've worked with the Pl/Python code in the past and will see about removingBruce Momjian2003-06-253-269/+14
* Here's a small patch to pg_hba.conf.sample that explains the use of CIDRBruce Momjian2003-06-251-4/+10
* This is a bug in python interface module,Bruce Momjian2003-06-251-1/+1
* >> If a transaction marks a tuple for update and later commits withoutBruce Momjian2003-06-252-69/+84
* In an attempt to simplify my life I'm submitting this patch thatBruce Momjian2003-06-241-69/+70
* Add x86_64 support for spinlocks.Bruce Momjian2003-06-241-2/+2
* Small patch to link to the proper place in the "runtime" file,Bruce Momjian2003-06-241-3/+3
* Array mega-patch.Bruce Momjian2003-06-2440-666/+2139
* Prevent compiler warning from sprintf in recent ipv6 patch.Bruce Momjian2003-06-241-3/+3