index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
*
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-06
*
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
*
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
*
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-09-01
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
*
Avoid memory leaks when a GatherMerge node is rescanned.
Tom Lane
2017-08-31
*
Clean up shm_mq cleanup.
Tom Lane
2017-08-31
*
Code review for nodeGatherMerge.c.
Tom Lane
2017-08-30
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
Stamp 10beta4.
REL_10_BETA4
Tom Lane
2017-08-28
*
Increase SCRAM salt length
Peter Eisentraut
2017-08-24
*
Update code comment for temporary replication slots
Peter Eisentraut
2017-08-23
*
Backpatch introduction of TupleDescAttr(tupdesc, i).
Andres Freund
2017-08-22
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-17
*
Distinguish wait-for-connection from wait-for-write-ready on Windows.
Tom Lane
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
Reject use of ucol_strcollUTF8() before ICU 53
Peter Eisentraut
2017-08-10
*
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-10
*
Fix typo in comment.
Robert Haas
2017-08-10
*
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
*
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-08
*
Stamp 10beta3.
REL_10_BETA3
Tom Lane
2017-08-07
*
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
*
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-08-04
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-03
*
Fix comment.
Tatsuo Ishii
2017-08-01
*
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-31
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Update copyright in recently added files
Alvaro Herrera
2017-07-26
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-19
*
Fix serious performance problems in json(b) to_tsvector().
Tom Lane
2017-07-18
*
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
*
Stamp 10beta2.
REL_10_BETA2
Tom Lane
2017-07-10
*
Fix locking in WAL receiver/sender shmem state structs
Alvaro Herrera
2017-06-30
*
Remove outdated comment
Peter Eisentraut
2017-06-30
*
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
*
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
*
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Further hacking on ICU collation creation and usage.
Tom Lane
2017-06-24
*
Rethink behavior of pg_import_system_collations().
Tom Lane
2017-06-23
*
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-23
[next]