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
2023-09-29
Robustify find_base_rel and find_base_rel_ignore_join
David Rowley
2023-09-29
doc: Fix descriptions related to the handling of non-ASCII characters
Michael Paquier
2023-09-28
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
Fix checking of index expressions in CompareIndexInfo().
Tom Lane
2023-09-28
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-28
doc: Clarify where ereport severity levels are defined
Daniel Gustafsson
2023-09-28
Add missing TidRangePath handling in print_path()
David Rowley
2023-09-28
Fix typo in src/backend/access/transam/README.
Etsuro Fujita
2023-09-28
doc: Improve documentation about pg_resetwal -f option
Peter Eisentraut
2023-09-28
pg_resetwal: Use frontend logging API
Peter Eisentraut
2023-09-28
pg_resetwal: Regroup --help output
Peter Eisentraut
2023-09-28
pg_resetwal: Improve error with wrong/missing data directory
Peter Eisentraut
2023-09-28
pg_resetwal: Update an obsolete comment
Peter Eisentraut
2023-09-28
Show parameters of CALL as constants in pg_stat_statements
Michael Paquier
2023-09-28
Remove obsolete executor cleanup code
Amit Langote
2023-09-28
Move tracking of in_streaming to PGOutputData
Michael Paquier
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-27
llvmjit: Use explicit LLVMContextRef for inlining
Daniel Gustafsson
2023-09-27
llvmjit: Make llvm_types_module variable static
Daniel Gustafsson
2023-09-27
llvmjit: Remove unnecessary types
Daniel Gustafsson
2023-09-27
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-27
unaccent: Tweak value of PYTHON when building without Python support
Michael Paquier
2023-09-27
Stop using "-multiply_defined suppress" on macOS.
Tom Lane
2023-09-26
doc: clarify the effect of concurrent work_mem allocations
Bruce Momjian
2023-09-26
doc: clarify handling of time zones with "time with time zone"
Bruce Momjian
2023-09-26
doc: clarify the behavior of unopenable listen_addresses
Bruce Momjian
2023-09-26
doc: pg_upgrade, clarify standby servers must remain running
Bruce Momjian
2023-09-26
pgrowlocks: change lock mode output labels for consistency
Bruce Momjian
2023-09-26
doc: mention GROUP BY columns can reference target col numbers
Bruce Momjian
2023-09-26
pgbench: Improve help output of -I option
Peter Eisentraut
2023-09-26
doc: correct reference to pg_relation in comment
Bruce Momjian
2023-09-26
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-26
Clean up MergeCheckConstraint()
Peter Eisentraut
2023-09-26
Fix another bug in parent page splitting during GiST index build.
Heikki Linnakangas
2023-09-26
Add some const qualifiers
Peter Eisentraut
2023-09-26
Clean up MergeAttributesIntoExisting()
Peter Eisentraut
2023-09-26
Remove unused include
Peter Eisentraut
2023-09-26
Fix behavior of "force" in pgstat_report_wal()
Michael Paquier
2023-09-25
doc: Tell about "vcregress taptest" for regression tests on Windows
Michael Paquier
2023-09-25
Fix edge-case for xl_tot_len broken by bae868ca.
Thomas Munro
2023-09-25
Add worker type to pg_stat_subscription.
Nathan Bossart
2023-09-25
pg_dump: tests: Correct test condition for invalid databases
Andres Freund
2023-09-25
Collect dependency information for parsed CallStmts.
Tom Lane
2023-09-25
docs: Clarify --with-segsize-blocks documentation
Andres Freund
2023-09-25
Pack struct ParsedWord more tightly.
Tom Lane
2023-09-25
Limit to_tsvector_byid's initial array allocation to something sane.
Tom Lane
2023-09-25
Doc: improve cross-reference in Makefile comment.
Tom Lane
2023-09-25
vacuumdb: Reword --help message for clarity
Daniel Gustafsson
2023-09-25
vacuumdb: Fix excluding multiple schemas with -N
Daniel Gustafsson
2023-09-25
pg_upgrade: check for types removed in pg12
Alvaro Herrera
[next]