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
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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-02-09
Fix indentation of copyto.c
Michael Paquier
2024-02-09
Improve COPY TO performance when server and client encodings match
Michael Paquier
2024-02-08
Apply pg_dump test cleanups to test_pg_dump as well
Peter Eisentraut
2024-02-08
Fix gcc >= 10 warning
Alexander Korotkov
2024-02-08
Fix wrong logic in TransactionIdInRecentPast()
Alexander Korotkov
2024-02-08
Fix meson installation of xid_wraparound test.
Masahiko Sawada
2024-02-08
Fix warnings in cpluspluscheck
John Naylor
2024-02-07
Rename static function to avoid conflicting names
Daniel Gustafsson
2024-02-07
Remove Start* macros in postmaster.c.
Nathan Bossart
2024-02-07
Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
David Rowley
2024-02-07
Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.
Amit Kapila
2024-02-07
Clean-ups for 776621a5e4 and 7329240437.
Amit Kapila
2024-02-07
Simplify signature of CopyAttributeOutCSV() in copyto.c
Michael Paquier
2024-02-06
Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"
Michael Paquier
2024-02-06
Change initial use of pg_atomic_write_u64 to init
Alvaro Herrera
2024-02-06
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-02-06
Further cosmetic review of hashfn_unstable.h
John Naylor
2024-02-06
Simplify initialization of incremental hash state
John Naylor
2024-02-05
Fix meson installation of new generated files
Peter Eisentraut
2024-02-05
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-05
Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context
Heikki Linnakangas
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-02-05
Improve the comments in 004_subscription.pl.
Amit Kapila
2024-02-05
Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO
Michael Paquier
2024-02-05
Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM
Michael Paquier
2024-02-04
libpq: Change some static functions to extern
Alvaro Herrera
2024-02-04
libpq: Add pqReleaseConnHosts function
Alvaro Herrera
2024-02-04
pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIES
Michael Paquier
2024-02-02
Fix typo in comments
Heikki Linnakangas
2024-02-02
Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().
Tom Lane
2024-02-02
Fix bug in bulk extending temp relation after failure
Heikki Linnakangas
2024-02-02
Allow Gather Merge in more cases for parallel DISTINCT
David Rowley
2024-02-01
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
2024-02-01
Handle interleavings between CREATE DATABASE steps and base backup.
Noah Misch
2024-02-01
Update time zone data files to tzdata release 2024a.
Tom Lane
2024-02-01
Avoid package qualification of $windows_os
Andrew Dunstan
2024-02-01
Continue my quest to make 002_blocks.pl pass reliably.
Robert Haas
2024-02-01
Fix stats_fetch_consistency with stats for fixed-numbered objects
Michael Paquier
2024-01-31
Fix copy&paste typo in comment
Alvaro Herrera
2024-01-31
Exclude Threadsanitizer instrumentation in exit check
Daniel Gustafsson
2024-01-31
Fix costing bug in MergeAppend
David Rowley
2024-01-31
Clean pg_walsummary's tmp_check directory.
Tom Lane
2024-01-31
In 002_blocks.pl, try to prevent a HOT update.
Robert Haas
2024-01-31
Update pg_walsummary copyright notices to 2024
Alvaro Herrera
2024-01-31
Revise pg_walsummary's 002_blocks test to avoid spurious failures.
Robert Haas
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
Remove some obsolete smgrcloseall() calls.
Heikki Linnakangas
2024-01-31
Add .gitignore to src/test/modules/gin/
Michael Paquier
2024-01-31
Add tests for int4_bool() in int.c
Michael Paquier
2024-01-31
Consider the "LIMIT 1" optimization with parallel DISTINCT
David Rowley
[next]