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-01-18
Fix creation of duplicate foreign keys on partitions
Alvaro Herrera
2019-01-18
Move CloneForeignKeyConstraints to tablecmds.c
Alvaro Herrera
2019-01-18
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-15
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
Fix unique INCLUDE indexes on partitioned tables
Alvaro Herrera
2019-01-11
Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...
Andrew Dunstan
2019-01-10
Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE
Andrew Dunstan
2019-01-04
Rename macro to RELKIND_HAS_STORAGE
Alvaro Herrera
2019-01-03
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-31
Remove some useless code
Alvaro Herrera
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-23
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-20
Fix lock level used for partition when detaching it
Alvaro Herrera
2018-12-20
DETACH PARTITION: hold locks on indexes until end of transaction
Alvaro Herrera
2018-12-20
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-19
Remove function names from error messages
Alvaro Herrera
2018-12-17
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
Remove extra semicolons.
Amit Kapila
2018-12-17
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-07
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-12-07
Clean up sloppy coding in publicationcmds.c's OpenTableList().
Tom Lane
2018-12-06
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-05
Don't mark partitioned indexes invalid unnecessarily
Alvaro Herrera
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-23
Don't allow partitioned indexes in pg_global tablespace
Alvaro Herrera
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-19
Add needed #include.
Tom Lane
2018-11-19
Handle EPIPE more sanely when we close a pipe reading from a program.
Tom Lane
2018-11-19
Disallow COPY FREEZE on partitioned tables
Alvaro Herrera
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-14
Lower lock level for renaming indexes
Peter Eisentraut
2018-11-12
Remove CommandCounterIncrement() after processing ON COMMIT DELETE
Michael Paquier
2018-11-12
Simplify null-element handling in extension_config_remove().
Tom Lane
2018-11-10
Apply RI trigger skipping tests also for DELETE
Peter Eisentraut
2018-11-10
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
Fix dependency handling of partitions and inheritance for ON COMMIT
Michael Paquier
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-05
Block creation of partitions with open references to its parent
Michael Paquier
[next]