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
/
contrib
Age
Commit message (
Expand
)
Author
2024-10-22
Improve parser's reporting of statement start locations.
Tom Lane
2024-10-22
pg_stat_statements: Add tests for nested queries with level tracking
Michael Paquier
2024-10-15
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-14
Allow TAP tests to force checksums off when calling init()
Peter Eisentraut
2024-10-08
pg_stat_statements: Add columns to track parallel worker activity
Michael Paquier
2024-10-08
Stabilize the test added by commit 022564f60c.
Amit Kapila
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
Fix fetching default toast value during decoding of in-progress transactions.
Amit Kapila
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-10-03
file_fdw: Add on_error and log_verbosity options to file_fdw.
Fujii Masao
2024-10-01
Use macro to define the number of enum values
Peter Eisentraut
2024-09-30
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-25
pg_stat_statements: Expand tests for SET statements
Michael Paquier
2024-09-24
Neaten up our choices of SQLSTATEs for XML-related errors.
Tom Lane
2024-09-18
postgres_fdw: Extend postgres_fdw_get_connections to return user name.
Fujii Masao
2024-09-18
Add missing query ID reporting in extended query protocol
Michael Paquier
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
Add stratnum GiST support function
Peter Eisentraut
2024-09-15
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-14
Remove obsolete comment in pg_stat_statements.
Tom Lane
2024-09-13
Fix contrib/pageinspect's test for sequences.
Nathan Bossart
2024-09-13
pg_stat_statements: Add tests with extended query protocol
Michael Paquier
2024-09-12
Reintroduce support for sequences in pgstattuple and pageinspect.
Nathan Bossart
2024-09-11
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-10
Optimize pg_visibility with read streams.
Noah Misch
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-09
Consistently use PageGetExactFreeSpace() in pgstattuple.
Tom Lane
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-04
Revert "Optimize pg_visibility with read streams."
Noah Misch
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-03
Fix stack variable scope from previous commit.
Noah Misch
2024-09-03
Optimize pg_visibility with read streams.
Noah Misch
2024-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-08-30
Make postgres_fdw's query_cancel test less flaky.
Tom Lane
2024-08-26
Fix memory counter update in ReorderBuffer.
Masahiko Sawada
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-16
Remove incidental md5() function use from test
Peter Eisentraut
2024-08-15
Add missing wait_for_catchup() to pg_visibility tap test
Alexander Korotkov
2024-08-15
Fix GetStrictOldestNonRemovableTransactionId() on standby
Alexander Korotkov
2024-08-06
Mark misc static global variables as const
Heikki Linnakangas
2024-08-06
Remove volatile qualifiers from pg_stat_statements.c.
Nathan Bossart
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
2024-07-30
Replace static buf with a stack-allocated one in 'seg' extension
Heikki Linnakangas
2024-07-28
amcheck: Optimize speed of checking for unique constraint violation
Alexander Korotkov
2024-07-27
Optimize escaping of JSON strings
David Rowley
2024-07-26
postgres_fdw: Fix bug in connection status check.
Fujii Masao
[next]