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
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-06-01
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-05-31
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.
Noah Misch
2021-05-31
Improve some error wording with multirange type parsing
Michael Paquier
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
Fix vpath build in libpq_pipeline test
Peter Eisentraut
2021-05-27
Add NO_INSTALL option to pgxs
Peter Eisentraut
2021-05-25
Make detach-partition-concurrently-4 less timing sensitive
Alvaro Herrera
2021-05-25
Make detach-partition-concurrently-3 less timing-sensitive
Alvaro Herrera
2021-05-25
Improve docs and error messages for parallel vacuum.
Amit Kapila
2021-05-25
Fix setrefs.c code for Result Cache nodes
David Rowley
2021-05-21
Disallow whole-row variables in GENERATED expressions.
Tom Lane
2021-05-21
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-20
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
Install PostgresVersion.pm
Andrew Dunstan
2021-05-20
Use a more portable way to get the version string in PostgresNode
Andrew Dunstan
2021-05-19
Avoid creating testtablespace directories where not wanted.
Tom Lane
2021-05-19
Fix 020_messages.pl test.
Amit Kapila
2021-05-14
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.
Tom Lane
2021-05-11
Get rid of the separate serial_schedule list of tests.
Tom Lane
2021-05-11
Replace opr_sanity test's binary_coercible() function with C code.
Tom Lane
2021-05-11
Fix typo
Peter Eisentraut
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-05-07
Fix typo
Peter Eisentraut
2021-05-07
Remove extraneous newlines added by perl copyright patch
Andrew Dunstan
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-05
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-04
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-05-03
Fix performance issue in new regex match-all detection code.
Tom Lane
2021-05-03
Make websearch_to_tsquery() parse text in quotes as a single token
Alexander Korotkov
2021-05-01
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-04-30
Adjust EXPLAIN output for parallel Result Cache plans
David Rowley
2021-04-28
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
Fix pg_identify_object_as_address() with event triggers
Michael Paquier
2021-04-27
Improve logic in PostgresVersion.pm
Andrew Dunstan
2021-04-27
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-26
Add more tests with triggers on partitions for logical replication
Michael Paquier
2021-04-25
Make a test endure log_error_verbosity=verbose.
Noah Misch
2021-04-24
Teach PostgresVersion all the ways to mark non-release code
Andrew Dunstan
2021-04-22
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-22
Make PostgresVersion code a bit more robust and simple.
Andrew Dunstan
2021-04-22
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
[next]