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
2020-04-22
Remove bogus Assert in foreign key cloning code
David Rowley
2020-04-21
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-16
Fix the usage of parallel and full options of vacuum command.
Amit Kapila
2020-04-14
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-11
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-08
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-07
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-06
Use INT64_FORMAT when formatting int64 values in explain
Tomas Vondra
2020-04-06
Fix show_incremental_sort_info with force_parallel_mode
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-06
Refactor cluster.c to use new routine get_index_isclustered()
Michael Paquier
2020-04-06
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-03
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-03
Fix bogus CALLED_AS_TRIGGER() defenses.
Tom Lane
2020-04-03
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-04-01
Check equality semantics for unique indexes on partitioned tables.
Tom Lane
2020-04-01
Fix coverity complaint about commit 40d964ec99.
Amit Kapila
2020-03-31
Improve error reporting in opclasscmds.c
Alexander Korotkov
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-24
Report wait event for cost-based vacuum delay.
Andres Freund
2020-03-23
Fixes for Disk-based Hash Aggregation.
Jeff Davis
2020-03-23
Add object names to partition integrity violations.
Amit Kapila
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
Fix typo in indexcmds.c
Michael Paquier
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-10
Preserve integer and float values accurately in (de)serialize_deflist.
Tom Lane
2020-03-10
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-09
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-03-09
Code simplification
Peter Eisentraut
2020-03-06
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
[next]