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
/
include
Age
Commit message (
Expand
)
Author
2020-11-03
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-11-02
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-10-16
llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.
Andres Freund
2020-10-15
doc: improve description of synchronous_commit modes
Bruce Momjian
2020-10-15
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2020-09-16
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-04
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-08-31
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-20
Fix a few typos in JIT comments and README
David Rowley
2020-08-15
Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.
Noah Misch
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-10
Stamp 11.9.
REL_11_9
Tom Lane
2020-08-10
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-06
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2020-07-21
Avoid direct C access to possibly-null pg_subscription_rel.srsublsn.
Tom Lane
2020-07-16
Replace use of sys_siglist[] with strsignal().
Tom Lane
2020-06-09
Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.
Andres Freund
2020-06-05
Add unlikely() to CHECK_FOR_INTERRUPTS()
Joe Conway
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-03
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-05-11
Stamp 11.8.
REL_11_8
Tom Lane
2020-05-06
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-04-23
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-21
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-18
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
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
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-17
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-11
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-29
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-10
Stamp 11.7.
REL_11_7
Tom Lane
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-21
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-13
Fix typo.
Amit Kapila
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-11-21
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-11
Stamp 11.6.
REL_11_6
Tom Lane
[next]