index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Guard against possible memory allocation botch in batchmemtuples().
Tom Lane
2016-09-06
*
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-06
*
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
2016-09-05
*
Dirty replication slots when using sql interface
Simon Riggs
2016-09-05
*
Remove duplicate code from ReorderBufferCleanupTXN().
Tom Lane
2016-09-04
*
Clarify the new Red-Black post-order traversal code a bit.
Heikki Linnakangas
2016-09-04
*
Fix multiple bugs in numeric_poly_deserialize().
Tom Lane
2016-09-03
*
Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.
Tom Lane
2016-09-03
*
New recovery target recovery_target_lsn
Simon Riggs
2016-09-03
*
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-09-02
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Speed up SUM calculation in numeric aggregates.
Heikki Linnakangas
2016-09-02
*
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-02
*
Change API of ShmemAlloc() so it throws error rather than returning NULL.
Tom Lane
2016-09-01
*
Try to fix portability issue in enum renumbering (again).
Tom Lane
2016-08-31
*
Remove no-longer-useful SSL-specific Port.count field.
Tom Lane
2016-08-31
*
Use static inline functions for float <-> Datum conversions.
Heikki Linnakangas
2016-08-31
*
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-31
*
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
*
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
*
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-29
*
Make AllocSetContextCreate throw an error for bad context-size parameters.
Tom Lane
2016-08-29
*
Fix typos in comments.
Fujii Masao
2016-08-29
*
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-08-29
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
*
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
*
Put static forward declarations in elog.c back into same order as code.
Tom Lane
2016-08-26
*
Fix assorted small bugs in ThrowErrorData().
Tom Lane
2016-08-26
*
Fix logic for adding "parallel worker" context line to worker errors.
Tom Lane
2016-08-26
*
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-24
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
*
Fix network_spgist.c build failures from missing AF_INET definition.
Tom Lane
2016-08-23
*
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
*
Extend dsm API with a new function dsm_unpin_segment.
Robert Haas
2016-08-23
*
Remove duplicate function prototype.
Robert Haas
2016-08-23
*
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-23
*
Add txid_current_ifassigned().
Robert Haas
2016-08-23
*
Remove duplicate word from comment.
Robert Haas
2016-08-23
*
Refactor some network.c code to create cidr_set_masklen_internal().
Tom Lane
2016-08-23
*
Fix possible sorting error when aborting use of abbreviated keys.
Robert Haas
2016-08-22
*
Improve header comment for LockHasWaitersRelation.
Robert Haas
2016-08-22
*
Use LEFT JOINs in some system views in case referenced row doesn't exist.
Tom Lane
2016-08-19
*
Guard against parallel-restricted functions in VALUES expressions.
Tom Lane
2016-08-19
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
*
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-19
[next]