Commit Graph

17794 Commits (be2343221fb74bde6b7445feeef32f7ea5cf2618)

Author SHA1 Message Date
Alvaro Herrera be2343221f Protect against hypothetical memory leaks in RelationGetPartitionKey 8 years ago
Robert Haas 62d02f39e7 Fix race-under-concurrency in PathNameCreateTemporaryDir. 8 years ago
Teodor Sigaev ad337c76b6 Update relation's stats in pg_class during vacuum full. 8 years ago
Teodor Sigaev ff963b393c Add polygon opclass for SP-GiST 8 years ago
Andres Freund 4e2970f880 Fix assert with side effects in the new PHJ code. 8 years ago
Tom Lane c4c2885cbb Fix UNION/INTERSECT/EXCEPT over no columns. 8 years ago
Teodor Sigaev 854823fa33 Add optional compression method to SP-GiST 8 years ago
Alvaro Herrera 9373baa0f7 Minor edits to catalog files and scripts 8 years ago
Robert Haas cce1ecfc77 Adjust assertion in GetCurrentCommandId. 8 years ago
Tom Lane 6719b238e8 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. 8 years ago
Alvaro Herrera 8a0596cb65 Get rid of copy_partition_key 8 years ago
Alvaro Herrera 9ef6aba1d3 Fix typo 8 years ago
Tom Lane c98c35cd08 Avoid putting build-location-dependent strings into generated files. 8 years ago
Robert Haas 59d1e2b95a Cancel CV sleep during subtransaction abort. 8 years ago
Andres Freund 1804284042 Add parallel-aware hash joins. 8 years ago
Robert Haas f94eec490b When passing query strings to workers, pass the terminating \0. 8 years ago
Robert Haas 8526bcb2df Try again to fix accumulation of parallel worker instrumentation. 8 years ago
Robert Haas 38fc54703e Re-fix wrong costing of Sort under Gather Merge. 8 years ago
Andres Freund ab9e0e718a Add shared tuplestores. 8 years ago
Peter Eisentraut 25d532698d Move SCRAM-related name definitions to scram-common.h 8 years ago
Fujii Masao 56a95ee511 Fix bug in cancellation of non-exclusive backup to avoid assertion failure. 8 years ago
Robert Haas fd7c0fa732 Fix crashes on plans with multiple Gather (Merge) nodes. 8 years ago
Magnus Hagander 7731c32087 Fix typo on comment 8 years ago
Tom Lane b31a9d7dd3 Suppress compiler warning about no function return value. 8 years ago
Andres Freund 699bf7d05c Perform a lot more sanity checks when freezing tuples. 8 years ago
Andres Freund 9c2f0a6c3c Fix pruning of locked and updated tuples. 8 years ago
Andrew Dunstan 0fedb4ea69 Fix walsender timeouts when decoding a large transaction 8 years ago
Andres Freund 538d114f6d Allow executor nodes to change their ExecProcNode function. 8 years ago
Andres Freund 923e8dee88 Add defenses against pre-crash files to BufFileOpenShared(). 8 years ago
Robert Haas 884a60840c Fix parallel index scan hang with deleted or half-dead pages. 8 years ago
Robert Haas 1d6fb35ad6 Revert "Fix accumulation of parallel worker instrumentation." 8 years ago
Tom Lane 9fa6f00b13 Rethink MemoryContext creation to improve performance. 8 years ago
Peter Eisentraut 3d8874224f Fix crash when using CALL on an aggregate 8 years ago
Andres Freund 8e211f5391 Add float.h include to int8.c, for isnan(). 8 years ago
Andres Freund f512a6e132 Consistently use PG_INT(16|32|64)_(MIN|MAX). 8 years ago
Andres Freund 101c7ee3ee Use new overflow aware integer operations. 8 years ago
Robert Haas 95b52351fe Remove obsolete comment. 8 years ago
Robert Haas d329dc2ea4 Remove bug from OPTIMIZER_DEBUG code for partition-wise join. 8 years ago
Peter Eisentraut 4034db215b Fix comment 8 years ago
Tom Lane 7eb16ab17d Fix corner-case coredump in _SPI_error_callback(). 8 years ago
Robert Haas 01a0ca1bed Improve comment about PartitionBoundInfoData. 8 years ago
Magnus Hagander d8f632caec Fix typo 8 years ago
Peter Eisentraut 005ac298b1 Prohibit identity columns on typed tables and partitions 8 years ago
Peter Eisentraut af9f8b7ca3 Fix mistake in comment 8 years ago
Peter Eisentraut 2d2d06b7e2 Apply identity sequence values on COPY 8 years ago
Robert Haas 28724fd90d Report failure to start a background worker. 8 years ago
Robert Haas 9c64ddd414 Fix Parallel Append crash. 8 years ago
Robert Haas ab72716778 Support Parallel Append plan nodes. 8 years ago
Robert Haas 2c09a5c12a Fix accumulation of parallel worker instrumentation. 8 years ago
Andres Freund 5bcf389ecf Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. 8 years ago