Commit Graph

40768 Commits (dd5eb805d5e5384963f09c9986845a544ef41810)
 

Author SHA1 Message Date
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
Robert Haas 976b24fb47 Change various deparsing functions to return NULL for invalid input. 10 years ago
Robert Haas fe5e3fce79 Repair damage done by citext--1.1--1.2.sql. 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
Fujii Masao 1804d1555f Fix typo in comment. 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 d70d119151 Make contrib regression tests safe for Danish locale. 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
Magnus Hagander 094ea692ee Fix typos 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
Tom Lane ade64d05a0 Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes. 10 years ago
Tom Lane 82bbfc75c1 Doc: fix table of BRIN operator strategy numbers. 10 years ago
Magnus Hagander 55d57359f2 Fix typos in comments and debug message 10 years ago
Peter Eisentraut 7d67606569 Translation updates 10 years ago