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-10-24
Handle alphanumeric characters in matching GUC names
Daniel Gustafsson
2024-10-24
Add 'no_error' argument to pg_wal_replay_wait()
Alexander Korotkov
2024-10-24
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-23
Improve pg_set_attribute_stats() error message.
Jeff Davis
2024-10-22
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Jeff Davis
2024-10-22
Change pg_*_relation_stats() functions to return type to void.
Jeff Davis
2024-10-22
Improve reporting of errors in extension script files.
Tom Lane
2024-10-22
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-22
Make all Perl warnings fatal in 043_wal_replay_wait.pl
Alexander Korotkov
2024-10-21
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-21
injection_points: Add basic isolation test
Michael Paquier
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-18
Disable autovacuum for tables in stats import tests.
Jeff Davis
2024-10-18
Allow pg_set_relation_stats() to set relpages to -1.
Jeff Davis
2024-10-18
Fix memory leaks from incorrect strsep() uses
Peter Eisentraut
2024-10-18
Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Michael Paquier
2024-10-17
Remove superfluous forward declaration
Peter Eisentraut
2024-10-17
Fix whitespace
Peter Eisentraut
2024-10-17
Fix unusual include style
Peter Eisentraut
2024-10-17
Don't store intermediate hash values in ExprState->resvalue
David Rowley
2024-10-16
Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases
Michael Paquier
2024-10-16
Rewrite some regression queries for option checks with COPY
Michael Paquier
2024-10-14
Allow TAP tests to force checksums off when calling init()
Peter Eisentraut
2024-10-14
Run pgperltidy on newly-added test code
Peter Eisentraut
2024-10-12
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-11
Create functions pg_set_relation_stats, pg_clear_relation_stats.
Jeff Davis
2024-10-11
Add pg_ls_summariesdir().
Nathan Bossart
2024-10-11
Mark consume_xids test functions VOLATILE and PARALLEL UNSAFE
Heikki Linnakangas
2024-10-11
Fix typo in connection limits test
Daniel Gustafsson
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-10-09
Apply GUC name from central table in more places of guc.c
Michael Paquier
2024-10-09
Allow pushdown of HAVING clauses with grouping sets
Richard Guo
2024-10-09
Consider explicit incremental sort for mergejoins
Richard Guo
2024-10-08
Allow roles created by new test to log in under SSPI.
Tom Lane
2024-10-08
Silence assorted annoying test output.
Tom Lane
2024-10-08
Add min and max aggregates for bytea type.
Tom Lane
2024-10-08
Fix typo and run pgperltidy on newly-added test
Heikki Linnakangas
2024-10-08
Add test for dead-end backends
Heikki Linnakangas
2024-10-08
Add test for connection limits
Heikki Linnakangas
2024-10-08
Add REJECT_LIMIT option to the COPY command.
Fujii Masao
2024-10-07
Fix test for password hash length limit.
Nathan Bossart
2024-10-07
Restrict password hash length.
Nathan Bossart
2024-10-07
Use camel case for "DateStyle" in some error messages
Michael Paquier
2024-10-06
Move Cluster.pm initialization code to a more obvious place
Andrew Dunstan
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-10-04
Speed up numeric division by always using the "fast" algorithm.
Dean Rasheed
2024-10-03
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
Add log_verbosity = 'silent' support to COPY command.
Fujii Masao
2024-10-03
Remove support for unlogged on partitioned tables
Michael Paquier
[next]