Commit Graph

44102 Commits (34010ac2fa187ce032a7b243c829c7ef5f047e20)
 

Author SHA1 Message Date
Tom Lane 34010ac2fa Improve detection of child-process SIGPIPE failures. 7 years ago
Tom Lane 8b90174e3f Fix bogus logic for skipping unnecessary partcollation dependencies. 7 years ago
Alexander Korotkov a0696d2955 Prevent GIN deleted pages from being reclaimed too early 7 years ago
Alexander Korotkov 865870374a Prevent deadlock in ginRedoDeletePage() 7 years ago
Alexander Korotkov 2e3bd064e5 Fix deadlock in GIN vacuum introduced by 218f51584d 7 years ago
Tom Lane 8a7f24b22f Repair bogus EPQ plans generated for postgres_fdw foreign joins. 7 years ago
Tom Lane f9f63ed1f2 Repair bogus handling of multi-assignment Params in upper plan levels. 7 years ago
Tom Lane 0226cd72ec Fix test_rls_hooks to assign expression collations properly. 7 years ago
Tom Lane b10997b5b3 Doc: improve documentation about ALTER LARGE OBJECT requirements. 7 years ago
Noah Misch eff1242339 Raise some timeouts to 180s, in test code. 7 years ago
Tom Lane e60122b54d Add stack depth checks to key recursive functions in backend/nodes/*.c. 7 years ago
Tom Lane 9eaba23c41 Make TupleDescInitBuiltinEntry throw error for unsupported types. 7 years ago
Tom Lane 54f24ab76d Fix misapplication of pgstat_count_truncate to wrong relation. 7 years ago
Tom Lane aaf7b3bd6f Clean up sloppy coding in publicationcmds.c's OpenTableList(). 7 years ago
Tom Lane 6dc46f8ca8 Improve our response to invalid format strings, and detect more cases. 7 years ago
Stephen Frost 23f9e3e36b Improve planner stats documentation 7 years ago
Michael Paquier db35e959bb Fix invalid value of synchronous_commit in description of flush_lag 7 years ago
Tom Lane 764b0539b9 Document handling of invalid/ambiguous timestamp input near DST boundaries. 7 years ago
Tom Lane bac66c6e7c Ensure static libraries have correct mod time even if ranlib messes it up. 7 years ago
Thomas Munro 2e58a73a70 Fix minor typo in dsa.c. 7 years ago
Michael Paquier 04e381a199 Fix handling of synchronous replication for stopping WAL senders 7 years ago
Bruce Momjian 7c688d068f C comment: remove extra '*' 7 years ago
Thomas Munro 96ed0b8704 Don't set PAM_RHOST for Unix sockets. 7 years ago
Tomas Vondra 4e7395d83f Do not decode TOAST data for table rewrites 7 years ago
Andres Freund a0b4a63803 Fix ac218aa4f6 to work on versions before 9.5. 7 years ago
Andres Freund 181d35af7b Update pg_upgrade test for reg* to include regrole and regnamespace. 7 years ago
Bruce Momjian 41e0f89c00 doc: fix wording for plpgsql, add "and" 7 years ago
Tom Lane 8154090937 Fix translation of special characters in psql's LaTeX output modes. 7 years ago
Alvaro Herrera fed0dd21d2 Fix sample output for hash_metapage_info query 7 years ago
Michael Paquier e6e8bd4cf7 Revert "Fix typo in documentation of toast storage" 7 years ago
Michael Paquier abcc9ceca6 Fix typo in documentation of toast storage 7 years ago
Andrew Gierth bcbb682786 Fix hstore hash function for empty hstores upgraded from 8.4. 7 years ago
Tom Lane 7458714831 Update additional float4/8 expected-output files. 7 years ago
Tom Lane c382a2b669 Fix float-to-integer coercions to handle edge cases correctly. 7 years ago
Andrew Gierth e193fb9919 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) 7 years ago
Peter Eisentraut d0d7e9f473 doc: Fix typo 7 years ago
Bruce Momjian e362b2e9d1 doc: adjust time zone names text, v2 7 years ago
Bruce Momjian 2925d00414 doc: adjust time zone names text 7 years ago
Peter Eisentraut 7e89e61d1b doc: Clarify CREATE TYPE ENUM documentation 7 years ago
Tom Lane 0064d0e9f4 Add needed #include. 7 years ago
Tom Lane 8285fae070 Handle EPIPE more sanely when we close a pipe reading from a program. 7 years ago
Tom Lane 97b398ee5c Fix configure's AC_CHECK_DECLS tests to work correctly with clang. 7 years ago
Alvaro Herrera 85efd1a041 Disallow COPY FREEZE on partitioned tables 7 years ago
Thomas Munro afbe03f654 PANIC on fsync() failure. 7 years ago
Thomas Munro 28117764db Don't forget about failed fsync() requests. 7 years ago
Tomas Vondra 5b16a35354 Add valgrind suppressions for wcsrtombs optimizations 7 years ago
Tom Lane 5f2937734c Doc: remove claim that all \pset format options are unique in 1 letter. 7 years ago
Tom Lane 2e8ed46599 Second try at fixing numeric data passed through an ECPG SQLDA. 7 years ago
Michael Paquier 7f8356bd10 Initialize TransactionState and user ID consistently at transaction start 7 years ago
Tom Lane 32060f6780 Fix incorrect results for numeric data passed through an ECPG SQLDA. 7 years ago