summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-14Add likely/unlikely() branch hint macros.Andres Freund
2016-10-14Fix assorted integer-overflow hazards in varbit.c.Tom Lane
2016-10-13Fix handling of pgstat counters for TRUNCATE in a prepared transaction.Tom Lane
2016-10-13Fix another bug in merging of inherited CHECK constraints.Tom Lane
2016-10-13Remove dead code in pg_dump.Tom Lane
2016-10-13Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane
2016-10-13Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane
2016-10-13Fix pg_dumpall regression test to be locale-independent.Tom Lane
2016-10-13Fix broken jsonb_set() logic for replacing array elements.Tom Lane
2016-10-13Fix further hash table order dependent tests.Andres Freund
2016-10-13Make pg_dumpall's database ACL query independent of hash table order.Andres Freund
2016-10-12Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12pg_dump's getTypes() needn't retrieve typinput or typoutput anymore.Tom Lane
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-10-12Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.Tom Lane
2016-10-12Fix copy-pasto in comment.Heikki Linnakangas
2016-10-12Simplify the code for logical tape read buffers.Heikki Linnakangas
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-10Make regression tests less dependent on hash table order.Andres Freund
2016-10-10In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane
2016-10-10Remove some unnecessary #includes.Heikki Linnakangas
2016-10-10Add a noreturn attribute to help static analyzersPeter Eisentraut
2016-10-09Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.Tom Lane
2016-10-09Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane
2016-10-08libpqwalreceiver needs to link with libintl when using --enable-nls.Tom Lane
2016-10-07Fix fallback implementation of pg_atomic_write_u32().Andres Freund
2016-10-07Remove bogus mapping from UTF-8 to SJIS conversion table.Heikki Linnakangas
2016-10-07Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas
2016-10-07Fix pg_dump to work against pre-9.0 servers again.Tom Lane
2016-10-07Don't allow both --source-server and --source-target args to pg_rewind.Heikki Linnakangas
2016-10-07Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas
2016-10-07Don't share SSL_CTX between libpq connections.Heikki Linnakangas
2016-10-06Disable synchronous commits in pg_rewind.Heikki Linnakangas
2016-10-06Fix excessive memory consumption in the new sort pre-reading code.Heikki Linnakangas
2016-10-06Remove -Wl,-undefined,dynamic_lookup in macOS build.Tom Lane
2016-10-05Update obsolete comments and perldoc.Robert Haas
2016-10-05Re-alphabetize #include directives.Robert Haas
2016-10-05Rename WAIT_* constants to PG_WAIT_*.Robert Haas
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane
2016-10-04Fix another Windows compile break.Robert Haas
2016-10-04Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.Robert Haas
2016-10-04Fix another outdated comment.Heikki Linnakangas
2016-10-04Remove trailing commas from enums.Robert Haas
2016-10-04Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-10-04Update comment.Heikki Linnakangas
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund