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
2022-03-21
pgstat: separate "xact level" handling out of relation specific functions.
Andres Freund
2022-03-21
pgstat: rename pgstat_initstats() to pgstat_relation_init().
Andres Freund
2022-03-21
pgstat: introduce pgstat_relation_should_count().
Andres Freund
2022-03-20
Blind fix for uninitialized memory bug in ba9a7e392171
Alvaro Herrera
2022-03-20
Log regression.diffs in 027_stream_regress.pl.
Thomas Munro
2022-03-20
psql: handle tab completion of timezone names after "SET TIMEZONE TO".
Tom Lane
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
Doc: fix our example systemd script.
Tom Lane
2022-03-20
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-19
Add a few recent and not so recent revs to git-blame-ignore-revs.
Andres Freund
2022-03-19
pgstat: split out WAL handling from pgstat_{initialize,report_stat}.
Andres Freund
2022-03-19
pgstat: split relation, database handling out of pgstat_report_stat().
Andres Freund
2022-03-19
pgstat: run pgindent on pgstat.c/h.
Andres Freund
2022-03-19
ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39.
Andres Freund
2022-03-19
Fix an outdated and grammatically wrong comment
Alvaro Herrera
2022-03-19
Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEW
Michael Paquier
2022-03-19
Add regression tests for ALTER MATERIALIZED VIEW with tablespaces
Michael Paquier
2022-03-19
doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW
Michael Paquier
2022-03-19
Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Andres Freund
2022-03-19
Close race condition in slot_creation_error.spec.
Noah Misch
2022-03-18
ci: compile with -Og where applicable.
Andres Freund
2022-03-18
ci: include hints how to install OS packages.
Andres Freund
2022-03-18
Fix incorrect xmlschema output for types timetz and timestamptz.
Tom Lane
2022-03-18
Specify database encoding in new ICU test.
Tom Lane
2022-03-18
Doc: remove bogus instruction to install contrib/hstore.
Tom Lane
2022-03-18
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
doc: Remove mention to in-place tablespaces for pg_tablespace_location()
Michael Paquier
2022-03-18
Fix header inclusion order in pg_receivewal.c
Michael Paquier
2022-03-18
Declare aarch64 has single copy atomicity for 8 byte values.
Thomas Munro
2022-03-17
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-03-17
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-03-17
Refactor code for reading and writing relation map files.
Robert Haas
2022-03-17
Fix row filters with multiple publications
Tomas Vondra
2022-03-17
doc: Add documentation for new field pg_database.daticulocale
Peter Eisentraut
2022-03-17
Split ExecUpdate and ExecDelete into reusable pieces
Alvaro Herrera
2022-03-17
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
Fix pg_tablespace_location() with in-place tablespaces
Michael Paquier
2022-03-16
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-16
Suppress compiler warnings.
Robert Haas
2022-03-16
doc: Ensure intermediate path creation with mkdir
Daniel Gustafsson
2022-03-16
Fix default signature length for gist_ltree_ops
Alexander Korotkov
2022-03-16
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-16
pageinspect: Fix memory context allocation of page in brin_revmap_data()
Michael Paquier
2022-03-16
Fix documentation typo in commit 5e6368b4.
Thomas Munro
2022-03-16
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
pageinspect: Fix handling of page sizes and AM types
Michael Paquier
2022-03-16
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-15
Silence LLVM 14 API deprecation warnings.
Thomas Munro
2022-03-15
Remove accidentally-committed file.
Robert Haas
[next]