index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Be more consistent about masking xl_info with ~XLR_INFO_MASK.
Tom Lane
2016-11-04
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
*
Add API to check if an existing exclusive lock allows cleanup.
Robert Haas
2016-11-04
*
Don't make FK-based selectivity estimates in inheritance situations.
Tom Lane
2016-11-02
*
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-11-02
*
Add make rules to download raw Unicode mapping files
Peter Eisentraut
2016-11-01
*
Fix nasty performance problem in tsquery_rewrite().
Tom Lane
2016-10-30
*
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-30
*
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-30
*
Fix leftover reference to background writer performing checkpoints.
Robert Haas
2016-10-28
*
If the stats collector dies during Hot Standby, restart it.
Robert Haas
2016-10-27
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
*
Avoid using a C++ keyword in header file
Peter Eisentraut
2016-10-26
*
Properly indent postgresql.conf comments to align
Bruce Momjian
2016-10-26
*
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-26
*
Fix typos in comments.
Heikki Linnakangas
2016-10-26
*
Consistently mention 'SELECT pg_reload_conf()' in config files
Bruce Momjian
2016-10-25
*
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-24
*
Avoid testing tuple visibility without buffer lock.
Tom Lane
2016-10-23
*
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-10-23
*
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-10-23
*
Fix comment formatting.
Robert Haas
2016-10-21
*
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
2016-10-21
*
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-20
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
Tom Lane
2016-10-19
*
Make getrusage() output a little more readable
Peter Eisentraut
2016-10-19
*
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
Fix cidin() to handle values above 2^31 platform-independently.
Tom Lane
2016-10-18
*
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-18
*
By default, set log_line_prefix = '%m [%p] '.
Robert Haas
2016-10-17
*
Fix use-after-free around DISTINCT transition function calls.
Heikki Linnakangas
2016-10-17
*
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-17
*
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
2016-10-14
*
Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.
Andres Freund
2016-10-14
*
Fix assorted integer-overflow hazards in varbit.c.
Tom Lane
2016-10-14
*
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
*
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 broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-10-13
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
*
Simplify the code for logical tape read buffers.
Heikki Linnakangas
2016-10-12
*
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
*
Remove some unnecessary #includes.
Heikki Linnakangas
2016-10-10
*
Add a noreturn attribute to help static analyzers
Peter Eisentraut
2016-10-09
*
Fix incorrect handling of polymorphic aggregates used as window functions.
Tom Lane
2016-10-09
*
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
[next]