Commit Graph

52804 Commits (dfc0cb3940cd4d1f19fcf6c7545dc6cc01c6c92c)
 

Author SHA1 Message Date
Andres Freund dfc0cb3940 ci: windows: run initdb with --no-sync. 4 years ago
Andres Freund 8a1ce5e54f ci: windows: enable build summary to make it easier to spot warnings / errors. 4 years ago
Michael Paquier 5513dc6a30 Improve error handling of HMAC computations 4 years ago
Fujii Masao 379a28b56a doc: Add "(process)" to the term "WAL receiver" in glossary. 4 years ago
Michael Paquier 87f29f4fcc Fix incorrect comments in hmac.c and hmac_openssl.c 4 years ago
Peter Geoghegan db6736c93c Fix memory leak in indexUnchanged hint mechanism. 4 years ago
Peter Geoghegan e9b873f667 vacuumlazy.c: fix "garbage tuples" reference. 4 years ago
Tomas Vondra 6b94e7a6da Consider fractional paths in generate_orderedappend_paths 4 years ago
Alvaro Herrera 025b920a3d
Add index on pg_publication_rel.prpubid 4 years ago
Tom Lane 134d974636 Include permissive/enforcing state in sepgsql log messages. 4 years ago
Peter Eisentraut a18b6d2dc2 ecpg: Catch zero-length Unicode identifiers correctly 4 years ago
Michael Paquier bed6ed3de9 Move any code specific to log_destination=csvlog to its own file 4 years ago
Michael Paquier ac7c80758a Refactor set of routines specific to elog.c 4 years ago
Michael Paquier 9a3d8e1886 Fix comment related to pg_cryptohash_error() 4 years ago
Thomas Munro af9e6331ae Add missing include guard to win32ntdll.h. 4 years ago
Tom Lane 6f6943fc94 Improve error message for missing extension. 4 years ago
Tom Lane 98e93a1fc9 Clean up messy API for src/port/thread.c. 4 years ago
John Naylor 7fa945b857 Improve warning message in pg_signal_backend() 4 years ago
Tom Lane 9cb5518b7f Clean up error message reported after \password encryption failure. 4 years ago
Fujii Masao 790fbda902 Enhance pg_log_backend_memory_contexts() for auxiliary processes. 4 years ago
Amit Kapila 85c61ba892 Update docs of logical replication for commit 8d74fc96db. 4 years ago
Amit Kapila dbfa1022e4 Fix typo in rewriteheap.c. 4 years ago
Michael Paquier b69aba7457 Improve error handling of cryptohash computations 4 years ago
Tom Lane 9ef2c65555 Doc: fix bogus example about ambiguous timestamps. 4 years ago
Andrew Dunstan 90657b42bf
Avoid warning about uninitialized value in MSVC python3 tests 4 years ago
Thomas Munro f3e78069db Make EXEC_BACKEND more convenient on Linux and FreeBSD. 4 years ago
Peter Eisentraut ee41960738 Rename functions to avoid future conflicts 4 years ago
Tom Lane 376ce3e404 Prefer $HOME when looking up the current user's home directory. 4 years ago
Tom Lane 6867f963e3 Make pg_get_expr() more bulletproof. 4 years ago
Jeff Davis 96a6f11c06 More cleanup of a2ab9c06ea. 4 years ago
Tom Lane 54b1cb7eb7 Fix results of index-only scans on btree_gist char(N) indexes. 4 years ago
Jeff Davis f1e90859ce Fix pgperlcritic complaint, per buildfarm. 4 years ago
Michael Paquier fe594abf7c Fix issues with describe queries of extended statistics in psql 4 years ago
Jeff Davis a2ab9c06ea Respect permissions within logical replication. 4 years ago
Michael Paquier d0d62262d3 Fix thinko coming from 000f3adf 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andrew Dunstan c3879a7b4c
Allow MSVC .bat wrappers to be called from anywhere 4 years ago
Andrew Dunstan 825d95e8a8
Skip install/test of pgcrypto on MSVC when not built with openssl 4 years ago
Michael Paquier fb0745fa0d Fix comment in fe-connect.c about PQping and pg_ctl 4 years ago
Fujii Masao 353aa01687 postgres_fdw: Add regression test for postgres_fdw.application_name GUC. 4 years ago
Michael Paquier 50e144193c Add TAP tests for pg_basebackup with compression 4 years ago
Michael Paquier 000f3adfdc Refactor tar method of walmethods.c to rely on the compression method 4 years ago
Tom Lane 7ead9925ff Prevent altering partitioned table's rowtype, if it's used elsewhere. 4 years ago
Tom Lane 328dfbdabd Extend psql's \lo_list/\dl to be able to print large objects' ACLs. 4 years ago
Michael Paquier ee5822361d doc: Remove link to JSON support in the SQL specification 4 years ago
Tom Lane 987db509ed On second thought, remove regex.linux.utf8 regression test altogether. 4 years ago
Tom Lane 72a3ebf235 Enable routine running of regex.linux.utf8 regression test. 4 years ago
Alvaro Herrera f4566345cf
Create foreign key triggers in partitioned tables too 4 years ago
Tom Lane c2e8bd2751 Enable routine running of citext's UTF8-specific test cases. 4 years ago
Michael Paquier 6ce16088bf Reduce relcache access in WAL sender streaming logical changes 4 years ago