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
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
2017-10-05
Improve comments in vacuum_rel() and analyze_rel().
Tom Lane
2017-10-03
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-29
Fix inadequate locking during get_rel_oids().
Tom Lane
2017-09-28
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-27
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-26
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-23
... and the very same bug in publicationListToArray().
Tom Lane
2017-09-22
Fix saving and restoring umask
Peter Eisentraut
2017-09-22
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-21
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-18
Make ExplainOpenGroup and ExplainCloseGroup public.
Tom Lane
2017-09-18
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-17
Fix possible dangling pointer dereference in trigger.c.
Tom Lane
2017-09-17
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-16
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-14
Fix inconsistent capitalization.
Robert Haas
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-10
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
[next]