index
:
users/heikki/postgres.git
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
arm64-crc
armv8-crc
csn
csn2
csn5
freeze-by-xid-lsn-ranges
getsnapshotdata-with-commitseqno
master
page_image_logging
pg_rewind
saslprep
scram-leftovers
scram-protocol-docs
scram-random
seqam
sort-balanced-merge-pause
sort-balanced-merge3
ssl-reneg
ssl-reneg-94
walformat5
win32-is-service
win32-is-service-v5
win32-is-service-v7
xloginsert-refactor3
Heikki's random PostgreSQL patches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Remove useless code.
Tom Lane
2016-09-23
Don't trust CreateFileMapping() to clear the error code on success.
Tom Lane
2016-09-23
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-22
C comment: fix function header comment
Bruce Momjian
2016-09-22
Remove nearly-unused SizeOfIptrData macro.
Tom Lane
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-21
Delay updating control file to "in production"
Peter Eisentraut
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-20
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
Retry DSM control segment creation if Windows indicates access denied.
Robert Haas
2016-09-20
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-16
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-15
Clarify policy on marking inherited constraints as valid.
Robert Haas
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Fix typo in comment.
Robert Haas
2016-09-15
Make min_parallel_relation_size's default value platform-independent.
Tom Lane
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
Fix and clarify comments on replacement selection.
Heikki Linnakangas
2016-09-14
Add overflow checks to money type input function
Peter Eisentraut
2016-09-13
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-13
Fix executor/README to reflect disallowing SRFs in UPDATE.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-12
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
Identify walsenders in pg_stat_activity
Simon Riggs
2016-09-11
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
2016-09-11
Allow CREATE EXTENSION to follow extension update paths.
Tom Lane
2016-09-11
Implement binary heap replace-top operation in a smarter way.
Heikki Linnakangas
2016-09-10
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-09
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
Convert PageAddItem into a macro to save a few cycles.
Tom Lane
2016-09-09
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.
Tom Lane
2016-09-09
Avoid reporting "cache lookup failed" for some user-reachable cases.
Tom Lane
2016-09-09
Fix corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-09
Improve scalability of md.c for large relations.
Andres Freund
2016-09-09
Faster PageIsVerified() for the all zeroes case.
Andres Freund
2016-09-08
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-08
Fix minor memory leak in Standby startup
Simon Riggs
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
Add a HINT for client-vs-server COPY failure cases.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-06
Guard against possible memory allocation botch in batchmemtuples().
Tom Lane
2016-09-06
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-05
Cosmetic code cleanup in commands/extension.c.
Tom Lane
2016-09-05
Make locale-dependent regex character classes work for large char codes.
Tom Lane
2016-09-05
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
Add debug check function LWLockHeldByMeInMode()
Simon Riggs
[next]