Commit Graph

29141 Commits (19989d8480d4e802dd85fd6a16cdb8fbb0fcc1b2)

Author SHA1 Message Date
Tom Lane 19989d8480 Doc: fix missing explanation of default object privileges. 9 years ago
Tom Lane 36c687a22f Fix low-probability loss of NOTIFY messages due to XID wraparound. 9 years ago
Tom Lane 13a8924ecf Increase distance between flush requests during bulk file copies. 9 years ago
Tom Lane 185279da3f Fix crash when logical decoding is invoked from a PL function. 9 years ago
Tom Lane 69e931f96e Fix access-off-end-of-array in clog.c. 9 years ago
Alvaro Herrera d441cff142 Fix traversal of half-frozen update chains 9 years ago
Robert Haas 9d742e19da Fix more user-visible elog() calls. 9 years ago
Alvaro Herrera 86076395ef Fix coding rules violations in walreceiver.c 9 years ago
Tom Lane 858e9f27be Use a longer connection timeout in pg_isready test. 9 years ago
Alvaro Herrera 3a135bdb1b Fix freezing of a dead HOT-updated tuple 9 years ago
Tom Lane def03e4bfe Fix behavior when converting a float infinity to numeric. 9 years ago
Tom Lane f4aac742c8 Improve wording of error message added in commit 714805010. 9 years ago
Tom Lane 12ac252f90 Fix failure-to-read-man-page in commit 899bd785c. 9 years ago
Tom Lane 1750612224 Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs. 9 years ago
Andrew Dunstan 10aafbdbe4 Support building with Visual Studio 2017 9 years ago
Peter Eisentraut a1f30ecc51 Fix saving and restoring umask 9 years ago
Tom Lane e25f4401da Sync our copy of the timezone library with IANA tzcode master. 9 years ago
Tom Lane ea31541f56 Give a better error for duplicate entries in VACUUM/ANALYZE column list. 9 years ago
Michael Meskes 59b5a3e5c7 Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers 9 years ago
Tom Lane 86e4ebb9af Allow rel_is_distinct_for() to look through RelabelType below OpExpr. 9 years ago
Tom Lane c0d21bdb86 Fix possible dangling pointer dereference in trigger.c. 9 years ago
Robert Haas 353328ad1a Add missing tags to GetCommandLogLevel. 9 years ago
Stephen Frost caae416aac Fix ordering in pg_dump of GRANTs 9 years ago
Michael Meskes 407e660781 Changed order of statements and added an additiona MSVC safeguard to make ecpg 9 years ago
Michael Meskes 839ee1811d Make setlocale in ECPG test cases thread aware on Windows. 9 years ago
Tom Lane 64e2b29bde Fix RecursiveCopy.pm to cope with disappearing files. 9 years ago
Alvaro Herrera bd75335a83 Fix translatable string 9 years ago
Tom Lane a4b0a4d437 Fix macro-redefinition warning on MSVC. 9 years ago
Tom Lane 3a0f8e7d3f Make [U]INT64CONST safe for use in #if conditions. 9 years ago
Tom Lane e50d401a83 Ensure SIZE_MAX can be used throughout our code. 9 years ago
Tom Lane bc95e5874a Teach libpq to detect integer overflow in the row count of a PGresult. 9 years ago
Tom Lane 254bb39b72 Stamp 9.6.5. 9 years ago
Peter Eisentraut 8e80a5e25e Translation updates 9 years ago
Peter Eisentraut 0cd9071130 Fix outdated comment 9 years ago
Peter Eisentraut 562ac27193 Fix translation marker 9 years ago
Andres Freund 6c036d0108 Backpatch introduction of TupleDescAttr(tupdesc, i). 9 years ago
Tom Lane 41803d55a2 Fix possible core dump in parallel restore when using a TOC list. 9 years ago
Tom Lane c343314882 Further tweaks to compiler flags for PL/Perl on Windows. 9 years ago
Michael Meskes 3d7a1e2b96 Changed ecpg parser to allow RETURNING clauses without attached C variables. 9 years ago
Michael Meskes 954490fecb Allow continuation lines in ecpg cppline parsing. 9 years ago
Peter Eisentraut d01fc51c00 Initialize replication_slot_catalog_xmin in procarray 9 years ago
Peter Eisentraut dce90c7c8c Include foreign tables in information_schema.table_privileges 9 years ago
Peter Eisentraut 62c9eaf553 psql: Add tab completion for \pset pager 9 years ago
Peter Eisentraut c4dd62db19 Fix whitespace 9 years ago
Tom Lane 624b6f328a Handle elog(FATAL) during ROLLBACK more robustly. 9 years ago
Tom Lane 3883be3eae Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. 9 years ago
Tom Lane a64b5a9927 Remove AtEOXact_CatCache(). 9 years ago
Tom Lane e2e398473e Fix handling of container types in find_composite_type_dependencies. 9 years ago
Tom Lane fe578cbd4b Fix datumSerialize infrastructure to not crash on non-varlena data. 9 years ago
Alvaro Herrera 1924ef4166 Reword some unclear comments 9 years ago