index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Catversion bump for temporary replication slots.
Tom Lane
2016-12-12
*
Fix race condition in test_decoding "slot" test.
Tom Lane
2016-12-12
*
doc: Fix purported type of pg_am.amhandler to match reality.
Robert Haas
2016-12-12
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
psql: Fix incorrect version check for table partitining.
Robert Haas
2016-12-12
*
Fix creative, but unportable, spelling of "ptr != NULL".
Tom Lane
2016-12-12
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Refactor the code for verifying user's password.
Heikki Linnakangas
2016-12-12
*
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
*
Fix pgcrypto compilation with OpenSSL 1.1.0.
Heikki Linnakangas
2016-12-12
*
Fix two thinkos related to strong random keys.
Heikki Linnakangas
2016-12-12
*
Fix broken autoconf test for random number source.
Heikki Linnakangas
2016-12-12
*
Use "%option prefix" to set API names in ecpg's lexer.
Tom Lane
2016-12-11
*
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-11
*
Be more careful about Python refcounts while creating exception objects.
Tom Lane
2016-12-09
*
Fix crasher bug in array_position(s)
Alvaro Herrera
2016-12-09
*
Fix thinko in safeguard for negative availMem.
Heikki Linnakangas
2016-12-08
*
Fix bogus comment.
Robert Haas
2016-12-08
*
Silence compiler warning.
Robert Haas
2016-12-08
*
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
Fix quoting and a compiler warning in dumping partitions.
Heikki Linnakangas
2016-12-08
*
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-08
*
Fix accounting of memory needed for merge heap.
Heikki Linnakangas
2016-12-08
*
Replace references to COLLATE "en_CA" with COLLATE "POSIX".
Robert Haas
2016-12-07
*
Replace references to COLLATE "en_US" with COLLATE "C".
Robert Haas
2016-12-07
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Restore psql's SIGPIPE setting if popen() fails.
Tom Lane
2016-12-07
*
Handle empty or all-blank PAGER setting more sanely in psql.
Tom Lane
2016-12-07
*
Fix query cancellation.
Heikki Linnakangas
2016-12-07
*
Fix whitespace.
Heikki Linnakangas
2016-12-07
*
Silence compiler warnings
Stephen Frost
2016-12-06
*
Fix unsafe assumption that struct timeval.tv_sec is a "long".
Tom Lane
2016-12-06
*
Put AC_MSG_RESULT() call in the right place.
Tom Lane
2016-12-06
*
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-06
*
Bump catversion for restrictive RLS changes
Stephen Frost
2016-12-06
*
Improve documentation about pg_stat_replication view.
Fujii Masao
2016-12-06
*
Remove extraneous semicolon from uses of relptr_declare().
Tom Lane
2016-12-05
*
Fix typo in new message in configure.
Heikki Linnakangas
2016-12-06
*
Ensure gatherstate->nextreader is properly initialized.
Robert Haas
2016-12-05
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
dsa: Cope with the possibility that SIZE_MAX is not defined.
Robert Haas
2016-12-05
*
libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.
Robert Haas
2016-12-05
*
Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020.
Robert Haas
2016-12-05
*
Assorted documentation improvements for max_parallel_workers.
Robert Haas
2016-12-05
*
Reduce the default for max_worker_processes back to 8.
Robert Haas
2016-12-05
*
Fix more DSA problems uncovered by the buildfarm.
Robert Haas
2016-12-05
*
Try to fix some DSA-related compiler warnings.
Robert Haas
2016-12-05
*
Fix creation of stand-alone INSTALL.html file.
Heikki Linnakangas
2016-12-05
*
Fix typo in docs.
Fujii Masao
2016-12-05
[next]