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
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-12
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-12
commit_ts test: Set node name in test
Alvaro Herrera
2017-07-11
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-10
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-07-06
Simplify the logic checking new range partition bounds.
Dean Rasheed
2017-07-06
Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.
Tom Lane
2017-07-05
Remove unnecessary pg_is_in_recovery calls in tests
Peter Eisentraut
2017-07-03
Fix race condition in recovery/t/009_twophase.pl test.
Tom Lane
2017-07-02
Fix bug in PostgresNode::query_hash's split() call.
Tom Lane
2017-07-02
Try to improve readability of recovery/t/009_twophase.pl test.
Tom Lane
2017-07-02
Improve TAP test function PostgresNode::poll_query_until().
Tom Lane
2017-07-01
Clean up misuse and nonuse of poll_query_until().
Tom Lane
2017-06-29
Eat XIDs more efficiently in recovery TAP test.
Tom Lane
2017-06-28
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-27
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-26
Reduce wal_retrieve_retry_interval in applicable TAP tests.
Tom Lane
2017-06-26
Improve wait logic in TAP tests for streaming replication.
Tom Lane
2017-06-23
Fix replication with replica identity full
Peter Eisentraut
2017-06-23
Add testing to detect errors of omission in "pin" dependency creation.
Tom Lane
2017-06-22
Fix IF NOT EXISTS in CREATE STATISTICS
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
Prevent table partitions from being turned into views.
Dean Rasheed
2017-06-20
Make opr_sanity test complain about built-in functions marked prosecdef.
Tom Lane
2017-06-19
Avoid regressions in foreign-key-based selectivity estimates.
Tom Lane
2017-06-17
Remove incorrect comment
Magnus Hagander
2017-06-16
Use RangeVarGetRelidExtended() in AlterSequence()
Peter Eisentraut
2017-06-16
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-06-15
psql: Improve display of "for all tables" publications
Peter Eisentraut
2017-06-15
Remove unnecessary IPC::Run inclusion
Peter Eisentraut
2017-06-14
Use DEFACLOBJ_ macros in error message instead of hardcoding
Peter Eisentraut
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
Fix no-longer-valid shortcuts in expression_returns_set().
Tom Lane
2017-06-14
Teach PL/pgSQL about partitioned tables.
Dean Rasheed
2017-06-14
Teach RemoveRoleFromObjectPolicy() about partitioned tables.
Dean Rasheed
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-13
Teach relation_is_updatable() about partitioned tables.
Dean Rasheed
2017-06-13
Fix failure to remove dependencies when a partition is detached.
Robert Haas
2017-06-13
Fix confusion about number of subplans in partitioned INSERT setup.
Tom Lane
2017-06-11
Apply RLS policies to partitioned tables.
Joe Conway
2017-06-07
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-06
Clean up latch related code.
Andres Freund
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-04
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
[next]