Commit Graph

51266 Commits (12f327b210b3b093e09778ec05fd44bbee4b0736)
 

Author SHA1 Message Date
Heikki Linnakangas 12f327b210 Backport BackgroundPsql perl test module 1 year ago
Andrew Dunstan b7374f15bd Remove redundant perl version checks 1 year ago
Amit Kapila 4459144bd6 Doc: Generated columns are skipped for logical replication. 1 year ago
Tom Lane 9ce8ee9d3e Don't throw an error if a queued AFTER trigger no longer exists. 1 year ago
Tom Lane 507a900ad3 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 1 year ago
Tom Lane 198de79612 Clean out column-level pg_init_privs entries when dropping tables. 1 year ago
Tom Lane c7de5a6545 Fix parsing of ignored operators in websearch_to_tsquery(). 1 year ago
Tom Lane 1fa46dba53 When replanning a plpgsql "simple expression", check it's still simple. 1 year ago
Heikki Linnakangas b91b3f045a Clamp result of MultiXactMemberFreezeThreshold 1 year ago
Andrew Dunstan 57625308f6 Skip some permissions checks on Cygwin 1 year ago
Tom Lane 5e8aa32a9c Fix infer_arbiter_indexes() to not assume resultRelation is 1. 1 year ago
Tom Lane d8062ead3d Tighten test_predtest's input checks, and improve error messages. 1 year ago
Tom Lane 7c4ac652e4 Reject modifying a temp table of another session with ALTER TABLE. 1 year ago
Tom Lane 1d4ea1376b Fix behavior of stable functions called from a CALL's argument list. 1 year ago
Etsuro Fujita 2b461efc51 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 1 year ago
Peter Eisentraut 8d072feb9f doc: Fix copy-and-paste mistake 1 year ago
Tom Lane 9de0ff91a5 Fix failure with SQL-procedure polymorphic output arguments in v12. 1 year ago
Nathan Bossart 771b1b00bc Fix documentation for POSIX semaphores. 1 year ago
Tom Lane dda633a039 Fix pl/tcl's handling of errors from Tcl_ListObjGetElements(). 1 year ago
Nathan Bossart 1d5c5ae8e5 Fix documentation for System V semaphores. 1 year ago
Tom Lane 2e062b6553 Remove race conditions between ECPGdebug() and ecpg_log(). 1 year ago
Michael Paquier 0c6b649813 doc: Fix column_name parameter in ALTER MATERIALIZED VIEW 1 year ago
Tom Lane 7f90a5dc36 Account for optimized MinMax aggregates during SS_finalize_plan. 1 year ago
Daniel Gustafsson b030697d36 Refuse upgrades from pre-9.0 clusters 1 year ago
Noah Misch 9489f3c6e8 Fix documentation about DROP DATABASE FORCE process termination rights. 1 year ago
Peter Eisentraut 2e2b2d076a doc: Remove claims that initdb and pg_ctl use libpq environment variables 1 year ago
Tom Lane e85f641b2b Fix handling of polymorphic output arguments for procedures. 1 year ago
Nathan Bossart 09ec5d4554 Fix pg_sequence_last_value() for unlogged sequences on standbys. 1 year ago
Tom Lane 2728677923 Fix recursive RECORD-returning plpython functions. 1 year ago
Michael Paquier 377c25d322 Fix overread in JSON parsing errors for incomplete byte sequences 1 year ago
Tom Lane b99dc6694c Ensure that "pg_restore -l" reports dependent TOC entries correctly. 1 year ago
Tom Lane abe60b6a0d Don't corrupt plpython's "TD" dictionary in a recursive trigger call. 1 year ago
Tom Lane 8e5faba4b9 Stamp 13.15. 1 year ago
Peter Eisentraut 38993fe3a2 Translation updates 1 year ago
Tom Lane 2bfd5ea56e Release notes for 16.3, 15.7, 14.12, 13.15, 12.19. 1 year ago
Peter Eisentraut 31d00d838e doc: Fix description of deterministic flag of CREATE COLLATION 1 year ago
David Rowley 0a34bcd0c2 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans 1 year ago
Tom Lane 1ee22d1e87 Disallow converting a table to a view within an outer SQL command. 1 year ago
Noah Misch 70cadfba0c Close race condition between datfrozen and relfrozen updates. 1 year ago
Tom Lane 440b6251b7 Detect more overflows in timestamp[tz]_pl_interval. 1 year ago
Tom Lane 54aba936da Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. 1 year ago
Peter Eisentraut b51dff73fa doc: Correct jsonpath string literal escapes description 1 year ago
Tom Lane 0e56b2b944 Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 1 year ago
David Rowley e4c76f5eca Doc: document cases where queryid is stable 1 year ago
Tom Lane c6bfeab42b Fix MSVC recipe for ecpg regression tests, redux. 1 year ago
Tom Lane 481597fc6c Fix MSVC recipe for ecpg regression tests. 1 year ago
Tom Lane 02531e8ca8 Fix assorted bugs in ecpg's macro mechanism. 1 year ago
Tom Lane d9e4ee74f4 Fix generation of EC join conditions at the wrong plan level. 1 year ago
Michael Paquier bb418aeee2 xml2: Replace deprecated routines with recommended ones 1 year ago
Tom Lane b6e21cef72 Fix type-checking of RECORD-returning functions in FROM, redux. 1 year ago