summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Remove useless code.Tom Lane
2016-09-23Don't trust CreateFileMapping() to clear the error code on success.Tom Lane
2016-09-23Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane
2016-09-22C comment: fix function header commentBruce Momjian
2016-09-22Remove nearly-unused SizeOfIptrData macro.Tom Lane
2016-09-22Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane
2016-09-21Delay updating control file to "in production"Peter Eisentraut
2016-09-21pg_ctl: Detect current standby state from pg_controlPeter Eisentraut
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas
2016-09-20Retry DSM control segment creation if Windows indicates access denied.Robert Haas
2016-09-20Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas
2016-09-16Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane
2016-09-15Clarify policy on marking inherited constraints as valid.Robert Haas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Fix typo in comment.Robert Haas
2016-09-15Make min_parallel_relation_size's default value platform-independent.Tom Lane
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-15Fix and clarify comments on replacement selection.Heikki Linnakangas
2016-09-14Add overflow checks to money type input functionPeter Eisentraut
2016-09-13Be pickier about converting between Name and Datum.Tom Lane
2016-09-13Fix executor/README to reflect disallowing SRFs in UPDATE.Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-13Have heapam.h include lockdefs.h rather than lock.h.Robert Haas
2016-09-12Fix copy/pasto in file identificationSimon Riggs
2016-09-12Identify walsenders in pg_stat_activitySimon Riggs
2016-09-11Raise max setting of checkpoint_timeout to 1dSimon Riggs
2016-09-11Allow CREATE EXTENSION to follow extension update paths.Tom Lane
2016-09-11Implement binary heap replace-top operation in a smarter way.Heikki Linnakangas
2016-09-10Fix miserable coding in pg_stat_get_activity().Tom Lane
2016-09-09Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane
2016-09-09Convert PageAddItem into a macro to save a few cycles.Tom Lane
2016-09-09Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane
2016-09-09Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera
2016-09-09In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.Tom Lane
2016-09-09Avoid reporting "cache lookup failed" for some user-reachable cases.Tom Lane
2016-09-09Fix corruption of 2PC recovery with subxactsSimon Riggs
2016-09-09Improve scalability of md.c for large relations.Andres Freund
2016-09-09Faster PageIsVerified() for the all zeroes case.Andres Freund
2016-09-08Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund
2016-09-08Fix minor memory leak in Standby startupSimon Riggs
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-07Add a HINT for client-vs-server COPY failure cases.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-06Guard against possible memory allocation botch in batchmemtuples().Tom Lane
2016-09-06Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs
2016-09-05Cosmetic code cleanup in commands/extension.c.Tom Lane
2016-09-05Make locale-dependent regex character classes work for large char codes.Tom Lane
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-09-05Add debug check function LWLockHeldByMeInMode()Simon Riggs