Commit Graph

62389 Commits (cc0819e78ae321fd01bb40751be1f765b3932aaa)
 

Author SHA1 Message Date
Richard Guo cc0819e78a Fix wrong unsafe-flag test in check_output_expressions() 6 days ago
Michael Paquier 1e9bc4074b psql: Fix issues with deferred errors in pipelines 6 days ago
Jacob Champion 380a8b2ea0 doc: Correct the timeline for OAuth's shutdown_cb 1 week ago
Heikki Linnakangas c8b4186d6e Use term "referenced" rather than "dependent" in dependency locking 2 weeks ago
Andres Freund c0bf1d89df Make stack depth check work with asan's use-after-return 2 weeks ago
Fujii Masao e5d019fbdc postgres_fdw, dblink: Validate use_scram_passthrough values 2 weeks ago
Masahiko Sawada 1a9b1cc18e Fix race between ProcSignalInit() and EmitProcSignalBarrier(). 2 weeks ago
Heikki Linnakangas c8cd3d6976 Avoid orphaned objects dependencies 2 weeks ago
Heikki Linnakangas f9d5a52da4 Don't try to record dependency on a dropped column's datatype 2 weeks ago
Michael Paquier 12c9b8b422 Fix procLatch ownership race in ProcKill() 2 weeks ago
Michael Paquier ae08eb1687 Fix race conditions in ProcKill()'s lock-group freelist handling 2 weeks ago
Fujii Masao 196b4b5ae6 pg_createsubscriber: Fix cleanup of publisher-side objects after errors 2 weeks ago
Alexander Korotkov 97b5c5aaad Skip pg_database.dathasloginevt cleanup on standby 2 weeks ago
Tom Lane 0480d84ee3 Add stack depth check to QueueFKConstraintValidation(). 2 weeks ago
Tom Lane e7544c518a Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). 2 weeks ago
Fujii Masao cd777e27e2 dblink: Reject use_scram_passthrough on foreign-data wrappers 2 weeks ago
Fujii Masao 130396e6c0 dblink: Give user mapping precedence for use_scram_passthrough 2 weeks ago
Fujii Masao 88d7748d2a postgres_fdw: Give user mapping precedence for use_scram_passthrough 2 weeks ago
Michael Paquier b5fd5723a6 Fix size check in statext_dependencies_deserialize() 2 weeks ago
Michael Paquier b903d17927 Avoid exposing WAL receiver raw conninfo during timeline jumps 2 weeks ago
Fujii Masao 41247cdf69 Prevent setting NO INHERIT on partitioned NOT NULL constraints 2 weeks ago
Fujii Masao 89b4b3ae35 pg_recvlogical: Honor source cluster file permissions for output files 3 weeks ago
Daniel Gustafsson e0c641ebbf psql: Make ParseVariableDouble reject values above max 3 weeks ago
Michael Paquier 20a4b06a1e injection_points: Move some structs to new header injection_points.h 3 weeks ago
Noah Misch dc3db3a834 Use ereport(ERROR), not Assert(), for publisher tuples missing columns. 3 weeks ago
Tom Lane d472bf14f2 Doc: fix release-note typo. 3 weeks ago
Michael Paquier f45f418275 Re-add regression tests for ltree and intarray 3 weeks ago
Nathan Bossart ed0c4d5af2 refint: Fix segfault in check_foreign_key(). 4 weeks ago
Alexander Korotkov 1b0dd08157 Prevent access to other sessions' temp tables 4 weeks ago
Alexander Korotkov 1cd37a7a8d Add tests for cross-session temp table access 4 weeks ago
Fujii Masao 98dd6c2046 pgbench: fix verbose error message corruption with multiple threads 4 weeks ago
Michael Paquier 89192080f0 Add more tests for corrupted data with pglz_decompress() 4 weeks ago
Fujii Masao d9cd9b4d7e Fix stale COPY progress during logical replication table sync 4 weeks ago
Tom Lane f5cc81719e Stamp 18.4. 4 weeks ago
Tom Lane bbd12e8010 Last-minute updates for release notes. 4 weeks ago
Heikki Linnakangas 3fbec9e504 Use palloc_array() in a few more places to avoid overflow 4 weeks ago
Tom Lane 05e73b5c35 Remove test cases for field overflows in intarray and ltree. 4 weeks ago
Nathan Bossart 1ebda7da9a refint: Fix SQL injection and buffer overruns. 4 weeks ago
Nathan Bossart be01364404 Mark PQfn() unsafe and fix overrun in frontend LO interface. 4 weeks ago
Heikki Linnakangas 67dd6243dc Fix integer overflow in array_agg(), when the array grows too large 4 weeks ago
Tom Lane dd8af778d2 Fix integer-overflow and alignment hazards in locale-related code. 4 weeks ago
Michael Paquier 6a67c540a6 Prevent path traversal in pg_basebackup and pg_rewind 4 weeks ago
Nathan Bossart 55328e3a98 Avoid overflow in size calculations in formatting.c. 4 weeks ago
Nathan Bossart a44780f412 Check CREATE privilege on multirange type schema in CREATE TYPE. 4 weeks ago
Nathan Bossart c2e44c370e pg_createsubscriber: Obstruct SQL injection via subscription names. 4 weeks ago
Michael Paquier 661095c40c Fix MCV input array checks in statistics restore functions 4 weeks ago
Tom Lane c6e7a9ef30 Guard against unsafe conditions in usage of pg_strftime(). 4 weeks ago
Tom Lane ba27389c2c Avoid passing unintended format codes to snprintf(). 4 weeks ago
Noah Misch cb35d73068 Fix SQL injection in logical replication origin checks. 4 weeks ago
Michael Paquier d93ef41317 Apply timingsafe_bcmp() in authentication paths 4 weeks ago