Commit Graph

33153 Commits (168636a9914ed01abc890d9e7e416c07af415d6a)
 

Author SHA1 Message Date
Tom Lane 168636a991 Free libxml2/libxslt resources in a safer order. 11 years ago
Heikki Linnakangas 95be343622 Allow "dbname" from connection string to be overridden in PQconnectDBParams 11 years ago
Heikki Linnakangas 5053ad2066 Check return value of strdup() in libpq connection option parsing. 11 years ago
Tom Lane 400a4c3d66 Improve documentation's description of JOIN clauses. 11 years ago
Robert Haas a855c90a72 Avoid file descriptor leak in pg_test_fsync. 11 years ago
Tom Lane 33f642f23a Don't require bleeding-edge timezone data in timestamptz regression test. 11 years ago
Tom Lane b96c47a3d2 Update time zone data files to tzdata release 2014j. 11 years ago
Andres Freund d85b646d05 Sync unlogged relations to disk after they have been reset. 11 years ago
Andres Freund fde9994bc9 Ensure unlogged tables are reset even if crash recovery errors out. 11 years ago
Andres Freund b0a48e996b Backport "Expose fsync_fname as a public API". 11 years ago
Tom Lane 79b2fa5bd2 Fix pg_dumpall to restore its ability to dump from ancient servers. 11 years ago
Heikki Linnakangas 5f1d931cf3 Fix race condition between hot standby and restoring a full-page image. 11 years ago
Tom Lane 4ddd9e72ff Loop when necessary in contrib/pgcrypto's pktreader_pull(). 11 years ago
Tom Lane 94d5d57d59 Fix dependency searching for case where column is visited before table. 11 years ago
Tom Lane 0766880841 Cope with more than 64K phrases in a thesaurus dictionary. 11 years ago
Fujii Masao 4e74680740 Prevent the unnecessary creation of .ready file for the timeline history file. 11 years ago
Tom Lane 7225abf00e Fix volatility markings of some contrib I/O functions. 11 years ago
Tom Lane 7c6f55e9ef Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE. 11 years ago
Tom Lane 8bfc2b1793 Docs: fix incorrect spelling of contrib/pgcrypto option. 11 years ago
Tom Lane fcf0246b2c Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats. 11 years ago
Tom Lane 6ec1c3ef8b Avoid corrupting tables when ANALYZE inside a transaction is rolled back. 11 years ago
Heikki Linnakangas 8f7bd8e91d Reset error message at PQreset() 11 years ago
Heikki Linnakangas 4d1c738d10 Fix two bugs in tsquery @> operator. 11 years ago
Tom Lane 94de3a679b Improve ispell dictionary's defenses against bad affix files. 11 years ago
Tom Lane 98144378c4 Ensure libpq reports a suitable error message on unexpected socket EOF. 11 years ago
Andres Freund d5fef87e96 Flush unlogged table's buffers when copying or moving databases. 11 years ago
Tom Lane 28e9ebb999 Declare mkdtemp() only if we're providing it. 11 years ago
Tom Lane 96139cfbbc Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo. 11 years ago
Tom Lane 0c9391e529 Fix core dump in pg_dump --binary-upgrade on zero-column composite type. 11 years ago
Tom Lane 2784b68b32 Support timezone abbreviations that sometimes change. 11 years ago
Noah Misch b4d45f0776 Suppress dead, unportable src/port/crypt.c code. 11 years ago
Fujii Masao f6bb48f8bf Fix broken example in PL/pgSQL document. 11 years ago
Tom Lane 037b912ecc Fix array overrun in ecpg's version of ParseDateTime(). 11 years ago
Heikki Linnakangas 525510aea5 Cannot rely on %z printf length modifier. 11 years ago
Tom Lane 745723c9ef Update time zone data files to tzdata release 2014h. 11 years ago
Tom Lane 252af79d94 Update time zone abbreviations lists. 11 years ago
Alvaro Herrera 06646f52ea Don't balance vacuum cost delay when per-table settings are in effect 11 years ago
Heikki Linnakangas f270a16110 Check for GiST index tuples that don't fit on a page. 11 years ago
Heikki Linnakangas 7f71c891a5 Fix typo in error message. 11 years ago
Tom Lane 477023e942 Fix some more problems with nested append relations. 11 years ago
Robert Haas d1844c21b0 Fix identify_locking_dependencies for schema-only dumps. 11 years ago
Andres Freund dc58d94924 Fix VPATH builds of the replication parser from git for some !gcc compilers. 11 years ago
Peter Eisentraut 7c8b0adba5 doc: Fix documentation of local_preload_libraries 11 years ago
Stephen Frost 4d96e93cb4 Handle border = 3 in expanded mode 11 years ago
Tom Lane cf5c20b063 Fix power_var_int() for large integer exponents. 11 years ago
Andres Freund 7288331b9b Fix typo in solaris spinlock fix. 11 years ago
Andres Freund 5af508f665 Fix spinlock implementation for some !solaris sparc platforms. 11 years ago
Tom Lane 440fcc5682 Fix psql \s to work with recent libedit, and add pager support. 11 years ago
Tom Lane 61d7c6d678 Documentation fix: sum(float4) returns float4, not float8. 11 years ago
Fujii Masao 81bffe63c0 Fix segmentation fault that an empty prepared statement could cause. 11 years ago