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
Age
Commit message (
Expand
)
Author
2021-11-22
Remove lazy_scan_heap parallel VACUUM comment block.
Peter Geoghegan
2021-11-21
pg_receivewal, pg_recvlogical: allow canceling initial password prompt.
Tom Lane
2021-11-21
Doc: update some things relevant to minimum Test::More version.
Tom Lane
2021-11-20
Require version 0.98 of Test::More for TAP tests
Andrew Dunstan
2021-11-20
Fix SP-GiST scan initialization logic for binary-compatible cases.
Tom Lane
2021-11-19
Allow psql's other uses of simple_prompt() to be interrupted by ^C.
Tom Lane
2021-11-19
Initialize backend status reporting during bootstrap.
Andres Freund
2021-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
Improve psql tab completion for transforms, domains and sequences
Michael Paquier
2021-11-18
Use appropriate -Wno-warning switches when compiling bitcode.
Tom Lane
2021-11-18
Fix quoting of ACL item in table for upgrade binary compatibility checks
Michael Paquier
2021-11-18
Add table to regression tests for binary-compatibility checks in pg_upgrade
Michael Paquier
2021-11-18
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-17
Add a planner support function for starts_with().
Tom Lane
2021-11-17
Clean up error handling in pg_basebackup's walmethods.c.
Tom Lane
2021-11-17
Handle close() failures more robustly in pg_dump and pg_basebackup.
Tom Lane
2021-11-17
Fix display of SQL-standard function's arguments in INSERT/SELECT.
Tom Lane
2021-11-17
Improve publication error messages
Daniel Gustafsson
2021-11-17
Doc: add see-also references to CREATE PUBLICATION.
Daniel Gustafsson
2021-11-17
Fix incorrect format placeholders
Peter Eisentraut
2021-11-17
Remove global variable "LastRec" in xlog.c
Michael Paquier
2021-11-16
Fix headerscheck failure in replication/worker_internal.h
Alvaro Herrera
2021-11-16
Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().
Robert Haas
2021-11-16
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-15
Fix thinko in bbsink_throttle_manifest_contents.
Robert Haas
2021-11-13
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-12
Document PG_TEST_NOCLEAN in TAP test README
Daniel Gustafsson
2021-11-12
Make psql's \password default to CURRENT_USER, not PQuser(conn).
Tom Lane
2021-11-12
postgres_fdw: suppress casts on constants in limited cases.
Tom Lane
2021-11-12
Report found versions of required perl modules
Andrew Dunstan
2021-11-12
Fix memory overrun when querying pg_stat_slru
Michael Paquier
2021-11-12
Report any XLogReadRecord() error in XlogReadTwoPhaseData().
Noah Misch
2021-11-11
Update heap_page_prune() free space map comments.
Peter Geoghegan
2021-11-11
Update another obsolete reference in vacuumlazy.c.
Peter Geoghegan
2021-11-11
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-11
Fall back to unsigned int, not int, for socklen_t.
Tom Lane
2021-11-11
Restore lock level to set vacuum flags
Alvaro Herrera
2021-11-11
doc: Add referential actions to CREATE/ALTER TABLE synopsis
Peter Eisentraut
2021-11-11
Fix buffer overrun in unicode string normalization with empty input
Michael Paquier
2021-11-11
Clean up compilation warnings coming from PL/Perl with clang-12~
Michael Paquier
2021-11-10
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-10
Fix thinko in assertion in basebackup.c.
Robert Haas
2021-11-10
More cleanup of 'ThisTimeLineID'.
Robert Haas
2021-11-10
Fix incorrect format placeholders
Peter Eisentraut
2021-11-10
Improve error messages for some callers of XLogReadRecord()
Michael Paquier
2021-11-10
Add pg_checkpointer predefined role for CHECKPOINT command.
Jeff Davis
2021-11-09
Fix instability in 026_overwrite_contrecord.pl test.
Tom Lane
2021-11-09
Have the server properly terminate tar archives.
Robert Haas
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
Make some comments use the term "ProcSignal" for consistency
Michael Paquier
[next]