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
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-14
Fix unexpected error messages for various flavors of ALTER TABLE
Michael Paquier
2021-07-13
Robustify tuplesort's free_sort_tuple function
David Rowley
2021-07-13
Fix theoretical bug in tuplesort
David Rowley
2021-07-12
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-11
Lock the extension during ALTER EXTENSION ADD/DROP.
Tom Lane
2021-07-10
Fix assign_record_type_typmod().
Jeff Davis
2021-07-10
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-09
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-09
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
Remove more obsolete comments about semaphores.
Thomas Munro
2021-07-09
Add missing Int64GetDatum macro in dbsize.c
David Rowley
2021-07-09
Fix incorrect return value in pg_size_pretty(bigint)
David Rowley
2021-07-05
Reduce overhead of cache-clobber testing in LookupOpclassInfo().
Tom Lane
2021-07-02
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-06-30
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-28
Fix race condition in TransactionGroupUpdateXidStatus().
Amit Kapila
2021-06-28
Make index_set_state_flags() transactional
Michael Paquier
2021-06-25
Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().
Tom Lane
2021-06-25
Make walsenders show their replication commands in pg_stat_activity.
Tom Lane
2021-06-24
Prepare for forthcoming LLVM 13 API change.
Thomas Munro
2021-06-24
Another fix to relmapper race condition.
Heikki Linnakangas
2021-06-24
Prevent race condition while reading relmapper file.
Heikki Linnakangas
2021-06-23
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
2021-06-22
Back-patch "Tolerate version lookup failure for old style Windows locale names."
Thomas Munro
2021-06-18
Fix misbehavior of DROP OWNED BY with duplicate polroles entries.
Tom Lane
2021-06-18
Avoid scribbling on input node tree in CREATE/ALTER DOMAIN.
Tom Lane
2021-06-18
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-18
Fix valgrind issue in pgoutput.c.
Amit Kapila
2021-06-17
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-16
Fix plancache refcount leak after error in ExecuteQuery.
Tom Lane
2021-06-16
Fix outdated comment that talked about seek position of WAL file.
Heikki Linnakangas
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-12
Ensure pg_filenode_relation(0, 0) returns NULL.
Tom Lane
2021-06-12
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-11
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
Fix race condition in invalidating obsolete replication slots
Alvaro Herrera
2021-06-10
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-09
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-08
Avoid misbehavior when persisting a non-stable cursor.
Tom Lane
2021-06-03
Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY
Michael Paquier
2021-06-02
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-06-01
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-05-31
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-29
Fix race condition when sharing tuple descriptors.
Thomas Munro
2021-05-25
Improve docs and error messages for parallel vacuum.
Amit Kapila
2021-05-25
Disallow SSL renegotiation
Michael Paquier
[next]