Commit Graph

44047 Commits (bab2969867fbba6a6d12730f36a20d13542aea5a)
 

Author SHA1 Message Date
Alvaro Herrera bab2969867 Fix typo 8 years ago
Alvaro Herrera 6c8be5962a Revert "Fix isolation test to be less timing-dependent" 8 years ago
Andres Freund 3e68686e2c Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall. 8 years ago
Andrew Dunstan 99d5a3ffb9 Fix use of config-specific libraries for Windows OpenSSL 8 years ago
Alvaro Herrera 3c27944fb2 Make XactLockTableWait work for transactions that are not yet self-locked 8 years ago
Tom Lane 6fcde24063 Fix some minor errors in new PHJ code. 8 years ago
Tom Lane 3decd150a2 Teach eval_const_expressions() to handle some more cases. 8 years ago
Peter Eisentraut 35c0754fad Allow ldaps when using ldap authentication 8 years ago
Alvaro Herrera 2268e6afd5 Fix isolation test to be less timing-dependent 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andres Freund f9ccf92e16 Simplify representation of aggregate transition values a bit. 8 years ago
Tom Lane 5dc692f78d Ensure proper alignment of tuples in HashMemoryChunkData buffers. 8 years ago
Alvaro Herrera 54eff5311d Fix deadlock hazard in CREATE INDEX CONCURRENTLY 8 years ago
Peter Eisentraut 438036264a Don't cast between GinNullCategory and bool 8 years ago
Andres Freund 93ea78b17c Fix EXPLAIN ANALYZE output for Parallel Hash. 8 years ago
Noah Misch 6078770c1a In tests, await an LSN no later than the recovery target. 8 years ago
Tom Lane 3e724aac74 Merge coding of return/exit/continue cases in plpgsql's loop statements. 8 years ago
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