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
/
test
Age
Commit message (
Expand
)
Author
2018-11-23
Clamp semijoin selectivity to be not more than inner-join selectivity.
Tom Lane
2018-11-23
Silence compiler warnings
Alvaro Herrera
2018-11-23
Don't allow partitioned indexes in pg_global tablespace
Alvaro Herrera
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-22
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-19
psql: Describe partitioned tables/indexes as such
Alvaro Herrera
2018-11-19
Disallow COPY FREEZE on partitioned tables
Alvaro Herrera
2018-11-15
Improve performance of partition pruning remapping a little.
Tom Lane
2018-11-14
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-11-13
Add INSERT ON CONFLICT test on partitioned tables with transition table
Alvaro Herrera
2018-11-13
Fix handling of HBA ldapserver with multiple hostnames.
Thomas Munro
2018-11-10
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
Indicate session name in isolationtester notices
Alvaro Herrera
2018-11-09
Fix dependency handling of partitions and inheritance for ON COMMIT
Michael Paquier
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-06
Disable recheck_on_update optimization to avoid crashes.
Tom Lane
2018-11-06
Optimize nested ConvertRowtypeExpr nodes.
Andrew Gierth
2018-11-06
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-05
Remove unreferenced pg_opfamily entry.
Tom Lane
2018-11-05
Block creation of partitions with open references to its parent
Michael Paquier
2018-11-05
Ignore partitioned tables when processing ON COMMIT DELETE ROWS
Michael Paquier
2018-11-03
Fix STRICT check for strict aggregates with NULL ORDER BY columns.
Andres Freund
2018-11-03
Fix tablespace handling for partitioned indexes
Alvaro Herrera
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-01
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-10-31
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-30
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
Add pg_partition_tree to display information about partitions
Michael Paquier
2018-10-25
Add pg_promote function
Michael Paquier
2018-10-24
Fix typo in regression test comment
Andrew Dunstan
2018-10-24
Correctly set t_self for heap tuples in expand_tuple
Andrew Dunstan
2018-10-22
Set pg_class.relhassubclass for partitioned indexes
Michael Paquier
2018-10-20
Lower privilege level of programs calling regression_main
Andrew Dunstan
2018-10-20
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-17
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
Fix crash in multi-insert COPY
Peter Eisentraut
2018-10-16
Avoid rare race condition in privileges.sql regression test.
Tom Lane
2018-10-16
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Tom Lane
2018-10-14
Make some subquery-using test cases a bit more robust.
Tom Lane
2018-10-14
Use PlaceHolderVars within the quals of a FULL JOIN.
Tom Lane
2018-10-14
Clean up/tighten up coercibility checks in opr_sanity regression test.
Tom Lane
2018-10-12
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
Make float exponent output on Windows look the same as elsewhere.
Tom Lane
2018-10-11
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-10
Test that event triggers work in functions and procedures
Peter Eisentraut
2018-10-09
Remove no-longer-needed variant expected regression result files.
Tom Lane
2018-10-08
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-08
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-07
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
[next]