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
2021-09-23
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-22
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
jit: Do not try to shut down LLVM state in case of LLVM triggered errors.
Andres Freund
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-08-25
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-17
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-13
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-13
Fix incorrect hash table resizing code in simplehash.h
David Rowley
2021-07-25
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-16
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-09
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-02
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-06-24
Fix ABI break introduced by commit 4daa140a2f.
Amit Kapila
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-08
Remove unnecessary declaration in win32_port.h
Michael Paquier
2021-06-07
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-01
Add fallback implementation for setenv()
Michael Paquier
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-14
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-04-20
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-13
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-03-23
Use correct spelling of statistics kind
Tomas Vondra
2021-03-22
Fix concurrency issues with WAL segment recycling on Windows
Michael Paquier
2021-03-19
Don't leak compiled regex(es) when an ispell cache entry is dropped.
Tom Lane
2021-03-17
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-17
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-02-16
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Tom Lane
2021-02-15
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-13
pg_attribute_no_sanitize_alignment() macro
Tom Lane
2021-02-10
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-30
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-28
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-14
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-06
Detect the deadlocks between backends and the startup process.
Fujii Masao
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-21
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
[next]