index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2021-07-16
Preserve firing-on state when cloning row triggers to partitions
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-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
Stamp 12.7.
REL_12_7
Tom Lane
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-13
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-03-23
Use correct spelling of statistics kind
Tomas Vondra
2021-03-18
Don't leak compiled regex(es) when an ispell cache entry is dropped.
Tom Lane
2021-03-18
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-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
Stamp 12.6.
REL_12_6
Tom Lane
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
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-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-09
Stamp 12.5.
REL_12_5
Tom Lane
2020-11-08
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-02
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-11-01
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-15
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-21
Fix a few typos in JIT comments and README
David Rowley
2020-08-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
[next]