Commit Graph

40942 Commits (9f85784cae4d057f307b83b0d33edede33434f04)
 

Author SHA1 Message Date
Andres Freund e7caacf733 Fix hard to hit race condition in heapam's tuple locking code. 10 years ago
Bruce Momjian 4eb4b3f245 docs: mention rsync of temp and unlogged tables 10 years ago
Tom Lane 8d498a5c8a Fix bogus coding in WaitForBackgroundWorkerShutdown(). 10 years ago
Peter Eisentraut 81568a971f doc: Move indexterms to avoid whitespace issue in man pages 10 years ago
Robert Haas 3e2f3c2e42 Prevent "snapshot too old" from trying to return pruned TOAST tuples. 10 years ago
Tom Lane a3c7a993d5 Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better. 10 years ago
Tom Lane ef1b5af823 Do not let PostmasterContext survive into background workers. 10 years ago
Peter Eisentraut 6a9e09c49e Add missing casts in information schema 10 years ago
Peter Eisentraut 2b8fd4fa67 doc: Remove documentation of nonexistent information schema columns 10 years ago
Alvaro Herrera b26f7fa6ae Fix assorted problems in recovery tests 10 years ago
Peter Eisentraut 69bdfc4090 doc: Change recommendation to put NOTIFY into a rule 10 years ago
Kevin Grittner c93d8737be Add OldSnapshotTimeMapLock to wait_event table in docs. 10 years ago
Bruce Momjian 6eb5b05d22 C comment: fix typo 10 years ago
Peter Eisentraut 0a4d67b16c doc: Remove slightly confusing xreflabels 10 years ago
Peter Eisentraut 0710499195 Small wording tweaks 10 years ago
Tom Lane c6ea616ff7 Remove duplicate InitPostmasterChild() call while starting a bgworker. 10 years ago
Bruce Momjian a253a88594 doc: OS collation changes can break indexes 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 e9888c2a48 doc: Whitespace fixes in man pages 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
Bruce Momjian 878bd9accb pg_rewind docs: clarify handling of remote servers 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 11653cd87f Doc: remove claim that hash index creation depends on effective_cache_size. 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
Bruce Momjian 6335c80ef4 doc: improve wording of Error Message Style Guide 10 years ago
Bruce Momjian 9e765bb10f pgbench docs: fix incorrect "last two" fields text 10 years ago
Bruce Momjian ca0c37b56f docs: properly capitalize and space kB, MB, GB, TB 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
Peter Eisentraut 5676da2d01 Documentation spell checking and markup improvements 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
Fujii Masao de8c92e6ca Fix incorrect description of udt_privileges view in documentation. 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