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
Age
Commit message (
Expand
)
Author
2021-09-26
Avoid unnecessary division in interval_cmp_value().
Tom Lane
2021-09-25
Update obsolete nbtree deletion comments.
Peter Geoghegan
2021-09-25
vacuumlazy.c: Remove obsolete 'onecall' comment.
Peter Geoghegan
2021-09-24
nbtree README: Add note about latestRemovedXid.
Peter Geoghegan
2021-09-23
Add missing $Test::Builder::Level settings
Peter Eisentraut
2021-09-23
Add exception for unicode_east_asian_fw_table.h to headerscheck also
John Naylor
2021-09-23
Add exception for unicode_east_asian_fw_table.h to cpluspluscheck
John Naylor
2021-09-23
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-23
Release memory allocated by dependency_degree
Tomas Vondra
2021-09-23
Free memory after building each statistics object
Tomas Vondra
2021-09-23
Document issue with heapam line pointer truncation.
Peter Geoghegan
2021-09-22
Make use of PG_INT64_MAX/PG_INT64_MIN
Peter Eisentraut
2021-09-22
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-22
Add parent table name in an error in reorderbuffer.c.
Amit Kapila
2021-09-22
Fix "single value strategy" index deletion issue.
Peter Geoghegan
2021-09-22
Fix some issues with TAP tests for postgres -C
Michael Paquier
2021-09-21
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Michael Paquier
2021-09-21
Fix misevaluation of STABLE parameters in CALL within plpgsql.
Tom Lane
2021-09-21
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-21
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-20
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-20
pgstat: Prepare to use mechanism for truncated rels also for droppped rels.
Andres Freund
2021-09-20
pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc.
Andres Freund
2021-09-20
Doc: add glossary term for "auxiliary process"
Alvaro Herrera
2021-09-19
Disallow extended statistics on system columns
Tomas Vondra
2021-09-18
process startup: Split single user code out of PostgresMain().
Andres Freund
2021-09-18
Improve some check logic in pg_receivewal
Michael Paquier
2021-09-17
Fix pull_varnos to cope with translated PlaceHolderVars.
Tom Lane
2021-09-17
Clarify some errors in pg_receivewal when closing WAL segments
Michael Paquier
2021-09-17
Disable test for postgres -C on Msys
Michael Paquier
2021-09-16
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-16
Message style improvements
Peter Eisentraut
2021-09-16
process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.
Andres Freund
2021-09-16
Fix performance regression from session statistics.
Andres Freund
2021-09-16
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-16
Use int instead of size_t in procarray.c.
Fujii Masao
2021-09-16
Support "postgres -C" with runtime-computed GUCs
Michael Paquier
2021-09-15
process startup: Initialize PgStartTime earlier in single user mode.
Andres Freund
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
Add Cardinality typedef
Peter Eisentraut
2021-09-15
Disallow LISTEN in background workers.
Tom Lane
2021-09-15
Make node output prefix match node structure name
Peter Eisentraut
2021-09-15
Fix hash_array
Peter Eisentraut
2021-09-15
Fix incorrect format placeholders
Peter Eisentraut
2021-09-15
Update Unicode data to Unicode 14.0.0
Peter Eisentraut
2021-09-15
Update README for resource owners about the resource types supported
Michael Paquier
2021-09-14
Improve log messages from pg_import_system_collations().
Tom Lane
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
Add WRITE_INDEX_ARRAY
Peter Eisentraut
[next]