index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-10-14
Add likely/unlikely() branch hint macros.
Andres Freund
2016-10-14
Fix assorted integer-overflow hazards in varbit.c.
Tom Lane
2016-10-13
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
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-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-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 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-05
Update obsolete comments and perldoc.
Robert Haas
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
2016-10-04
Fix another Windows compile break.
Robert Haas
2016-10-04
Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
Fix another outdated comment.
Heikki Linnakangas
2016-10-04
Remove trailing commas from enums.
Robert Haas
2016-10-04
Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
Update comment.
Heikki Linnakangas
2016-10-04
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
[next]