Commit Graph

16427 Commits (9cda81f0056ca488dbd6cded64db1238aed816b2)

Author SHA1 Message Date
Alvaro Herrera a73491e5fe Fix crasher bug in array_position(s) 9 years ago
Heikki Linnakangas 64bc26f90d Fix thinko in safeguard for negative availMem. 9 years ago
Robert Haas 01ae881e1c Fix bogus comment. 9 years ago
Robert Haas ab4575dcf1 Silence compiler warning. 9 years ago
Robert Haas fa0f466d53 Log the creation of an init fork unconditionally. 9 years ago
Tom Lane 0b78106cd4 Fix reporting of column typmods for multi-row VALUES constructs. 9 years ago
Heikki Linnakangas fe7bdf0bf6 Clean up password authentication code a bit. 9 years ago
Heikki Linnakangas f7d54f4f7d Fix accounting of memory needed for merge heap. 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Heikki Linnakangas 81f2e514a9 Fix query cancellation. 9 years ago
Heikki Linnakangas 9790b87f59 Fix whitespace. 9 years ago
Stephen Frost d97b14ddab Silence compiler warnings 9 years ago
Tom Lane 0645dacc37 Fix unsafe assumption that struct timeval.tv_sec is a "long". 9 years ago
Robert Haas 4212cb7326 Fix interaction of parallel query with prepared statements. 9 years ago
Robert Haas 53c7cff720 Ensure gatherstate->nextreader is properly initialized. 9 years ago
Stephen Frost 093129c9d9 Add support for restrictive RLS policies 9 years ago
Robert Haas 2bbdc6875d dsa: Cope with the possibility that SIZE_MAX is not defined. 9 years ago
Robert Haas 2f4193c350 Fix race introduced by 6d46f4783e. 9 years ago
Robert Haas 2b959d4957 Reduce the default for max_worker_processes back to 8. 9 years ago
Robert Haas 88f626f868 Fix more DSA problems uncovered by the buildfarm. 9 years ago
Robert Haas 670b3bc8f5 Try to fix some DSA-related compiler warnings. 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Fujii Masao 5dc851afde Fix incorrect output from gin_desc(). 9 years ago
Tom Lane 3850723208 Don't mess up pstate->p_next_resno in transformOnConflictClause(). 9 years ago
Tom Lane b3427dade1 Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits. 9 years ago
Robert Haas 13df76a537 Introduce dynamic shared memory areas. 9 years ago
Robert Haas 13e14a78ea Management of free memory pages. 9 years ago
Alvaro Herrera 5e5986b6cb Fix outdated comments 9 years ago
Robert Haas b460f5d669 Add max_parallel_workers GUC. 9 years ago
Alvaro Herrera fa2fa99552 Permit dump/reload of not-too-large >1GB tuples 9 years ago
Peter Eisentraut 78c8c81439 Refactor libpqwalreceiver 9 years ago
Peter Eisentraut 597a87ccc9 Use latch instead of select() in walreceiver 9 years ago
Peter Eisentraut b999c247a5 Add aggregate_with_argtypes and use it consistently 9 years ago
Peter Eisentraut e696dccec1 Move function_with_argtypes to a better location 9 years ago
Peter Eisentraut 0aff9293bf Use grammar symbol function_with_argtypes consistently 9 years ago
Andres Freund fc4b3dea29 User narrower representative tuples in the hash-agg hashtable. 9 years ago
Andres Freund 8ed3f11bb0 Perform one only projection to compute agg arguments. 9 years ago
Robert Haas 6d46f4783e Improve hash index bucket split behavior. 9 years ago
Heikki Linnakangas 021d254d9a Make all unicode perl scripts to use strict, rearrange logic for clarity. 9 years ago
Heikki Linnakangas 1de9cc0dcc Rewrite the perl scripts to produce our Unicode conversion tables. 9 years ago
Heikki Linnakangas 6c303223be Remove leading zeros, for consistency with other map files. 9 years ago
Heikki Linnakangas 2c09c93ce1 Remove code points < 0x80 from character conversion tables. 9 years ago
Tom Lane 41e2b84ce1 Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins. 9 years ago
Tom Lane ca5f885020 Improve eqjoinsel_semi's behavior for small inner relations with no stats. 9 years ago
Peter Eisentraut 96fb4c90e3 Straighten out some whitespace 9 years ago
Tom Lane 11da83a0e7 Add uuid to the set of types supported by contrib/btree_gist. 9 years ago
Tom Lane d6c8b34e95 Fix incorrect variable type in set_rel_consider_parallel(). 9 years ago
Tom Lane 4e20511d5b Fix estimate_expression_value to constant-fold SQLValueFunction nodes. 9 years ago
Alvaro Herrera eb68141688 Fix get_relation_info name typo'ed in a comment 9 years ago
Tom Lane dafa0848da Code review for early drop of orphaned temp relations in autovacuum. 9 years ago