summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2016-09-05Dirty replication slots when using sql interfaceSimon Riggs
2016-09-05Remove duplicate code from ReorderBufferCleanupTXN().Tom Lane
2016-09-04Clarify the new Red-Black post-order traversal code a bit.Heikki Linnakangas
2016-09-03Fix multiple bugs in numeric_poly_deserialize().Tom Lane
2016-09-03Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.Tom Lane
2016-09-03New recovery target recovery_target_lsnSimon Riggs
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-09-02Speed up SUM calculation in numeric aggregates.Heikki Linnakangas
2016-09-02Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas
2016-09-01Change API of ShmemAlloc() so it throws error rather than returning NULL.Tom Lane
2016-08-31Try to fix portability issue in enum renumbering (again).Tom Lane
2016-08-31Remove no-longer-useful SSL-specific Port.count field.Tom Lane
2016-08-31Use static inline functions for float <-> Datum conversions.Heikki Linnakangas
2016-08-31Prevent starting a standalone backend with standby_mode on.Tom Lane
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2016-08-29Make AllocSetContextCreate throw an error for bad context-size parameters.Tom Lane
2016-08-29Fix typos in comments.Fujii Masao
2016-08-29Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-26Fix potential memory leakage from HandleParallelMessages().Tom Lane