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-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-25
Ignore partitioned indexes where appropriate
Alvaro Herrera
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-19
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-11
Add QueryEnvironment to ExplainOneQuery_hook's parameter list.
Tom Lane
2018-01-09
Remove PortalGetQueryDesc()
Peter Eisentraut
2018-01-09
Update portal-related memory context names and API
Peter Eisentraut
2018-01-05
Factor error generation out of ExecPartitionCheck.
Robert Haas
2018-01-04
Minor preparatory refactoring for UPDATE row movement.
Robert Haas
2018-01-04
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2018-01-02
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-01
Fix EXPLAIN ANALYZE output for Parallel Hash.
Andres Freund
2017-12-29
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-27
Update relation's stats in pg_class during vacuum full.
Teodor Sigaev
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-08
Apply identity sequence values on COPY
Peter Eisentraut
2017-12-05
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-04
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
Robert Haas
2017-12-01
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-28
Fix assorted syscache lookup sloppiness in partition-related code.
Tom Lane
2017-11-16
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-15
Centralize executor-related partitioning code.
Robert Haas
2017-11-14
Simplify index_[constraint_]create API
Alvaro Herrera
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-09
Add hash partitioning.
Robert Haas
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-05
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-01
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-26
In relevant log messages, indicate whether vacuums are aggressive.
Robert Haas
2017-10-16
Rework DefineIndex relkind check
Alvaro Herrera
2017-10-14
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-12
Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.
Robert Haas
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.
Tom Lane
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-05
On attach, consider skipping validation of subpartitions individually.
Robert Haas
2017-10-05
Improve error message when skipping scan of default partition.
Robert Haas
2017-10-05
Allow DML commands that create tables to use parallel query.
Robert Haas
[next]