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
/
backend
Age
Commit message (
Expand
)
Author
2021-11-06
Disallow making an empty lexeme via array_to_tsvector().
Tom Lane
2021-11-06
Second attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-06
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-06
Update obsolete reference in vacuumlazy.c.
Peter Geoghegan
2021-11-06
Fix handling of NaN values in BRIN minmax multi
Tomas Vondra
2021-11-05
Update obsolete heap pruning comments.
Peter Geoghegan
2021-11-05
Change ThisTimeLineID from a global variable to a local variable.
Robert Haas
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
Don't set ThisTimeLineID when there's no reason to do so.
Robert Haas
2021-11-05
Avoid crash in rare case of concurrent DROP
Alvaro Herrera
2021-11-05
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-11-05
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-05
Add various assertions to heap pruning code.
Peter Geoghegan
2021-11-03
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-11-03
Fix parallel amvacuumcleanup safety bug.
Peter Geoghegan
2021-11-02
Blind attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-02
Don't overlook indexes during parallel VACUUM.
Peter Geoghegan
2021-11-02
Ensure consistent logical replication of datetime and float8 values.
Tom Lane
2021-11-02
Fix variable lifespan in ExecInitCoerceToDomain().
Tom Lane
2021-11-02
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.
Amit Kapila
2021-11-02
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-11-01
Replace unicode characters in comments with ascii
Daniel Gustafsson
2021-11-01
Avoid some other O(N^2) hazards in list manipulation.
Tom Lane
2021-11-01
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-11-01
Preserve opclass parameters across REINDEX CONCURRENTLY
Michael Paquier
2021-10-31
Avoid O(N^2) behavior when the standby process releases many locks.
Tom Lane
2021-10-29
Fix race condition in startup progress reporting.
Robert Haas
2021-10-29
When fetching WAL for a basebackup, report errors with a sensible TLI.
Robert Haas
2021-10-29
Demote pg_unreachable() in heapam to an assertion.
Peter Geoghegan
2021-10-27
Remove obsolete nbtree LP_DEAD item comments.
Peter Geoghegan
2021-10-27
Grant memory views to pg_read_all_stats.
Jeff Davis
2021-10-27
Fix typos in comments
Daniel Gustafsson
2021-10-27
Fix ordering of items in nbtree error message.
Peter Geoghegan
2021-10-27
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-10-26
Allow GRANT on pg_log_backend_memory_contexts().
Jeff Davis
2021-10-26
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-10-26
Ensure that slots are zeroed before use
Daniel Gustafsson
2021-10-25
Reject huge_pages=on if shared_memory_type=sysv.
Thomas Munro
2021-10-25
Initialize variable to placate compiler.
Robert Haas
2021-10-25
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
Add enable_timeout_every() to fire the same timeout repeatedly.
Robert Haas
2021-10-25
Remove useless code from CreateReplicationSlot.
Robert Haas
2021-10-25
StartupXLOG: Don't repeatedly disable/enable local xlog insertion.
Robert Haas
2021-10-25
StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.
Robert Haas
2021-10-25
Clarify the logic in a few places in the new balanced merge code.
Heikki Linnakangas
2021-10-24
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
[next]