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-08-31
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Peter Eisentraut
2017-08-30
Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-28
Fix over-aggressive sanity check in misc_sanity.sql.
Tom Lane
2017-08-25
Add minimal regression test for blessed record type transfer.
Andres Freund
2017-08-24
psql: Fix \gx when FETCH_COUNT is used
Stephen Frost
2017-08-24
Make new regression test case parallel-safe, and improve its output.
Tom Lane
2017-08-24
Fix up secondary expected files
Peter Eisentraut
2017-08-23
Improve plural handling in error message
Peter Eisentraut
2017-08-21
Push limit through subqueries to underlying sort, where possible.
Robert Haas
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-17
Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-17
Fix ExecReScanGatherMerge.
Tom Lane
2017-08-14
Expand coverage of parallel gather merge a bit.
Andres Freund
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-12
Simplify fetch-slot-xmins logic in recovery TAP tests.
Tom Lane
2017-08-11
Add regression tests exercising more code paths in nodeLimit.c.
Tom Lane
2017-08-11
Add regression tests exercising the non-hashed code paths in nodeSetop.c.
Tom Lane
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-08
Fix yet another race condition in recovery/t/001_stream_rep.pl.
Tom Lane
2017-08-07
Fix local/remote attribute mix-up in logical replication
Peter Eisentraut
2017-08-07
Require update permission for the large object written by lo_put().
Tom Lane
2017-08-07
Again match pg_user_mappings to information_schema.user_mapping_options.
Noah Misch
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-05
Fix bug in deciding whether to scan newly-attached partition.
Robert Haas
2017-08-04
Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.
Tom Lane
2017-08-04
Further unify ROLE and USER command grammar rules
Peter Eisentraut
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-02
Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.
Tom Lane
2017-08-01
Suppress less info in regression tests using DROP CASCADE.
Tom Lane
2017-08-01
Try to deliver a sane message for _create_locale() failure on Windows.
Tom Lane
2017-08-01
Allow creation of C/POSIX collations without depending on libc behavior.
Tom Lane
2017-07-28
Include publication owner's name in the output of \dRp+.
Tom Lane
2017-07-27
Work around Msys weakness in Testlib.pm's command_like()
Andrew Dunstan
2017-07-25
Make PostgresNode easily subclassable
Alvaro Herrera
2017-07-24
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-22
Update expected results for collate.linux.utf8 regression test.
Tom Lane
2017-07-21
Make the new partition regression tests locale-independent.
Dean Rasheed
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-18
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
Improve legibility of numeric literal
Andrew Dunstan
2017-07-17
Merge large_object.sql test into largeobject.source.
Tom Lane
2017-07-17
Use usleep instead of select for timeouts in PostgresNode.pm
Andrew Dunstan
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
[next]