Commit Graph

45455 Commits (a082aed0723c737ec65222730ccede5db5251b4d)
 

Author SHA1 Message Date
Tomas Vondra a082aed072 Remove remaining GEODEBUG references from geo_ops.c 7 years ago
Tom Lane e1d19c902e Require a C99-compliant snprintf(), and remove related workarounds. 7 years ago
Alvaro Herrera 1eb9221585 Fix executor prune failure when plan already pruned 7 years ago
Tomas Vondra fa73b377ee Close the file descriptor in ApplyLogicalMappingFile 7 years ago
Andres Freund 86d78ef50e Try to enable C99 in configure, but do not rely on it (yet). 7 years ago
Michael Paquier 3593579bcd Update comment in header of errcodes.txt 7 years ago
Thomas Munro ca1e64feba Improve comment in GetNewObjectId(). 7 years ago
Alvaro Herrera ab7dbd681c Update FSM on WAL replay of page all-visible/frozen 7 years ago
Tom Lane cc4f6b7786 Clean up assorted misuses of snprintf()'s result value. 7 years ago
Tom Lane 805889d7d2 Make snprintf.c follow the C99 standard for snprintf's result value. 7 years ago
Bruce Momjian 777e6ddf17 pg_upgrade: fix shutdown check for standby servers 7 years ago
Peter Eisentraut 6f1591955d doc: Update broken links 7 years ago
Tom Lane 02dc7466ba Remove duplicate function declarations. 7 years ago
Peter Eisentraut b68ff3ea67 Remove obsolete netbsd dynloader code 7 years ago
Peter Eisentraut 29351a06af Remove obsolete openbsd dynloader code 7 years ago
Peter Eisentraut 2db1905fdd Remove obsolete freebsd dynloader code 7 years ago
Peter Eisentraut 351855fc4e Remove obsolete linux dynloader code 7 years ago
Peter Eisentraut b5d29299cc Remove obsolete darwin dynloader code 7 years ago
Peter Eisentraut 3ebdd21b79 Remove obsolete comment 7 years ago
Tom Lane 1e6e98f763 Fix libpq's implementation of per-host connection timeouts. 7 years ago
Michael Paquier 246a6c8f7b Make autovacuum more aggressive to remove orphaned temp tables 7 years ago
Amit Kapila 4f9a97e417 Adjust comment atop ExecShutdownNode. 7 years ago
Amit Kapila 2cd0acfdad Prohibit shutting down resources if there is a possibility of back up. 7 years ago
Andrew Gierth 07172d5aff Avoid query-lifetime memory leaks in XMLTABLE (bug #15321) 7 years ago
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