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
2023-12-27
Improve the implementation of information_schema._pg_expandarray().
Tom Lane
2023-12-27
Fix a warning in Perl test code
Peter Eisentraut
2023-12-27
Make replace_relid() leave argument unmodified
Alexander Korotkov
2023-12-24
Don't constrain self-join removal due to PHVs
Alexander Korotkov
2023-12-24
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-23
Set readline-relevant ENV vars in interactive_psql(), not caller.
Tom Lane
2023-12-21
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-21
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
Dean Rasheed
2023-12-21
Add PostgreSQL::Test::Cluster::advance_wal
Michael Paquier
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-15
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-08
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
Test that it works to RESET an invalid reloption
Alvaro Herrera
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-07
Improve some error messages with invalid indexes for REINDEX CONCURRENTLY
Michael Paquier
2023-12-06
Fix assertion failure with REINDEX and event triggers
Michael Paquier
2023-12-04
Add support for REINDEX in event triggers
Michael Paquier
2023-12-01
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-11-30
Add tests for XID wraparound.
Masahiko Sawada
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
Add option to specify timeout seconds to BackgroundPsql.pm.
Masahiko Sawada
2023-11-30
Fix wrong description of BackgroundPsql's timeout.
Masahiko Sawada
2023-11-30
Fix BackgroundPsql's set_query_timer_restart() issue without argument.
Masahiko Sawada
2023-11-28
Add SLRU tests for 64-bit page case
Alexander Korotkov
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-28
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
Remove more statements from stats.sql
Michael Paquier
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
Remove test for pg_stat_reset_shared() in stats.sql
Michael Paquier
2023-11-27
Check if ii_AmCache is NULL in aminsertcleanup
Tomas Vondra
2023-11-27
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-26
Display length and bounds histograms in pg_stats
Alexander Korotkov
2023-11-25
Use fipshash in brin_multi test
Peter Eisentraut
2023-11-25
modify segno. for pg_walfile_name() and pg_walfile_name_offset()
Bruce Momjian
2023-11-22
Fix the initial sync tables with no columns.
Amit Kapila
2023-11-22
Fix query checking consistency of table amhandlers in opr_sanity.sql
Michael Paquier
2023-11-18
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-17
Extract column statistics from CTE references, if possible.
Tom Lane
2023-11-17
Allow tests to pass in OpenSSL FIPS mode (rest)
Peter Eisentraut
2023-11-17
Allow tests to pass in OpenSSL FIPS mode (TAP tests)
Peter Eisentraut
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
Add target "slru" to pg_stat_reset_shared()
Michael Paquier
2023-11-15
src/test/modules/test_dsa needs a .gitignore file.
Tom Lane
2023-11-15
Add test_dsa module.
Heikki Linnakangas
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-11-14
Allow new role 'regress_dump_login_role' to log in under SSPI.
Tom Lane
2023-11-14
Add support for pg_stat_reset_slru without argument
Michael Paquier
2023-11-13
Don't try to dump RLS policies or security labels for extension objects.
Tom Lane
2023-11-13
Improve default and empty privilege outputs in psql.
Tom Lane
[next]