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-01-12
Consider fractional paths in generate_orderedappend_paths
Tomas Vondra
2022-01-12
Add index on pg_publication_rel.prpubid
Alvaro Herrera
2022-01-12
Include permissive/enforcing state in sepgsql log messages.
Tom Lane
2022-01-12
ecpg: Catch zero-length Unicode identifiers correctly
Peter Eisentraut
2022-01-12
Move any code specific to log_destination=csvlog to its own file
Michael Paquier
2022-01-12
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-12
Fix comment related to pg_cryptohash_error()
Michael Paquier
2022-01-11
Add missing include guard to win32ntdll.h.
Thomas Munro
2022-01-11
Improve error message for missing extension.
Tom Lane
2022-01-11
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
Improve warning message in pg_signal_backend()
John Naylor
2022-01-11
Clean up error message reported after \password encryption failure.
Tom Lane
2022-01-11
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2022-01-11
Update docs of logical replication for commit 8d74fc96db.
Amit Kapila
2022-01-11
Fix typo in rewriteheap.c.
Amit Kapila
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-10
Doc: fix bogus example about ambiguous timestamps.
Tom Lane
2022-01-10
Avoid warning about uninitialized value in MSVC python3 tests
Andrew Dunstan
2022-01-10
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-10
Rename functions to avoid future conflicts
Peter Eisentraut
2022-01-10
Prefer $HOME when looking up the current user's home directory.
Tom Lane
2022-01-09
Make pg_get_expr() more bulletproof.
Tom Lane
2022-01-09
More cleanup of a2ab9c06ea.
Jeff Davis
2022-01-08
Fix results of index-only scans on btree_gist char(N) indexes.
Tom Lane
2022-01-08
Fix pgperlcritic complaint, per buildfarm.
Jeff Davis
2022-01-08
Fix issues with describe queries of extended statistics in psql
Michael Paquier
2022-01-08
Respect permissions within logical replication.
Jeff Davis
2022-01-08
Fix thinko coming from 000f3adf
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-07
Allow MSVC .bat wrappers to be called from anywhere
Andrew Dunstan
2022-01-07
Skip install/test of pgcrypto on MSVC when not built with openssl
Andrew Dunstan
2022-01-07
Fix comment in fe-connect.c about PQping and pg_ctl
Michael Paquier
2022-01-07
postgres_fdw: Add regression test for postgres_fdw.application_name GUC.
Fujii Masao
2022-01-07
Add TAP tests for pg_basebackup with compression
Michael Paquier
2022-01-07
Refactor tar method of walmethods.c to rely on the compression method
Michael Paquier
2022-01-06
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-06
Extend psql's \lo_list/\dl to be able to print large objects' ACLs.
Tom Lane
2022-01-06
doc: Remove link to JSON support in the SQL specification
Michael Paquier
2022-01-05
On second thought, remove regex.linux.utf8 regression test altogether.
Tom Lane
2022-01-05
Enable routine running of regex.linux.utf8 regression test.
Tom Lane
2022-01-05
Create foreign key triggers in partitioned tables too
Alvaro Herrera
2022-01-05
Enable routine running of citext's UTF8-specific test cases.
Tom Lane
2022-01-05
Reduce relcache access in WAL sender streaming logical changes
Michael Paquier
2022-01-04
Remove redundant initialization of BrinMemTuple.
Tom Lane
2022-01-04
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-04
pg_dump: Refactor dumpDatabase()
Peter Eisentraut
2022-01-03
Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.
Tom Lane
2022-01-03
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
[next]