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
REL_19_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-08-09
Translation updates
Peter Eisentraut
2021-08-07
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-06
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
Fix wording
Peter Eisentraut
2021-08-05
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-07-31
Use elog, not Assert, to report failure to provide an outer snapshot.
Tom Lane
2021-07-31
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-28
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-27
Set pg_setting.pending_restart when pertinent config lines are removed
Alvaro Herrera
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-25
Make the standby server promptly handle interrupt signals.
Fujii Masao
2021-07-24
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-22
jit: Don't inline functions that access thread-locals.
Thomas Munro
2021-07-21
Document "B" as an accepted unit in postgres.conf.sample
John Naylor
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-16
Preserve firing-on state when cloning row triggers to partitions
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
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-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
s/table_close/heap_close/ in v11.
Tom Lane
2021-06-18
Don't set a fast default for anything but a plain table
Andrew Dunstan
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-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-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
[next]