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
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Add support for Motorola 88K to s_lock.h.
Tom Lane
2017-11-20
*
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-16
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
*
Rearrange c.h to create a "compiler characteristics" section.
Tom Lane
2017-11-14
*
Stamp 10.1.
Tom Lane
2017-11-06
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Move new structure member to the end.
Robert Haas
2017-10-27
*
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-27
*
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-25
*
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-16
*
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
*
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-11
*
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Fix race condition with unprotected use of a latch pointer variable.
Tom Lane
2017-10-03
*
Stamp 10.0.
REL_10_0
Tom Lane
2017-10-02
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-25
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Stamp 10rc1.
REL_10_RC1
Tom Lane
2017-09-18
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-13
*
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
[next]