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
2024-10-03
Adjust json_manifest_per_file_callback API in one more place.
Tom Lane
2024-10-02
Parse libpq's "keepalives" option more like other integer options.
Tom Lane
2024-10-02
File size in a backup manifest should use uint64, not size_t.
Robert Haas
2024-10-02
doc: Missing markup, punctuation and wordsmithing
Daniel Gustafsson
2024-10-02
Add fastpaths for when no objects are found
Daniel Gustafsson
2024-10-02
Remove superfluous PQExpBuffer resetting
Daniel Gustafsson
2024-10-02
doc: Add link to login event trigger example
Daniel Gustafsson
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-10-02
doc: Clarify name of files generated by pg_waldump --save-fullpage
Michael Paquier
2024-10-01
Reject a copy EOF marker that has data ahead of it on the same line.
Tom Lane
2024-10-01
initdb: Add new option "--no-data-checksums"
Peter Eisentraut
2024-10-01
Tweak docs to reduce possible impact of data checksums
Peter Eisentraut
2024-10-01
Use macro to define the number of enum values
Peter Eisentraut
2024-10-01
Fix some pg_verifybackup issues reported by Coverity.
Robert Haas
2024-10-01
Simplify checking for xlocale.h
Peter Eisentraut
2024-10-01
jit: Use opaque pointers in all supported LLVM versions.
Peter Eisentraut
2024-10-01
jit: Require at least LLVM 14, if enabled.
Peter Eisentraut
2024-10-01
doc: Mention the connstring key word for PGSERVICE
Daniel Gustafsson
2024-10-01
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-10-01
Doc: replace unnecessary non-breaking space with ordinal space.
Tatsuo Ishii
2024-09-30
Expand assertion check for query ID reporting in executor
Michael Paquier
2024-09-30
Add missing command for pg_maintain in comment
Daniel Gustafsson
2024-09-30
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
2024-09-30
docs: Enhance the pg_stat_checkpointer view documentation.
Fujii Masao
2024-09-30
Remove incorrect entries in pg_walsummary's getopt_long call.
Tom Lane
2024-09-30
Don't disallow DROP of constraints ONLY on partitioned tables
Alvaro Herrera
2024-09-30
Bump catalog version for change in VariableSetStmt
Michael Paquier
2024-09-30
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-30
reindexdb: Skip reindexing temporary tables and indexes.
Fujii Masao
2024-09-29
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-29
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-29
In passwordFromFile, don't leak the open file after stat failures.
Tom Lane
2024-09-27
Avoid 037_invalid_database.pl hang under debug_discard_caches.
Noah Misch
2024-09-27
doc: Note that CREATE MATERIALIZED VIEW restricts search_path.
Nathan Bossart
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-27
Reindent pg_verifybackup.c.
Robert Haas
2024-09-27
pg_verifybackup: Verify tar-format backups.
Robert Haas
2024-09-27
Fix typo in pg_walsummary/nls.mk.
Fujii Masao
2024-09-27
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-26
Fix catalog data of new LO privilege functions
Michael Paquier
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-26
Improve style of pg_upgrade task callback functions.
Nathan Bossart
2024-09-26
Modernize to_char's Roman-numeral code, fixing overflow problems.
Tom Lane
2024-09-26
Doc: InitPlans aren't parallel-restricted any more.
Tom Lane
2024-09-26
Doc: Add a note in the upgrade of logical replication clusters.
Amit Kapila
2024-09-26
Update oid for pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-25
Remove extra whitespace in pg_upgrade status message.
Nathan Bossart
2024-09-25
Turn 'if' condition around to avoid Svace complaint
Alvaro Herrera
2024-09-25
vacuumdb: Skip temporary tables in query to build list of relations
Michael Paquier
[next]