summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-10-31Update future-tense comments in README to present tense. Noted byTom Lane
2003-10-31When a superuser does GRANT or REVOKE on an object he doesn't own,Tom Lane
2003-10-31Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck
2003-10-29Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane
2003-10-29Give a useful error message if a RangeVar is encountered in an expression.Tom Lane
2003-10-29compact_fsm_storage() does need to handle the case where a relation'sTom Lane
2003-10-27Change Solaris tests to test for SHM_SHARE_MMU, per Tom.Bruce Momjian
2003-10-26'sun' => '__sun__'Bruce Momjian
2003-10-26Test for 'sun' rather than 'solaris' for intimate shared memory.Bruce Momjian
2003-10-25Translation updatePeter Eisentraut
2003-10-25Remove socket credentials defines not referenced.Bruce Momjian
2003-10-24Translation updatesPeter Eisentraut
2003-10-20It is possible for ResolveNew to be used to insert a sublink into aTom Lane
2003-10-20Improve error reporting in parseTypeString(), motivated by confusingTom Lane
2003-10-19Save_r, Save_t should be static not global variables.Tom Lane
2003-10-18Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut
2003-10-18Further work on information_schema. _pg_keyissubset() wasn't quiteTom Lane
2003-10-18Repair interaction between IN-join processing and subselect pullup thatTom Lane
2003-10-18Simplify loop test to avoid bug in AIX compiler, per Andreas.Tom Lane
2003-10-18Information schema fixes:Peter Eisentraut
2003-10-17Fix elog tab-insertion code to insert tabs only where wanted.Tom Lane
2003-10-17Adjust display of actual runtimes in EXPLAIN output to use three fractionalTom Lane
2003-10-16Fix bugs in referential_constraints view.Peter Eisentraut
2003-10-16Avoid division by zero in estimate_num_groups() when table has no rows.Tom Lane
2003-10-16Ensure that all places that are complaining about exhaustion of sharedTom Lane
2003-10-16Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane
2003-10-13pull_up_subqueries() should copy the subquery before starting to modifyTom Lane
2003-10-13Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian
2003-10-13Adjust setRelhassubclassInRelation() to not perform actual heap_updateTom Lane
2003-10-12Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian
2003-10-11Back out -fstrict-aliasing void* casting.Bruce Momjian
2003-10-11This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian
2003-10-09Make sure that -- comments extend to the end of the line. This fixes thePeter Eisentraut
2003-10-09Some updatesPeter Eisentraut
2003-10-09Change "query:" to "statement:".Bruce Momjian
2003-10-08Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian
2003-10-06Fix binary_oper_exact() so that the heuristic 'an unknown literal onTom Lane
2003-10-06During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane
2003-10-06Modify COPY FROM to match the null-value string against the column valueTom Lane
2003-10-05Add a little more smarts to estimate_hash_bucketsize(): if there's noTom Lane
2003-10-05When revoking privileges from the owner, don't revoke the grant options,Peter Eisentraut
2003-10-04Translation updatePeter Eisentraut
2003-10-04Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane
2003-10-04Translation updatePeter Eisentraut
2003-10-04Fix log_duration and log_min_duration_statement to print properly, asBruce Momjian
2003-10-03Add GUC parameter check_function_bodies to control whether validationTom Lane
2003-10-02Add a bit more locking to vac_update_relstats and vac_update_dbstatsTom Lane
2003-10-02When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane
2003-10-02String fixes/improvements found by Alvaro HerreraPeter Eisentraut
2003-10-02Change some notices to warnings and vice versa according to criteriaPeter Eisentraut