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