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-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
2019-07-01
Remove surplus call to table_finish_bulk_insert
David Rowley
2019-07-01
Fix missing call to table_finish_bulk_insert during COPY
David Rowley
2019-06-29
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-28
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-06-27
Update reference to sampling algorithm in analyze.c
Tomas Vondra
2019-06-27
Fix use-after-free introduced in 55ed3defc966
Alvaro Herrera
2019-06-26
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-24
Purely-cosmetic adjustments in tablecmds.c.
Tom Lane
2019-06-24
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-20
Rework some error strings for REINDEX CONCURRENTLY with system catalogs
Michael Paquier
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-15
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-14
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-12
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-11
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-07
Fix default_tablespace usage for partitioned tables
Alvaro Herrera
2019-06-05
Fix confusing NOTICE text in REINDEX CONCURRENTLY
David Rowley
2019-06-05
Fix incorrect index behavior in COPY FROM with partitioned tables
David Rowley
2019-06-05
Rework code using list_delete_cell() in MergeAttributes
Michael Paquier
2019-06-04
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-06-03
Fix unsafe memory management in CloneRowTriggersToPartition().
Tom Lane
2019-05-28
Fix typo in message
Alvaro Herrera
2019-05-26
Fix typos.
Amit Kapila
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
[next]