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-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
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-10-01
Reject a copy EOF marker that has data ahead of it on the same line.
Tom Lane
2024-09-30
Expand assertion check for query ID reporting in executor
Michael Paquier
2024-09-30
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
2024-09-30
Don't disallow DROP of constraints ONLY on partitioned tables
Alvaro Herrera
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-29
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-27
Avoid 037_invalid_database.pl hang under debug_discard_caches.
Noah Misch
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-26
Modernize to_char's Roman-numeral code, fixing overflow problems.
Tom Lane
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
Add ONLY support for VACUUM and ANALYZE
David Rowley
2024-09-23
Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH
Michael Paquier
2024-09-21
Remove pg_authid's TOAST table.
Nathan Bossart
2024-09-20
Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psql
Michael Paquier
2024-09-19
psql: Add tests for repeated calls of \bind[_named]
Michael Paquier
2024-09-19
psql: Clean up more aggressively state of \bind[_named], \parse and \close
Michael Paquier
2024-09-18
Add TOAST table to pg_index.
Nathan Bossart
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
[next]