index
:
users/heikki/postgres.git
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
arm64-crc
armv8-crc
csn
csn2
csn5
freeze-by-xid-lsn-ranges
getsnapshotdata-with-commitseqno
master
page_image_logging
pg_rewind
saslprep
scram-leftovers
scram-protocol-docs
scram-random
seqam
sort-balanced-merge-pause
sort-balanced-merge3
ssl-reneg
ssl-reneg-94
walformat5
win32-is-service
win32-is-service-v5
win32-is-service-v7
xloginsert-refactor3
Heikki's random PostgreSQL patches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-10-14
Replace PostmasterRandom() with a stronger way of generating randomness.
scram-random
Heikki Linnakangas
2016-10-14
Fix typo.
Tatsuo Ishii
2016-10-13
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
2016-10-13
Fix typo.
Tatsuo Ishii
2016-10-13
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-13
Remove dead code in pg_dump.
Tom Lane
2016-10-13
Try to find out the actual hugepage size when making a MAP_HUGETLB request.
Tom Lane
2016-10-13
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-13
Fix pg_dumpall regression test to be locale-independent.
Tom Lane
2016-10-13
Fix broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-10-13
Fix further hash table order dependent tests.
Andres Freund
2016-10-13
Make pg_dumpall's database ACL query independent of hash table order.
Andres Freund
2016-10-13
Remove spurious word.
Robert Haas
2016-10-12
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
pg_dump's getTypes() needn't retrieve typinput or typoutput anymore.
Tom Lane
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.
Tom Lane
2016-10-12
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-12
Simplify the code for logical tape read buffers.
Heikki Linnakangas
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-11
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-11
Docs: grammatical fix.
Tom Lane
2016-10-11
Improve documentation for CREATE RECURSIVE VIEW.
Tom Lane
2016-10-10
Update user docs for switch to POSIX semaphores.
Tom Lane
2016-10-10
Make regression tests less dependent on hash table order.
Andres Freund
2016-10-10
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-10
Remove some unnecessary #includes.
Heikki Linnakangas
2016-10-10
Add a noreturn attribute to help static analyzers
Peter Eisentraut
2016-10-09
Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.
Tom Lane
2016-10-09
Fix incorrect handling of polymorphic aggregates used as window functions.
Tom Lane
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
libpqwalreceiver needs to link with libintl when using --enable-nls.
Tom Lane
2016-10-07
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
Remove bogus mapping from UTF-8 to SJIS conversion table.
Heikki Linnakangas
2016-10-07
Make TAP test suites to work, when @INC does not contain current dir.
Heikki Linnakangas
2016-10-07
Fix python shlib probe for Cygwin.
Tom Lane
2016-10-07
Fix pg_dump to work against pre-9.0 servers again.
Tom Lane
2016-10-07
Don't allow both --source-server and --source-target args to pg_rewind.
Heikki Linnakangas
2016-10-07
Clear OpenSSL error queue after failed X509_STORE_load_locations() call.
Heikki Linnakangas
2016-10-07
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-10-06
Disable synchronous commits in pg_rewind.
Heikki Linnakangas
2016-10-06
Fix excessive memory consumption in the new sort pre-reading code.
Heikki Linnakangas
2016-10-06
Remove -Wl,-undefined,dynamic_lookup in macOS build.
Tom Lane
2016-10-06
Try to fix python shlib probe for MinGW.
Tom Lane
2016-10-05
Update obsolete comments and perldoc.
Robert Haas
2016-10-05
In python shlib probe, cater for OpenBSD, which omits the .so symlink.
Tom Lane
2016-10-05
Re-alphabetize #include directives.
Robert Haas
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.
Tom Lane
[next]