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
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
6 hours
Remove XLogCtl->ckptFullXid.
HEAD
master
Nathan Bossart
10 hours
Replace float8 with int in date2isoweek() and date2isoyear().
Tom Lane
11 hours
Remove long-unused TransactionIdIsActive()
Andres Freund
21 hours
aio: Fix configuration reload in IO workers.
Thomas Munro
23 hours
aio: Remove obsolete IO worker ID references.
Thomas Munro
23 hours
aio: Regularize IO worker internal naming.
Thomas Munro
24 hours
Fix stale idle flag when IO workers exit.
Thomas Munro
27 hours
Fix inconsistent quoting of role names in ACLs.
Tom Lane
33 hours
Add FLUSH_UNLOGGED option to CHECKPOINT command.
Nathan Bossart
33 hours
Add MODE option to CHECKPOINT command.
Nathan Bossart
33 hours
Add option list to CHECKPOINT command.
Nathan Bossart
33 hours
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
33 hours
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Nathan Bossart
44 hours
Fix the handling of two GUCs during upgrade.
Amit Kapila
2 days
doc: Clarify meaning of "idle" in idle_replication_slot_timeout.
Fujii Masao
2 days
Change unit of idle_replication_slot_timeout to seconds.
Fujii Masao
3 days
Change wchar2char() and char2wchar() to accept a locale_t.
Jeff Davis
3 days
Introduce pg_dsm_registry_allocations view.
Nathan Bossart
4 days
Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
5 days
aio: Combine io_uring memory mappings, if supported
Andres Freund
5 days
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
5 days
Refactor some repetitive SLRU code
Álvaro Herrera
6 days
Standardize LSN formatting by zero padding
Álvaro Herrera
6 days
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
9 days
Disable commit timestamps during bootstrap
Michael Paquier
9 days
Speed up truncation of temporary relations.
Fujii Masao
9 days
Simplify COALESCE() with one surviving argument.
Tom Lane
9 days
Break out xxx2yyy_opt_overflow APIs for more datetime conversions.
Tom Lane
9 days
Obtain required table lock during cross-table updates, redux.
Tom Lane
10 days
Prevent creation of duplicate not-null constraints for domains
Álvaro Herrera
10 days
Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Álvaro Herrera
10 days
Refactor subtype field of AlterDomainStmt
Michael Paquier
10 days
Support multi-line headers in COPY FROM command.
Fujii Masao
10 days
Improve checks for GUC recovery_target_timeline
Michael Paquier
10 days
Enable use of Memoize for ANTI joins
Richard Guo
10 days
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
10 days
Make more use of RELATION_IS_OTHER_TEMP().
Nathan Bossart
10 days
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
10 days
Update obsolete row compare preprocessing comments.
Peter Geoghegan
10 days
Allow width_bucket()'s "operand" input to be NaN.
Tom Lane
10 days
Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
10 days
Make row compares robust during nbtree array scans.
Peter Geoghegan
10 days
Make handling of redundant nbtree keys more robust.
Peter Geoghegan
11 days
meson: Increase minimum version to 0.57.2
Peter Eisentraut
11 days
Fix missing FSM vacuum opportunities on tables without indexes.
Masahiko Sawada
11 days
Move code for the bytea data type from varlena.c to new bytea.c
Michael Paquier
11 days
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
11 days
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
11 days
Improve code comment
Peter Eisentraut
11 days
Make safeguard against incorrect flags for fsync more portable.
Tom Lane
[next]