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
2018-07-19
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-18
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-17
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-13
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-12
Fix FK checks of TRUNCATE involving partitioned tables
Alvaro Herrera
2018-07-12
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-07-12
Add assertion in expand_vacuum_rel() for non-autovacuum path
Michael Paquier
2018-07-11
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-09
Add UtilityReturnsTuples() support for CALL
Peter Eisentraut
2018-07-06
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-29
Fix crash when ALTER TABLE recreates indexes on partitions
Alvaro Herrera
2018-06-22
When index recurses to a partition, map columns numbers
Alvaro Herrera
2018-06-20
Clarify use of temporary tables within partition trees
Michael Paquier
2018-06-13
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-11
Fix access to just-closed relcache entry.
Tom Lane
2018-06-11
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-05-22
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-05-21
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-27
Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Add missing pstrdup
Alvaro Herrera
2018-04-20
Fix a couple minor typos
Stephen Frost
2018-04-20
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-18
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
2018-04-17
Add more infinite recursion detection while locking a view.
Tatsuo Ishii
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-14
Support named and default arguments in CALL
Peter Eisentraut
2018-04-12
Revert lowering of lock level for ATTACH PARTITION
Alvaro Herrera
2018-04-12
Fix interference between covering indexes and partitioned tables
Teodor Sigaev
2018-04-12
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-12
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
Set relispartition correctly for index partitions
Alvaro Herrera
2018-04-11
Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT
Alvaro Herrera
2018-04-11
Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5
Teodor Sigaev
2018-04-11
Fix interference between cavering indexes and partitioned tables
Teodor Sigaev
2018-04-10
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-08
Fix additional breakage in covering-index patch.
Tom Lane
2018-04-08
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
[next]