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
/
commands
Age
Commit message (
Expand
)
Author
2019-10-25
Handle interrupts within a transaction context in REINDEX CONCURRENTLY
Michael Paquier
2019-10-23
Acquire properly session-level lock on new index in REINDEX CONCURRENTLY
Michael Paquier
2019-10-19
Remove last traces of heap_open/close in the tree
Michael Paquier
2019-10-18
Fix typo
Alvaro Herrera
2019-10-16
Fix bug that could try to freeze running multixacts.
Thomas Munro
2019-10-16
Fix crash when reporting CREATE INDEX progress
Alvaro Herrera
2019-10-13
Fix dependency handling of column drop with partitioned tables
Michael Paquier
2019-10-10
Fix table rewrites that include a column without a default.
Andres Freund
2019-10-04
Fix crash caused by EPQ happening with a before update trigger present.
Andres Freund
2019-10-04
Remove AtSubStart_Notify.
Robert Haas
2019-09-27
Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.
Andres Freund
2019-09-25
Support reloptions of enum type
Alvaro Herrera
2019-09-22
Make some efficiency improvements in LISTEN/NOTIFY.
Tom Lane
2019-09-20
Fix progress report of REINDEX INDEX
Alvaro Herrera
2019-09-13
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-10
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-10
Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY.
Tom Lane
2019-09-09
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-09-07
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-03
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-18
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-15
Use a hash table to de-duplicate NOTIFY events faster.
Tom Lane
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-10
Fix "ANALYZE t, t" inside a transaction block.
Tom Lane
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-30
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-23
Check that partitions are not in use when dropping constraints
Alvaro Herrera
2019-07-23
Add CREATE DATABASE LOCALE option
Peter Eisentraut
2019-07-22
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
Make identity sequence management more robust
Peter Eisentraut
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-20
Use column collation for extended statistics
Tomas Vondra
2019-07-17
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-16
Fix thinko in construction of old_conpfeqop list.
Tom Lane
2019-07-16
Remove dead code.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-12
Warn if wal_level is too low when creating a publication.
Thomas Munro
2019-07-10
Reduce memory consumption for multi-statement query strings.
Tom Lane
2019-07-10
Fix missing calls to table_finish_bulk_insert during COPY, take 2
David Rowley
2019-07-09
Propagate trigger arguments to partitions
Alvaro Herrera
2019-07-05
Remove dead encoding-conversion functions.
Tom Lane
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-07-01
Revert fix missing call to table_finish_bulk_insert during COPY
David Rowley
[next]