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-11-03
Add missing newlines at the end of two SQL files
Michael Paquier
2024-11-03
Suppress new "may be used uninitialized" warning.
Noah Misch
2024-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
2024-11-02
Move I/O before the index_update_stats() buffer lock region.
Noah Misch
2024-11-01
doc: clarify text around MVCC example query
Bruce Momjian
2024-11-01
doc: remove useless MERGE example
Bruce Momjian
2024-11-01
doc: improve tablespace example query and link to helper funcs.
Bruce Momjian
2024-11-01
doc: fix ALTER DOMAIN domain_constraint to spell out options
Bruce Momjian
2024-11-01
doc: explain how the home directory is found on Unix-like syst.
Bruce Momjian
2024-11-01
doc: Add link to listen_addresses as cause of connection failure
Bruce Momjian
2024-11-01
Update contrib/sepgsql regression tests for commit 89e51abcb.
Tom Lane
2024-11-01
doc: improve build for non-Latin1 characters
Bruce Momjian
2024-11-01
Clarify nbtree array preprocessing comment.
Peter Geoghegan
2024-11-01
doc: remove mention of ActiveState for Perl and Tcl on Windows
Bruce Momjian
2024-11-01
Rename two functions that wake up other processes
Heikki Linnakangas
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-11-01
Remove use of pg_memory_is_all_zeros() in bufpage.c
Michael Paquier
2024-11-01
Add pg_memory_is_all_zeros() in memutils.h
Michael Paquier
2024-11-01
Add SQL function array_reverse()
Michael Paquier
2024-10-31
Make all ereport() calls within gram.y provide error locations.
Tom Lane
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-31
Fix refreshing physical relfilenumber on shared index
Heikki Linnakangas
2024-10-31
Remove duplicate words in comments
Daniel Gustafsson
2024-10-31
Split RelationClearRelation into three different functions
Heikki Linnakangas
2024-10-31
Simplify call to rebuild relcache entry for indexes
Heikki Linnakangas
2024-10-31
Remove unused field from SubPlanState struct
David Rowley
2024-10-30
injection_points: Improve comment about disabled isolation permutation
Michael Paquier
2024-10-30
nbtree: assert no scheduled primscan between pages.
Peter Geoghegan
2024-10-30
Clarify nbtree array exhaustion comments.
Peter Geoghegan
2024-10-30
Optimize sifting down in binaryheap.
Nathan Bossart
2024-10-30
Stabilize jsonb_path_query test case.
Tom Lane
2024-10-30
Fix bug in nbtree array primitive scan scheduling.
Peter Geoghegan
2024-10-30
Fix some more bugs in foreign keys connecting partitioned tables
Álvaro Herrera
2024-10-30
meson: Add missing dependency to unicode test programs
Peter Eisentraut
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-29
Add missing CommandCounterIncrement() in stats import functions.
Jeff Davis
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-29
Update time zone data files to tzdata release 2024b.
Tom Lane
2024-10-29
Reduce variable scope and possibly useless palloc
David Rowley
2024-10-29
Doc: add detail about EXPLAIN's "Disabled" property
David Rowley
2024-10-29
Add missing FATAL => 'all' to a use warnings in Perl
Peter Eisentraut
2024-10-29
doc: Add better description for rewrite functions in event triggers
Michael Paquier
2024-10-29
Doc: clarify enable_indexscan=off also disabled Index Only Scans
David Rowley
2024-10-28
Fix dependency of partitioned table and table AM with CREATE TABLE .. USING
Michael Paquier
2024-10-28
Ensure we have a snapshot when updating pg_index in index_drop().
Nathan Bossart
2024-10-28
Unify src/common/'s definitions of MaxAllocSize.
Tom Lane
2024-10-28
Guard against enormously long input in pg_saslprep().
Tom Lane
2024-10-28
Strip Windows newlines from extension script files manually.
Tom Lane
2024-10-28
Fix WAL_DEBUG build
Peter Eisentraut
2024-10-28
nbtree: Minor sibling link traversal tweaks.
Peter Geoghegan
[next]