Commit Graph

28586 Commits (c6ea616ff702862fc6923323a49dd24a0e0ae2d9)

Author SHA1 Message Date
Tom Lane c6ea616ff7 Remove duplicate InitPostmasterChild() call while starting a bgworker. 10 years ago
Tom Lane b6a97b91ff Block interrupts during HandleParallelMessages(). 10 years ago
Peter Eisentraut c4d3a039f0 Change minimum max_worker_processes from 1 to 0 10 years ago
Tom Lane e2e95f5ef3 Fix pg_dump's handling of public schema with both -c and -C options. 10 years ago
Peter Eisentraut f6ced51f91 Consistently capitalize names of recovery tests 10 years ago
Tom Lane a5fe473ad7 Minor cleanup for access/transam/parallel.c. 10 years ago
Tom Lane 887feefe87 Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
Fujii Masao dd5eb805d5 Remove unused arguments from pg_replication_origin_xact_reset function. 10 years ago
Michael Meskes 3ebc88e568 Fixed array checking code for "unsigned long long" datatypes in libecpg. 10 years ago
Fujii Masao 74d8c95b74 Fix pg_basebackup so that it accepts 0 as a valid compression level. 10 years ago
Tom Lane a9ed875fdc Code review for tqueue.c: fix memory leaks, speed it up, other fixes. 10 years ago
Stephen Frost f9e439b1ca Correctly handle owned sequences with extensions 10 years ago
Tom Lane af33039317 Fix worst memory leaks in tqueue.c. 10 years ago
Tom Lane bf4ae685ae Fix tqueue.c's range-remapping code. 10 years ago
Tom Lane 80b346c208 Fix pq_putmessage_noblock() to not block. 10 years ago
Robert Haas 3153b1a52f Eliminate a few more user-visible "cache lookup failed" errors. 10 years ago
Tom Lane ed0b228d7a Guard against empty buffer in gets_fromFile()'s check for a newline. 10 years ago
Tom Lane 8d19d0e139 Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest. 10 years ago
Peter Eisentraut ef5d4a3cfa Message style improvements 10 years ago
Tom Lane 9492cf86e4 Fix assorted fallout from IS [NOT] NULL patch. 10 years ago
Tom Lane 46b773d4fe Improve documentation about CREATE TABLE ... LIKE. 10 years ago
Tom Lane d9e74959a7 Register atexit hook only once in pg_upgrade. 10 years ago
Tom Lane e1a93dd6ae tqueue.c's record-typmod hashtables need the HASH_BLOBS option. 10 years ago
Tom Lane 69995c3b3f Fix cost_rescan() to account for multi-batch hashing correctly. 10 years ago
Robert Haas b31875b1fe Fix thinko in copyParamList. 10 years ago
Tom Lane d8411a6c8b Allow functions that return sets of tuples to return simple NULLs. 10 years ago
Robert Haas 976b24fb47 Change various deparsing functions to return NULL for invalid input. 10 years ago
Tom Lane 4452000f31 Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. 10 years ago
Fujii Masao c1a9542578 Fix improper example of using psql() function in TAP tests documentation. 10 years ago
Peter Eisentraut 43c2c40497 Fix typo 10 years ago
Peter Eisentraut 40fcfec82c Message style improvements 10 years ago
Alvaro Herrera 2a0f89cd71 Give recovery tests more time to finish 10 years ago
Noah Misch e8564ef034 Make the AIX case of Makefile.shlib safe for parallel make. 10 years ago
Tom Lane 6d85bb1ba7 Correctly set up aggregate FILTER expression in partial-aggregation plans. 10 years ago
Tom Lane 9d7abca901 Fix regression tests to work in Welsh locale. 10 years ago
Tom Lane 13bf801a25 Remove GetUserMappingId() and GetUserMappingById(). 10 years ago
Tom Lane 95810ed8ee Make pltcl regression tests safe for Danish locale. 10 years ago
Tom Lane b3399cb0f6 Make core regression tests safe for Danish locale. 10 years ago
Robert Haas 1091402b5a Remove unused structure member. 10 years ago
Tom Lane 79a8474309 Remove very-obsolete estimates of shmem usage from postgresql.conf.sample. 10 years ago
Kevin Grittner 1c15aac53f Add comment & docs about no vacuum truncation with sto. 10 years ago
Tom Lane b11e9bbc41 Stamp 9.6beta3. 10 years ago
Magnus Hagander 55d57359f2 Fix typos in comments and debug message 10 years ago
Peter Eisentraut 7d67606569 Translation updates 10 years ago
Andres Freund eca0f1db14 Clear all-frozen visibilitymap status when locking tuples. 10 years ago
Tom Lane 65632082b7 Remove obsolete comment. 10 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 10 years ago
Stephen Frost 47f5bb9f53 Correctly dump database and tablespace ACLs 10 years ago
Tom Lane 606ccc5e7e Improve test case exercising the sorting path for hash index build. 10 years ago
Tom Lane 9563d5b5e4 Add regression test case exercising the sorting path for hash index build. 10 years ago