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
2020-04-11
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-09
Further cleanup of ts_headline code.
Tom Lane
2020-04-09
Fix default text search parser's ts_headline code for phrase queries.
Tom Lane
2020-04-09
Cosmetic improvements for default text search parser's ts_headline code.
Tom Lane
2020-04-09
Allow parallel create index to accumulate buffer usage stats.
Amit Kapila
2020-04-08
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.
Tom Lane
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
Save errno across LWLockRelease() calls
Peter Eisentraut
2020-04-03
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
Fix bogus CALLED_AS_TRIGGER() defenses.
Tom Lane
2020-04-01
Check equality semantics for unique indexes on partitioned tables.
Tom Lane
2020-03-31
Teach pg_ls_dir_files() to ignore ENOENT failures from stat().
Tom Lane
2020-03-28
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-26
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-23
Fix potential crash after constraint violation errors in partitioned tables.
Andres Freund
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
Back-patch log_newpage_range().
Noah Misch
2020-03-21
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-18
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-17
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-14
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-12
Fix nextXid tracking bug on standbys (9.5-11 only).
Thomas Munro
2020-03-11
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-09
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-09
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-07
Fix typo
Peter Eisentraut
2020-03-03
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2020-02-29
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-29
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-24
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-02-20
Remove extra word from comment.
Etsuro Fujita
2020-02-19
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-10
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-10
Translation updates
Peter Eisentraut
2020-02-09
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-02-06
Fix typo.
Amit Kapila
2020-02-06
Fix bug in LWLock statistics mechanism.
Fujii Masao
2020-02-05
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-04
Handle lack of DSM slots in parallel btree build, take 2.
Thomas Munro
2020-02-04
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-02-03
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-02-03
Revert commit a5b652f3a0.
Fujii Masao
2020-02-01
Fix memory leak on DSM slot exhaustion.
Thomas Munro
[next]