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
/
regress
Age
Commit message (
Expand
)
Author
2017-03-06
pg_upgrade: Fix large object COMMENTS, SECURITY LABELS
Stephen Frost
2017-03-06
Allow dropping multiple functions at once
Peter Eisentraut
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2017-03-04
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-03-03
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-01
Fix naming inconsistency
Peter Eisentraut
2017-02-24
Make tablesample work with partitioned tables.
Robert Haas
2017-02-23
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-22
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-02-21
Use less-generic table name in new regression test case.
Tom Lane
2017-02-19
Make partitions automatically inherit OIDs.
Robert Haas
2017-02-19
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-16
Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
Don't disallow dropping NOT NULL for a list partition key.
Robert Haas
2017-02-12
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-10
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
Add explicit ORDER BY to a few tests that exercise hash-join code.
Andres Freund
2017-02-07
Speed up "brin" regression test a little bit.
Tom Lane
2017-02-06
Avoid permission failure in pg_sequences.last_value
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Fix placement of initPlans when forcibly materializing a subplan.
Tom Lane
2017-02-02
Fix mishandling of tSRFs at different nesting levels.
Tom Lane
2017-02-01
Improve psql's behavior for \set and \unset of its control variables.
Tom Lane
2017-01-30
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-30
Add a regression test script dedicated to exercising system views.
Tom Lane
2017-01-30
Make psql reject attempts to set special variables to invalid values.
Tom Lane
2017-01-30
Fix sequence test in cs_CZ locale
Peter Eisentraut
2017-01-30
Additional test coverage for sequences
Peter Eisentraut
2017-01-26
Simplify sequence test
Peter Eisentraut
2017-01-26
Add object_address tests for publications and subscriptions
Peter Eisentraut
2017-01-26
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2017-01-25
Make UNKNOWN into an actual pseudo-type.
Tom Lane
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
Use non-conflicting table names in new regression test case.
Tom Lane
2017-01-24
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-24
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-20
Paper over pg_upgrade test failure
Peter Eisentraut
2017-01-20
Logical replication
Peter Eisentraut
2017-01-19
Fix Assert failure induced by commit 215b43cdc.
Tom Lane
2017-01-19
Fix platform dependant regression output triggered by 69f4b9c85f16.
Andres Freund
2017-01-19
Teach partitioning tests not to use DROP TABLE ... CASCADE.
Robert Haas
2017-01-19
Fix some problems in check_new_partition_bound().
Robert Haas
2017-01-19
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
[next]