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
2024-02-08
Fix meson installation of xid_wraparound test.
Masahiko Sawada
2024-02-05
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-02
Allow Gather Merge in more cases for parallel DISTINCT
David Rowley
2024-01-31
Fix costing bug in MergeAppend
David Rowley
2024-01-31
Add .gitignore to src/test/modules/gin/
Michael Paquier
2024-01-31
Add tests for int4_bool() in int.c
Michael Paquier
2024-01-31
Consider the "LIMIT 1" optimization with parallel DISTINCT
David Rowley
2024-01-31
Fix various issues with ALTER TEXT SEARCH CONFIGURATION
Michael Paquier
2024-01-30
Simplify partial path generation in GROUP BY/ORDER BY
David Rowley
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-29
Fix locking when fixing an incomplete split of a GIN internal page
Heikki Linnakangas
2024-01-28
Fix DROP ROLE when specifying duplicated roles
Michael Paquier
2024-01-26
Attempt to fix newly added Memoize regression test
David Rowley
2024-01-26
Detect Julian-date overflow in timestamp[tz]_pl_interval.
Tom Lane
2024-01-26
Make spelling of cancelled/cancellation consistent
Alvaro Herrera
2024-01-26
De-dupicate Memoize cache keys
David Rowley
2024-01-26
Improve NestLoopParam generation for lateral subqueries
David Rowley
2024-01-25
Support TZ and OF format codes in to_timestamp().
Tom Lane
2024-01-25
Implement various jsonpath methods
Andrew Dunstan
2024-01-25
Allow to enable failover property for replication slots via SQL API.
Amit Kapila
2024-01-25
Add progress reporting of skipped tuples during COPY FROM.
Masahiko Sawada
2024-01-24
Rename index "abc" in aggregates.sql
Alexander Korotkov
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
Adjust populate_record_field() to handle errors softly
Amit Langote
2024-01-24
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2024-01-23
Improve stability of recovery test 035_standby_logical_decoding
Michael Paquier
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-22
Test EXPLAIN (FORMAT JSON) ... XMLTABLE
Alvaro Herrera
2024-01-22
Fix some typos
Michael Paquier
2024-01-22
Add test module injection_points
Michael Paquier
2024-01-21
Fix table name collision in tests in 0452b461bc
Alexander Korotkov
2024-01-21
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-20
Add hint about not qualifying UPDATE...SET target with relation name.
Tom Lane
2024-01-20
Add planner support functions for range operators <@ and @>.
Tom Lane
2024-01-19
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-19
Add stratnum GiST support function
Peter Eisentraut
2024-01-19
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
2024-01-19
psql: Add ignore_slash_options in bind's inactive branch
Michael Paquier
2024-01-18
Fix buildfarm error from commit 5c31669058.
Jeff Davis
2024-01-18
Fix an issue in PostgreSQL::Test::Cluster:psql()
Peter Eisentraut
2024-01-17
Remove the flaky check in event_trigger_login regression test
Alexander Korotkov
2024-01-16
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-16
Support identity columns in partitioned tables
Peter Eisentraut
2024-01-16
libpq: Add PQsendPipelineSync()
Michael Paquier
2024-01-15
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-15
Reduce dependency to money data type in main regression test suite
Michael Paquier
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-12
Re-validate connection string in libpqrcv_connect().
Jeff Davis
2024-01-11
Fix some inconsistent whitespace in Perl file
Peter Eisentraut
[next]