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
/
contrib
Age
Commit message (
Expand
)
Author
2022-06-25
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-22
amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.
Robert Haas
2022-06-01
Silence compiler warnings from some older compilers.
Tom Lane
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
Mark a few 'bbsink' related functions / variables static.
Andres Freund
2022-05-12
postgres_fdw: Update comments in make_new_connection().
Etsuro Fujita
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
Fix typos and grammar in code and test comments
Michael Paquier
2022-05-10
Formatting and punctuation improvements in sample configuration files
Peter Eisentraut
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-07
Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.
Noah Misch
2022-05-06
pgcrypto: remove questionmark from error message
Daniel Gustafsson
2022-05-06
pgcrypto: report init errors as PXE_CIPHER_INIT
Daniel Gustafsson
2022-05-02
basebackup_to_shell: Add missing MarkGUCPrefixReserved()
Michael Paquier
2022-04-30
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-28
Disable asynchronous execution if using gating Result nodes.
Etsuro Fujita
2022-04-28
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-04-26
Fix typo in pg_walinspect.c
Michael Paquier
2022-04-21
postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.
Etsuro Fujita
2022-04-20
Stabilize streaming tests in test_decoding.
Amit Kapila
2022-04-14
pageinspect: Fix handling of all-zero pages
Michael Paquier
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-04-08
Add JIT counters to pg_stat_statements
Magnus Hagander
2022-04-08
Fix buildfarm failures in pg_walinspect tests.
Jeff Davis
2022-04-08
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
pg_stat_statements: Track I/O timing for temporary file blocks
Michael Paquier
2022-04-07
pgstat: add/extend tests for resetting various kinds of stats.
Andres Freund
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-04
psql: Show all query results by default
Peter Eisentraut
2022-04-02
Use has_privs_for_roles for predefined role checks: round 2
Joe Conway
2022-04-02
pageinspect: Use better macros to get special page area for GIN and GiST
Michael Paquier
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-03-31
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
In basebackup_to_shell tests, properly set up pg_hba.conf.
Robert Haas
2022-03-30
Add .gitignore for basebackup_to_shell.
Tom Lane
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-30
basebackup_to_shell: Add TAP test.
Robert Haas
2022-03-30
Add header matching mode to COPY FROM
Peter Eisentraut
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
Avoid instabilities with the regression tests of pg_freespacemap
Michael Paquier
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
[next]