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-11-26
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-25
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-23
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-21
Fix PGLC_localeconv() to handle errors better.
Tom Lane
2016-11-20
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-17
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-07
Fix handling of symlinked pg_stat_tmp and pg_replslot
Magnus Hagander
2016-10-30
Fix nasty performance problem in tsquery_rewrite().
Tom Lane
2016-10-30
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-27
If the stats collector dies during Hot Standby, restart it.
Robert Haas
2016-10-27
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-26
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-24
Translation updates
Peter Eisentraut
2016-10-23
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-10-20
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-19
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
Tom Lane
2016-10-19
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-18
Fix cidin() to handle values above 2^31 platform-independently.
Tom Lane
2016-10-14
Fix assorted integer-overflow hazards in varbit.c.
Tom Lane
2016-10-13
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-13
Try to find out the actual hugepage size when making a MAP_HUGETLB request.
Tom Lane
2016-10-13
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-04
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-10-01
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
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
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
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-12
Fix copy/pasto in file identification
Simon Riggs
2016-09-10
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-08
Fix mdtruncate() to close fd.c handle of deleted segments.
Andres Freund
2016-09-03
Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.
Tom Lane
2016-09-02
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-09-01
Fix minor 9.4-only bug in logical decoding.
Tom Lane
2016-08-31
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-29
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-08-25
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-19
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-17
Properly re-initialize replication slot shared memory upon creation.
Andres Freund
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-12
Fix inappropriate printing of never-measured times in EXPLAIN.
Tom Lane
2016-08-11
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-08
Fix several one-byte buffer over-reads in to_number
Peter Eisentraut
[next]