Commit Graph

45440 Commits (2db1905fdde019115e7c536dd98e1adeb8a0fa3a)
 

Author SHA1 Message Date
Peter Eisentraut 2db1905fdd Remove obsolete freebsd dynloader code 8 years ago
Peter Eisentraut 351855fc4e Remove obsolete linux dynloader code 8 years ago
Peter Eisentraut b5d29299cc Remove obsolete darwin dynloader code 8 years ago
Peter Eisentraut 3ebdd21b79 Remove obsolete comment 8 years ago
Tom Lane 1e6e98f763 Fix libpq's implementation of per-host connection timeouts. 8 years ago
Michael Paquier 246a6c8f7b Make autovacuum more aggressive to remove orphaned temp tables 8 years ago
Amit Kapila 4f9a97e417 Adjust comment atop ExecShutdownNode. 8 years ago
Amit Kapila 2cd0acfdad Prohibit shutting down resources if there is a possibility of back up. 8 years ago
Andrew Gierth 07172d5aff Avoid query-lifetime memory leaks in XMLTABLE (bug #15321) 8 years ago
Tom Lane 46b5e7c4b5 Revert "Distinguish printf-like functions that support %m from those that don't." 8 years ago
Tom Lane d11eae09e4 Fix bogus loop logic in 013_crash_restart test's pump_until subroutine. 8 years ago
Tom Lane 4a2994f055 Fix wrong order of operations in inheritance_planner. 8 years ago
Tom Lane a2a8acd152 Produce compiler errors if errno is referenced inside elog/ereport calls. 8 years ago
Tom Lane 3a60c8ff89 Distinguish printf-like functions that support %m from those that don't. 8 years ago
Andrew Dunstan 5c047fd709 Revert changes in execMain.c from commit 16828d5c02 8 years ago
Peter Geoghegan 4974d7f87e Handle parallel index builds on mapped relations. 8 years ago
Tom Lane d4a900458e Cosmetic cleanups in initdb.c. 8 years ago
Michael Paquier f841ceb26d Improve TRUNCATE by avoiding early lock queue 8 years ago
Alexander Korotkov 2b13702d5c Fix typo in SP-GiST error message 8 years ago
Alexander Korotkov e01d3477e7 Add missing documentation for argument of amcostestimate() 8 years ago
Alexander Korotkov 3abc5a67ed Fix misspelled pg_trgm contrib name in PostgreSQL 11 release notes 8 years ago
Alvaro Herrera a5db27418e Add RECURSIVE to documentation index 8 years ago
Tom Lane 8694a1ce40 Document need to clear MAKELEVEL when invoking PG build from a makefile. 8 years ago
Bruce Momjian b284262e40 docs: Only first instance of a PREPARE parameter sets data type 8 years ago
Heikki Linnakangas 31380bc7c2 Spell "partitionwise" consistently. 8 years ago
Michael Paquier 661dd23950 Restrict access to reindex of shared catalogs for non-privileged users 8 years ago
Tom Lane 59ef49d26d Remove bogus Assert in make_partitionedrel_pruneinfo(). 8 years ago
Peter Geoghegan 313cbdc7f6 Doc: Correct description of amcheck example query. 8 years ago
Tom Lane 1eee8d4994 Remove unwanted "garbage cleanup" logic in Makefiles. 8 years ago
Heikki Linnakangas 8e19a82640 Don't run atexit callbacks in quickdie signal handlers. 8 years ago
Tom Lane 11e22e486d Match RelOptInfos by relids not pointer equality. 8 years ago
Tom Lane 9b7c56d6cb Don't record FDW user mappings as members of extensions. 8 years ago
Tom Lane 41db97399d Fix incorrect initialization of BackendActivityBuffer. 8 years ago
Tom Lane 03838b8049 Fix pg_upgrade to handle event triggers in extensions correctly. 8 years ago
Tom Lane 5b5ed4756c Ensure pg_dump_sort.c sorts null vs non-null namespace consistently. 8 years ago
Tom Lane e0ee930539 Last-minute updates for release notes. 8 years ago
Tom Lane d1c6a14bac Fix failure to reset libpq's state fully between connection attempts. 8 years ago
Tom Lane aa291a4cf7 Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. 8 years ago
Tom Lane a3274e0d28 Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. 8 years ago
Heikki Linnakangas 6b9eb503d2 Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test. 8 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 8 years ago
Tom Lane 7a46068f47 Update version 11 release notes. 8 years ago
Tom Lane b8a1247a34 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. 8 years ago
Michael Paquier 5a23c74b63 Reset properly errno before calling write() 8 years ago
Noah Misch e61f21b921 Make "kerberos" test suite independent of "localhost" name resolution. 8 years ago
Peter Geoghegan b3f919da07 Add table relcache invalidation to index builds. 8 years ago
Tom Lane c1455de2af First-draft release notes for 10.5. 8 years ago
Alvaro Herrera f6f8d55c4b Add 'n' to list of possible values to pg_default_acl.defaclobjtype 8 years ago
Alvaro Herrera 416db2412b Fix pg_replication_slot example output 8 years ago
Tom Lane c7a8f78677 Remove no-longer-appropriate special case in psql's \conninfo code. 8 years ago