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
Age
Commit message (
Expand
)
Author
2016-12-07
Handle empty or all-blank PAGER setting more sanely in psql.
Tom Lane
2016-12-03
Make pgwin32_putenv() visit debug CRTs.
Noah Misch
2016-12-03
Remove wrong CloseHandle() call.
Noah Misch
2016-12-03
Refine win32env.c cosmetics.
Noah Misch
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
Improve pg_dump/pg_restore --create --if-exists logic.
Tom Lane
2016-11-17
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-15
Allow DOS-style line endings in ~/.pgpass files.
Tom Lane
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-11-06
Rationalize and document pltcl's handling of magic ".tupno" array element.
Tom Lane
2016-11-06
More zic cleanup.
Tom Lane
2016-11-04
Sync our copy of the timezone library with IANA tzcode master.
Tom Lane
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-26
Fix not-HAVE_SYMLINK code in zic.c.
Tom Lane
2016-10-24
Stamp 9.4.10.
REL9_4_10
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-20
Sync our copy of the timezone library with IANA release tzcode2016h.
Tom Lane
2016-10-20
Update time zone data files to tzdata release 2016h.
Tom Lane
2016-10-20
Another portability fix for tzcode2016g update.
Tom Lane
2016-10-19
Windows portability fix.
Tom Lane
2016-10-19
Sync our copy of the timezone library with IANA release tzcode2016g.
Tom Lane
2016-10-19
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
Tom Lane
2016-10-19
Update time zone data files to tzdata release 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-12
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-10
In PQsendQueryStart(), avoid leaking any left-over async result.
Tom Lane
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
Remove user_relns() SRF from regression tests.
Tom Lane
2016-10-07
Make TAP test suites to work, when @INC does not contain current dir.
Heikki Linnakangas
2016-10-07
Clear OpenSSL error queue after failed X509_STORE_load_locations() call.
Heikki Linnakangas
2016-10-07
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-10-04
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
[next]