Commit Graph

41176 Commits (9e083fd4683294f41544e6d0d72f6e258ff3a77c)
 

Author SHA1 Message Date
Heikki Linnakangas 9e083fd468 Replace PostmasterRandom() with a stronger way of generating randomness. 9 years ago
Andres Freund 5dfc198146 Use more efficient hashtable for execGrouping.c to speed up hash aggregation. 9 years ago
Andres Freund 75ae538bc3 Use more efficient hashtable for tidbitmap.c to speed up bitmap scans. 9 years ago
Andres Freund b30d3ea824 Add a macro templatized hashtable. 9 years ago
Andres Freund aa3ca5e3dd Add likely/unlikely() branch hint macros. 9 years ago
Tom Lane 32fdf42cf5 Fix assorted integer-overflow hazards in varbit.c. 9 years ago
Tatsuo Ishii 13d3180fd1 Fix typo. 9 years ago
Tom Lane 81e82a2bd4 Fix handling of pgstat counters for TRUNCATE in a prepared transaction. 9 years ago
Tatsuo Ishii b1ee762a61 Fix typo. 9 years ago
Tom Lane 3cca13cbfc Fix another bug in merging of inherited CHECK constraints. 9 years ago
Tom Lane c08521eb55 Remove dead code in pg_dump. 9 years ago
Tom Lane cb775768e3 Try to find out the actual hugepage size when making a MAP_HUGETLB request. 9 years ago
Tom Lane 15fc5e1581 Clean up handling of anonymous mmap'd shared-memory segment. 9 years ago
Tom Lane 0a4bf6b192 Fix pg_dumpall regression test to be locale-independent. 9 years ago
Tom Lane 9c4cc9e2c7 Fix broken jsonb_set() logic for replacing array elements. 9 years ago
Andres Freund ccbb852cd6 Fix further hash table order dependent tests. 9 years ago
Andres Freund b4fc645787 Make pg_dumpall's database ACL query independent of hash table order. 9 years ago
Robert Haas 248776ea06 Remove spurious word. 9 years ago
Tom Lane 4f52fd3c6d Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro. 9 years ago
Tom Lane c0a3b211bc pg_dump's getTypes() needn't retrieve typinput or typoutput anymore. 9 years ago
Tom Lane 5c80642aa8 Remove unnecessary int2vector-specific hash function and equality operator. 9 years ago
Tom Lane 8518583cdb Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. 9 years ago
Tom Lane 64f3524e2c Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers. 9 years ago
Heikki Linnakangas bb55dd6059 Fix copy-pasto in comment. 9 years ago
Heikki Linnakangas b75f467b6e Simplify the code for logical tape read buffers. 9 years ago
Tom Lane 2f1eaf87e8 Drop server support for FE/BE protocol version 1.0. 9 years ago
Tom Lane 2b860f52ed Remove "sco" and "unixware" ports. 9 years ago
Tom Lane c7e56811fa Docs: grammatical fix. 9 years ago
Tom Lane e34318725c Improve documentation for CREATE RECURSIVE VIEW. 9 years ago
Tom Lane 3d21f08bcc Update user docs for switch to POSIX semaphores. 9 years ago
Andres Freund 0137caf273 Make regression tests less dependent on hash table order. 9 years ago
Tom Lane 886f6c5ccd In PQsendQueryStart(), avoid leaking any left-over async result. 9 years ago
Heikki Linnakangas 6fb12cbcd6 Remove some unnecessary #includes. 9 years ago
Peter Eisentraut 52f0142eb4 Add a noreturn attribute to help static analyzers 9 years ago
Tom Lane ecb0d20a9d Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. 9 years ago
Tom Lane ac4a9d92fc Fix incorrect handling of polymorphic aggregates used as window functions. 9 years ago
Tom Lane e55a946a81 Fix two bugs in merging of inherited CHECK constraints. 9 years ago
Tom Lane 8811f5d3a4 libpqwalreceiver needs to link with libintl when using --enable-nls. 9 years ago
Andres Freund b0779abb3a Fix fallback implementation of pg_atomic_write_u32(). 9 years ago
Heikki Linnakangas 0aec7f9aec Remove bogus mapping from UTF-8 to SJIS conversion table. 9 years ago
Heikki Linnakangas d668b03378 Make TAP test suites to work, when @INC does not contain current dir. 9 years ago
Tom Lane 17a3a1eb0e Fix python shlib probe for Cygwin. 9 years ago
Tom Lane 4806f26f9e Fix pg_dump to work against pre-9.0 servers again. 9 years ago
Heikki Linnakangas 0d4d7d6185 Don't allow both --source-server and --source-target args to pg_rewind. 9 years ago
Heikki Linnakangas 275bf98601 Clear OpenSSL error queue after failed X509_STORE_load_locations() call. 9 years ago
Heikki Linnakangas 8bb14cdd33 Don't share SSL_CTX between libpq connections. 9 years ago
Heikki Linnakangas d7eb76b908 Disable synchronous commits in pg_rewind. 9 years ago
Heikki Linnakangas b56fb691b0 Fix excessive memory consumption in the new sort pre-reading code. 9 years ago
Tom Lane bfe2e84781 Remove -Wl,-undefined,dynamic_lookup in macOS build. 9 years ago
Tom Lane 11c0e743b6 Try to fix python shlib probe for MinGW. 9 years ago