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-01-16
Fix some BufFileRead() error reporting
Peter Eisentraut
2023-01-15
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-12
Fix WaitEventSetWait() buffer overrun.
Thomas Munro
2023-01-12
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-11
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2023-01-06
Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.
Dean Rasheed
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-03
Improve documentation of the CREATEROLE attibute.
Robert Haas
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2023-01-02
Avoid reference to nonexistent array element in ExecInitAgg().
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-23
Fix event trigger example
Alvaro Herrera
2022-12-23
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
Michael Paquier
2022-12-23
Fix come incorrect elog() messages in aclchk.c
Michael Paquier
2022-12-22
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-21
Fix contrib/seg to be more wary of long input numbers.
Tom Lane
2022-12-15
Re-adjust drop-index-concurrently-1 isolation test
David Rowley
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-05
doc: Add missing <varlistentry> markups for developer GUCs
Michael Paquier
2022-12-04
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-12-03
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-12-03
Prevent pgstats from getting confused when relkind of a relation changes
Andres Freund
2022-12-01
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-12-01
Doc: add example of round(v, s) with negative s.
Tom Lane
2022-12-01
revert: add transaction processing chapter with internals info
Bruce Momjian
2022-11-30
Reject missing database name in pg_regress and cohorts.
Tom Lane
2022-11-30
doc: add transaction processing chapter with internals info
Bruce Momjian
2022-11-29
Fix comment in fe-auth-scram.c
Michael Paquier
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-27
Fix binary mismatch for MSVC plperl vs gcc built perl libs
Andrew Dunstan
2022-11-26
Remove temporary portlock directory during make [dist]clean.
Tom Lane
2022-11-26
Add portlock directory to .gitignore
Andrew Dunstan
2022-11-25
Allow building with MSVC and Strawberry perl
Andrew Dunstan
2022-11-25
Fix uninitialized access to InitialRunningXacts during decoding.
Amit Kapila
2022-11-24
Make multixact error message more explicit
Alvaro Herrera
2022-11-23
Fix perl warning from commit 9b4eafcaf4
Andrew Dunstan
2022-11-22
YA attempt at taming worst-case behavior of get_actual_variable_range.
Tom Lane
2022-11-22
Prevent port collisions between concurrent TAP tests
Andrew Dunstan
2022-11-22
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-21
Replace link to Hunspell with the current homepage
Daniel Gustafsson
2022-11-21
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-19
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-11-19
Doc: sync src/tutorial/basics.source with SGML documentation.
Tom Lane
2022-11-19
pg_dump: avoid unsafe function calls in getPolicies().
Tom Lane
2022-11-19
Postpone calls of unsafe server-side functions in pg_dump.
Tom Lane
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
Account for IPC::Run::result() Windows behavior change.
Noah Misch
2022-11-14
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
[next]