aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2003-10-24
* It is possible for ResolveNew to be used to insert a sublink into aTom Lane2003-10-20
* Improve error reporting in parseTypeString(), motivated by confusingTom Lane2003-10-20
* Save_r, Save_t should be static not global variables.Tom Lane2003-10-19
* Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut2003-10-18
* Further work on information_schema. _pg_keyissubset() wasn't quiteTom Lane2003-10-18
* Repair interaction between IN-join processing and subselect pullup thatTom Lane2003-10-18
* Simplify loop test to avoid bug in AIX compiler, per Andreas.Tom Lane2003-10-18
* Information schema fixes:Peter Eisentraut2003-10-18
* Fix elog tab-insertion code to insert tabs only where wanted.Tom Lane2003-10-17
* Adjust display of actual runtimes in EXPLAIN output to use three fractionalTom Lane2003-10-17
* Fix bugs in referential_constraints view.Peter Eisentraut2003-10-16
* Avoid division by zero in estimate_num_groups() when table has no rows.Tom Lane2003-10-16
* Ensure that all places that are complaining about exhaustion of sharedTom Lane2003-10-16
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-16
* pull_up_subqueries() should copy the subquery before starting to modifyTom Lane2003-10-13
* Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian2003-10-13
* Adjust setRelhassubclassInRelation() to not perform actual heap_updateTom Lane2003-10-13
* Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian2003-10-12
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-11
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-11
* Make sure that -- comments extend to the end of the line. This fixes thePeter Eisentraut2003-10-09
* Some updatesPeter Eisentraut2003-10-09
* Change "query:" to "statement:".Bruce Momjian2003-10-09
* Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian2003-10-08
* Fix binary_oper_exact() so that the heuristic 'an unknown literal onTom Lane2003-10-06
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-06
* Modify COPY FROM to match the null-value string against the column valueTom Lane2003-10-06
* Add a little more smarts to estimate_hash_bucketsize(): if there's noTom Lane2003-10-05
* When revoking privileges from the owner, don't revoke the grant options,Peter Eisentraut2003-10-05
* Translation updatePeter Eisentraut2003-10-04
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-04
* Translation updatePeter Eisentraut2003-10-04
* Fix log_duration and log_min_duration_statement to print properly, asBruce Momjian2003-10-04
* Add GUC parameter check_function_bodies to control whether validationTom Lane2003-10-03
* Add a bit more locking to vac_update_relstats and vac_update_dbstatsTom Lane2003-10-02
* When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane2003-10-02
* String fixes/improvements found by Alvaro HerreraPeter Eisentraut2003-10-02
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut2003-10-02
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Adjust btree index build procedure so that the btree metapage looksTom Lane2003-09-29
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-29
* The brackets aren't put on the CHECK constraints properly.Bruce Momjian2003-09-29
* This patch fixes an obvious bug in the "should I print the duration ofBruce Momjian2003-09-29
* I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStringsBruce Momjian2003-09-29
* Adjust the new Norwegian translation for some of the easier messagePeter Eisentraut2003-09-29
* Eliminate another gratuitous message wording difference.Peter Eisentraut2003-09-29
* New Norwegian translation by Trond Endrestøl, actually made for 7.3, butPeter Eisentraut2003-09-29
* New translationsPeter Eisentraut2003-09-29