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
2022-04-21
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-19
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-18
Fix second race condition in 002_archiving.pl with archive_cleanup_command
Michael Paquier
2022-04-18
Fix race in TAP test 002_archiving.pl when restoring history file
Michael Paquier
2022-04-16
pgstat: Use correct lock level in pgstat_drop_all_entries().
Andres Freund
2022-04-16
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
Tom Lane
2022-04-15
Revert "Temporarily add some probes of tenk1's relallvisible in create_index....
Tom Lane
2022-04-15
pgstat: set timestamps of fixed-numbered stats after a crash.
Andres Freund
2022-04-14
Have CLUSTER ignore partitions not owned by caller
Alvaro Herrera
2022-04-14
Temporarily add some probes of tenk1's relallvisible in create_index.sql.
Tom Lane
2022-04-14
Improve a couple of sql/json error messages
Andrew Dunstan
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
Release cache tuple when no longer needed
Alvaro Herrera
2022-04-13
Fix finalization for json_objectagg and friends
Andrew Dunstan
2022-04-12
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-04-10
Add timestamp and elapsed time decorations to TAP test logs
Andrew Dunstan
2022-04-09
Fix whitespace
Peter Eisentraut
2022-04-09
Add missing serial commas
Peter Eisentraut
2022-04-08
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.
Andres Freund
2022-04-07
pgstat: add/extend tests for resetting various kinds of stats.
Andres Freund
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-07
Extend plsample example to include a trigger handler.
Tom Lane
2022-04-07
Add minimal tests for recovery conflict handling.
Andres Freund
2022-04-07
pgstat: test stats interactions with physical replication.
Andres Freund
2022-04-07
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
psql: add \dconfig command to show server's configuration parameters.
Tom Lane
2022-04-07
pgstat: add tests for handling of restarts, including crashes.
Andres Freund
2022-04-07
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
Fix test instability introduced in e349c95d3e9 due to async deduplication.
Andres Freund
2022-04-07
Add isolation tests for snapshot behavior in ri_triggers.c
Alvaro Herrera
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Unlogged sequences
Peter Eisentraut
2022-04-07
pgstat: add alternate output for stats.spec, for the 2PC disabled case.
Andres Freund
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
pgstat: add tests for transaction behaviour, 2PC, function stats.
Andres Freund
2022-04-07
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-07
Reorder subskiplsn in pg_subscription to avoid alignment issues.
Amit Kapila
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-04-06
Further improve jsonb_sqljson parallel test
Andrew Dunstan
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
Reduce running time of jsonb_sqljson test
Andrew Dunstan
2022-04-06
Remove race condition in 022_crash_temp_files.pl test.
Tom Lane
[next]