Commit Graph

53738 Commits (24e74b9621e4e40a36ac03ee5e9f059787fefb5c)
 

Author SHA1 Message Date
Tom Lane 5f200ab574 Tighten test_predtest's input checks, and improve error messages. 2 years ago
Tom Lane 2dad0f433d Reject modifying a temp table of another session with ALTER TABLE. 2 years ago
Tom Lane 0f7d1338c8 Fix behavior of stable functions called from a CALL's argument list. 2 years ago
Etsuro Fujita 269e2c3916 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 2 years ago
Peter Eisentraut 788c23003f doc: Fix copy-and-paste mistake 2 years ago
Tom Lane d88dcdf0fa Fix failure with SQL-procedure polymorphic output arguments in v12. 2 years ago
Nathan Bossart 030ea3961f Fix documentation for POSIX semaphores. 2 years ago
Tom Lane 1488dee08c Fix pl/tcl's handling of errors from Tcl_ListObjGetElements(). 2 years ago
Nathan Bossart d0c11ea298 Fix documentation for System V semaphores. 2 years ago
Tom Lane 0795a35d13 Remove race conditions between ECPGdebug() and ecpg_log(). 2 years ago
Michael Paquier 9616086364 doc: Fix column_name parameter in ALTER MATERIALIZED VIEW 2 years ago
Tom Lane 1015162c35 Fix handling of extended expression statistics in CREATE TABLE LIKE. 2 years ago
Tom Lane 5ac340602e Account for optimized MinMax aggregates during SS_finalize_plan. 2 years ago
Daniel Gustafsson ccf3408cff Refuse upgrades from pre-9.0 clusters 2 years ago
Noah Misch 01e98e0cdd Fix documentation about DROP DATABASE FORCE process termination rights. 2 years ago
Peter Eisentraut b284513752 doc: Remove claims that initdb and pg_ctl use libpq environment variables 2 years ago
Tom Lane 525bd1620e Fix handling of polymorphic output arguments for procedures. 2 years ago
Nathan Bossart c8714230ad Fix pg_sequence_last_value() for unlogged sequences on standbys. 2 years ago
Tom Lane d39337021e Fix recursive RECORD-returning plpython functions. 2 years ago
Michael Paquier 41adf9d960 Fix overread in JSON parsing errors for incomplete byte sequences 2 years ago
Tom Lane 52b23b4e1c Ensure that "pg_restore -l" reports dependent TOC entries correctly. 2 years ago
Tom Lane 90d39929a8 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. 2 years ago
Tom Lane cf07a47dc0 Stamp 14.12. 2 years ago
Tom Lane b7712704f0 Last-minute updates for release notes. 2 years ago
Nathan Bossart c3425383ba Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs. 2 years ago
Peter Eisentraut 0288acb0c6 Translation updates 2 years ago
Tom Lane 6cb4d1d486 Release notes for 16.3, 15.7, 14.12, 13.15, 12.19. 2 years ago
Peter Eisentraut 9a8b3525e8 doc: Fix description of deterministic flag of CREATE COLLATION 2 years ago
David Rowley e6b0efc65e Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans 2 years ago
Tom Lane 51189f98a9 Disallow converting a table to a view within an outer SQL command. 2 years ago
Noah Misch 2ca19aa816 Close race condition between datfrozen and relfrozen updates. 2 years ago
Tom Lane 617a239272 Throw a more on-point error for functions depending on columns. 2 years ago
Tom Lane 1748379b63 Detect more overflows in timestamp[tz]_pl_interval. 2 years ago
Tom Lane 6189a0d379 Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. 2 years ago
Peter Eisentraut 630ed7ec4d doc: Correct jsonpath string literal escapes description 2 years ago
Tom Lane 3ed6e16985 Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 2 years ago
David Rowley c6e229d5f7 Doc: document cases where queryid is stable 2 years ago
Daniel Gustafsson 41c0c493ad Doc: Remove mention of @ and ~ GiST operators 2 years ago
Tom Lane de84608e26 Fix MSVC recipe for ecpg regression tests, redux. 2 years ago
Tom Lane df66319f77 Fix MSVC recipe for ecpg regression tests. 2 years ago
Tom Lane 4631646391 Fix assorted bugs in ecpg's macro mechanism. 2 years ago
Tom Lane ab2402268c Fix generation of EC join conditions at the wrong plan level. 2 years ago
Michael Paquier 6fa5e67e83 xml2: Replace deprecated routines with recommended ones 2 years ago
Tom Lane 78e81e14db Fix type-checking of RECORD-returning functions in FROM, redux. 2 years ago
Tomas Vondra ad23af83da Update nbits_set in brin_bloom_union 2 years ago
Noah Misch 08059fc049 freespace: Don't return blocks past the end of the main fork. 2 years ago
Tom Lane da11a14e0c Doc: fix bogus to_date() examples. 2 years ago
Etsuro Fujita b714bc40cf Fix WaitEventSet resource leak in WaitLatchOrSocket(). 2 years ago
Tom Lane dc5824a06e Fix plpgsql's handling of -- comments following expressions. 2 years ago
Daniel Gustafsson 2e56ad6a31 Doc: Update ulinks to RFC documents to avoid redirect 2 years ago