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-02-11
Redesign the partition dependency mechanism.
Tom Lane
2019-02-11
Adjust gratuitously different error message wording
Peter Eisentraut
2019-02-10
Fix trigger drop procedure
Alvaro Herrera
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-02-06
Fix heap_getattr() handling of fast defaults.
Andres Freund
2019-01-31
Allow RECORD and RECORD[] to be specified in function coldeflists.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-28
Separate per-batch and per-tuple memory contexts in COPY
Tomas Vondra
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-26
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-25
Fix comments that claimed that mblen() only looks at first byte.
Heikki Linnakangas
2019-01-25
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-24
Fix droppability of constraints upon partition detach
Alvaro Herrera
2019-01-24
Simplify coding to detach constraints when detaching partition
Alvaro Herrera
2019-01-24
Detach constraints when partitions are detached
Alvaro Herrera
2019-01-23
Remove argument isprimary from index_build()
Michael Paquier
2019-01-22
Fix handling of volatile expressions in COPY FROM ... WHERE
Tomas Vondra
2019-01-22
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-22
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
Create action triggers when partitions are detached
Alvaro Herrera
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.
Andres Freund
2019-01-19
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
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
[next]