aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Work around buggy strxfrm() present in some Solaris releases.Tom Lane2003-07-17
* For COMMENT ON DATABASE where database name is unknown or not the currentTom Lane2003-07-17
* Repair boundary-case bug introduced by patch of two months ago thatTom Lane2003-07-17
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-17
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-16
* Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistentTom Lane2003-07-15
* Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane2003-07-15
* Tweak original coding so that we can determine the platform-specificTom Lane2003-07-15
* Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_costTom Lane2003-07-14
* The default values for shared_buffers and max_connections are now 1000Tom Lane2003-07-14
* Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane2003-07-14
* Add description for new GUC context.Bruce Momjian2003-07-09
* Add special checks for non-super-user setting LOG_MIN_DURATION_STATEMENTBruce Momjian2003-07-09
* Add new USERLIMIT GUC source level so certain options can be disabledBruce Momjian2003-07-09
* tm2timestamp should return -1, not elog, on overflow. (In the backendTom Lane2003-07-04
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-04
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Fix bug I introduced in recent rewrite of NUMERIC code: numeric toTom Lane2003-07-03
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-03
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-01
* Dept. of second thoughts: supporting inlining of polymorphic SQL functionsTom Lane2003-07-01
* STRENGH => STRENGTH, per Jon Jensen.Tom Lane2003-07-01
* Department of second thoughts: even if we can't run the full parser onTom Lane2003-07-01
* SQL functions can have arguments and results declared ANYARRAY orTom Lane2003-07-01
* Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut2003-07-01
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-30
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-29
* Information schema views for group privileges, some corrections on columnPeter Eisentraut2003-06-29
* It was comparing the wrong pair of columns, which triggered the previouslyPeter Eisentraut2003-06-29
* Add missing PO files from last commit.Peter Eisentraut2003-06-29
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Merge PO file updates from 7.3 branch.Peter Eisentraut2003-06-28
* Make information schema aware of arrays.Peter Eisentraut2003-06-28
* Add is_superuser parameter reporting, soon to be used by psql.Tom Lane2003-06-27
* Fix compile warnings.Tom Lane2003-06-27
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Add comment pointing out that XLByteToPrevSeg macro is not broken.Tom Lane2003-06-26
* Back out array mega-patch.Bruce Momjian2003-06-25
* In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane2003-06-25
* Don't generate 'zero' typeids in the output from gen_cross_product.Tom Lane2003-06-25
* Fix up JOIN .. USING with domainsBruce Momjian2003-06-25
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-25
* Includes:Bruce Momjian2003-06-25
* > This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian2003-06-25
* Here's a small patch to pg_hba.conf.sample that explains the use of CIDRBruce Momjian2003-06-25
* >> If a transaction marks a tuple for update and later commits withoutBruce Momjian2003-06-25
* In an attempt to simplify my life I'm submitting this patch thatBruce Momjian2003-06-24