index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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-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
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-03
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-02
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-01
Change API of ShmemAlloc() so it throws error rather than returning NULL.
Tom Lane
2016-08-31
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-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-29
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-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
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
[next]