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
2020-06-25
Remove erroneous assertion from pg_copy_logical_replication_slot().
Fujii Masao
2020-06-24
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-24
Fix comment in heap.c
Michael Paquier
2020-06-22
Undo double-quoting of index names in non-text EXPLAIN output formats.
Tom Lane
2020-06-20
Fix masking of SP-GiST pages during xlog consistency check
Alexander Korotkov
2020-06-20
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-20
Removal unused function parameter in CopyReadBinaryAttribute.
Amit Kapila
2020-06-19
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-19
Fix issues in invalidation of obsolete replication slots.
Fujii Masao
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
Clean up includes of s_lock.h.
Andres Freund
2020-06-18
Fix deadlock danger when atomic ops are done under spinlock.
Andres Freund
2020-06-18
Fix oldest xmin and LSN computation across repslots after advancing
Michael Paquier
2020-06-18
Disallow factorial of negative numbers
Peter Eisentraut
2020-06-17
spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.
Andres Freund
2020-06-17
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
Improve server code to read files as part of a base backup.
Robert Haas
2020-06-17
Minor code cleanup for perform_base_backup().
Robert Haas
2020-06-17
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
Remove STATUS_WAITING
Peter Eisentraut
2020-06-16
In dpow(), remove redundant check for whether y is an integer.
Tom Lane
2020-06-16
Remove useless variable.
Thomas Munro
2020-06-16
Make BufFileWrite() void.
Thomas Munro
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-06-15
Fix power() for large inputs yet more.
Tom Lane
2020-06-15
Assorted cleanup of tar-related code.
Robert Haas
2020-06-15
Fix power() for infinity inputs some more.
Tom Lane
2020-06-15
Fix some comments referring to past features
Michael Paquier
2020-06-14
Fix behavior of exp() and power() for infinity inputs.
Tom Lane
2020-06-14
Replace superuser check by ACLs for replication origin functions
Michael Paquier
2020-06-13
Sync behavior of var_samp and stddev_samp for single NaN inputs.
Tom Lane
2020-06-13
Fix behavior of float aggregates for single Inf or NaN inputs.
Tom Lane
2020-06-13
Silence _bt_check_unique compiler warning.
Peter Geoghegan
2020-06-13
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
Grammar object type refactoring
Peter Eisentraut
2020-06-13
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-12
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-12
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-12
Fix typos and some format mistakes in comments
Michael Paquier
2020-06-12
Make more use of RELKIND_HAS_STORAGE()
Peter Eisentraut
2020-06-11
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-11
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-06-11
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
Refactor DROP LANGUAGE grammar
Peter Eisentraut
2020-06-11
Remove deprecated syntax from CREATE/DROP LANGUAGE
Peter Eisentraut
2020-06-11
Fold AlterForeignTableStmt into AlterTableStmt
Peter Eisentraut
2020-06-10
Remove redundant grammar symbols
Peter Eisentraut
[next]