Commit Graph

44030 Commits (dd2243f2ade43bcad8e615e6cf4286be250e374a)
 

Author SHA1 Message Date
Tom Lane dd2243f2ad Improve regression tests' code coverage for plpgsql control structures. 8 years ago
Alvaro Herrera 5303ffe71b Fix typo 8 years ago
Andres Freund b40933101c Perform slot validity checks in a separate pass over expression. 8 years ago
Andres Freund 4717fdb14c Rely on executor utils to build targetlist for DML RETURNING. 8 years ago
Magnus Hagander d02974e32e Properly set base backup backends to active in pg_stat_activity 8 years ago
Simon Riggs 48c9f49265 Fix race condition when changing synchronous_standby_names 8 years ago
Simon Riggs 2958a672b1 Extend near-wraparound hints to include replication slots 8 years ago
Andrew Dunstan 0aa1d489ea Allow leading zero on exponents in pgbench test results 8 years ago
Andres Freund f83040c62a Fix rare assertion failure in parallel hash join. 8 years ago
Alvaro Herrera be2343221f Protect against hypothetical memory leaks in RelationGetPartitionKey 8 years ago
Robert Haas b726eaa37a Remove incorrect apostrophe. 8 years ago
Robert Haas 62d02f39e7 Fix race-under-concurrency in PathNameCreateTemporaryDir. 8 years ago
Robert Haas 7a727c180a Add pow(), aka power(), function to pgbench. 8 years ago
Teodor Sigaev ad337c76b6 Update relation's stats in pg_class during vacuum full. 8 years ago
Peter Eisentraut a2c8e5cfdb Add support for static assertions in C++ 8 years ago
Peter Eisentraut 0689dc3a23 Add includes to make header files self-contained 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 7d3583ad9a Test instrumentation of Hash nodes with parallel query. 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
Robert Haas 09a65f5a28 Mark a few parallelism-related variables with PGDLLIMPORT. 8 years ago
Peter Eisentraut 4bbf110d2f Add libpq connection parameter "scram_channel_binding" 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
Peter Eisentraut 53cba77b53 doc: Fix figures in example description 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 c6d21d56f1 Try harder to detect unavailability of __builtin_mul_overflow(int64). 8 years ago
Tom Lane b31a9d7dd3 Suppress compiler warning about no function return value. 8 years ago
Andres Freund c04d35f442 Try to detect runtime unavailability of __builtin_mul_overflow(int64). 8 years ago
Noah Misch c757a3da0a Avoid and detect SIGPIPE race in TAP tests. 8 years ago
Tom Lane 997071691f Fix oversights in new plpgsql test suite infrastructure. 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
Tom Lane 9220b00e57 Tighten configure's test for __builtin_constant_p(). 8 years ago
Andres Freund 11b8f076c0 Fix a number of copy & paste comment errors in common/int.h. 8 years ago
Andrew Dunstan 0fedb4ea69 Fix walsender timeouts when decoding a large transaction 8 years ago