Commit Graph

45431 Commits (46b5e7c4b5befbf6ac86d827a3a58f1f02c7338e)
 

Author SHA1 Message Date
Tom Lane 46b5e7c4b5 Revert "Distinguish printf-like functions that support %m from those that don't." 7 years ago
Tom Lane d11eae09e4 Fix bogus loop logic in 013_crash_restart test's pump_until subroutine. 7 years ago
Tom Lane 4a2994f055 Fix wrong order of operations in inheritance_planner. 7 years ago
Tom Lane a2a8acd152 Produce compiler errors if errno is referenced inside elog/ereport calls. 7 years ago
Tom Lane 3a60c8ff89 Distinguish printf-like functions that support %m from those that don't. 7 years ago
Andrew Dunstan 5c047fd709 Revert changes in execMain.c from commit 16828d5c02 7 years ago
Peter Geoghegan 4974d7f87e Handle parallel index builds on mapped relations. 7 years ago
Tom Lane d4a900458e Cosmetic cleanups in initdb.c. 7 years ago
Michael Paquier f841ceb26d Improve TRUNCATE by avoiding early lock queue 7 years ago
Alexander Korotkov 2b13702d5c Fix typo in SP-GiST error message 7 years ago
Alexander Korotkov e01d3477e7 Add missing documentation for argument of amcostestimate() 7 years ago
Alexander Korotkov 3abc5a67ed Fix misspelled pg_trgm contrib name in PostgreSQL 11 release notes 7 years ago
Alvaro Herrera a5db27418e Add RECURSIVE to documentation index 7 years ago
Tom Lane 8694a1ce40 Document need to clear MAKELEVEL when invoking PG build from a makefile. 7 years ago
Bruce Momjian b284262e40 docs: Only first instance of a PREPARE parameter sets data type 7 years ago
Heikki Linnakangas 31380bc7c2 Spell "partitionwise" consistently. 7 years ago
Michael Paquier 661dd23950 Restrict access to reindex of shared catalogs for non-privileged users 7 years ago
Tom Lane 59ef49d26d Remove bogus Assert in make_partitionedrel_pruneinfo(). 7 years ago
Peter Geoghegan 313cbdc7f6 Doc: Correct description of amcheck example query. 7 years ago
Tom Lane 1eee8d4994 Remove unwanted "garbage cleanup" logic in Makefiles. 7 years ago
Heikki Linnakangas 8e19a82640 Don't run atexit callbacks in quickdie signal handlers. 7 years ago
Tom Lane 11e22e486d Match RelOptInfos by relids not pointer equality. 7 years ago
Tom Lane 9b7c56d6cb Don't record FDW user mappings as members of extensions. 7 years ago
Tom Lane 41db97399d Fix incorrect initialization of BackendActivityBuffer. 7 years ago
Tom Lane 03838b8049 Fix pg_upgrade to handle event triggers in extensions correctly. 7 years ago
Tom Lane 5b5ed4756c Ensure pg_dump_sort.c sorts null vs non-null namespace consistently. 7 years ago
Tom Lane e0ee930539 Last-minute updates for release notes. 7 years ago
Tom Lane d1c6a14bac Fix failure to reset libpq's state fully between connection attempts. 7 years ago
Tom Lane aa291a4cf7 Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. 7 years ago
Tom Lane a3274e0d28 Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. 7 years ago
Heikki Linnakangas 6b9eb503d2 Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test. 7 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 7 years ago
Tom Lane 7a46068f47 Update version 11 release notes. 7 years ago
Tom Lane b8a1247a34 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. 7 years ago
Michael Paquier 5a23c74b63 Reset properly errno before calling write() 7 years ago
Noah Misch e61f21b921 Make "kerberos" test suite independent of "localhost" name resolution. 7 years ago
Peter Geoghegan b3f919da07 Add table relcache invalidation to index builds. 7 years ago
Tom Lane c1455de2af First-draft release notes for 10.5. 7 years ago
Alvaro Herrera f6f8d55c4b Add 'n' to list of possible values to pg_default_acl.defaclobjtype 7 years ago
Alvaro Herrera 416db2412b Fix pg_replication_slot example output 7 years ago
Tom Lane c7a8f78677 Remove no-longer-appropriate special case in psql's \conninfo code. 7 years ago
Tom Lane 24986c9552 Change libpq's internal uses of PQhost() to inspect host field directly. 7 years ago
Amit Kapila 85c9d3475e Fix buffer usage stats for parallel nodes. 7 years ago
Amit Kapila ccc84a956b Match the buffer usage tracking for leader and worker backends. 7 years ago
Thomas Munro 579b985b22 Add missing header include to pmsignal.h. 7 years ago
Tom Lane 1c2cb2744b Fix run-time partition pruning for appends with multiple source rels. 7 years ago
Alvaro Herrera c40489e449 Fix logical replication slot initialization 7 years ago
Alvaro Herrera 91bc213d90 Fix unnoticed variable shadowing in previous commit 7 years ago
Alvaro Herrera 1c9bb02d8e Fix per-tuple memory leak in partition tuple routing 7 years ago
Tom Lane e3f99e03e2 Fix libpq's code for searching .pgpass; rationalize empty-list-item cases. 7 years ago