Commit Graph

44064 Commits (84a6f63e32dbefe3dc76cbe628fab6cbfc26141e)
 

Author SHA1 Message Date
Bruce Momjian 84a6f63e32 pg_upgrade: remove C comment 8 years ago
Bruce Momjian 3e6f01fd7d pg_upgrade: revert part of patch for ease of translation 8 years ago
Bruce Momjian 959ee6d267 pg_upgrade: simplify code layout in a few places 8 years ago
Alvaro Herrera df9f682c7b Fix failure to delete spill files of aborted transactions 8 years ago
Peter Eisentraut 054e8c6cdb Another attempt at fixing build with various OpenSSL versions 8 years ago
Peter Eisentraut 1834c1e432 Add missing includes 8 years ago
Robert Haas ef6087ee5f Minor preparatory refactoring for UPDATE row movement. 8 years ago
Peter Eisentraut ac3ff8b1d8 Fix build with older OpenSSL versions 8 years ago
Tom Lane 18869e202b Fix new test case to not be endian-dependent. 8 years ago
Robert Haas cc6337d2fe Simplify and encapsulate tuple routing support code. 8 years ago
Peter Eisentraut d3fb72ea6d Implement channel binding tls-server-end-point for SCRAM 8 years ago
Tom Lane 39cfe86195 Fix incorrect computations of length of null bitmap in pageinspect. 8 years ago
Peter Eisentraut f3049a603a Refactor channel binding code to fetch cbind_data only when necessary 8 years ago
Peter Eisentraut 3ad2afc2e9 Define LDAPS_PORT if it's missing and disable implicit LDAPS on Windows 8 years ago
Robert Haas c759395617 Code review for Parallel Append. 8 years ago
Tom Lane 934c7986f4 Tweak parallel hash join test case in hopes of improving stability. 8 years ago
Tom Lane 47c6772eb7 Clean up tupdesc.c for recent changes. 8 years ago
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