Commit Graph

45463 Commits (e4597ee65d683e11a57a4b7f597807ebf44b6cf1)
 

Author SHA1 Message Date
Peter Eisentraut e4597ee65d InsertPgAttributeTuple() to set attcacheoff 7 years ago
Andrew Gierth 520acab171 Set scan direction appropriately for SubPlans (bug #15336) 7 years ago
Tom Lane 9bed827b18 Fix configure's snprintf test so it exposes HP-UX bug. 7 years ago
Bruce Momjian b94f7b5350 pg_upgrade: issue helpful error message for use on standbys 7 years ago
Michael Paquier ee80124811 Mention ownership requirements for REFRESH MATERIALIZED VIEW in docs 7 years ago
Thomas Munro 96e98fa260 Proof-reading for documentation. 7 years ago
Peter Eisentraut 9d0aa4f4d2 Remove unused configure test for ldopen() 7 years ago
Tomas Vondra c4c3400885 Use the built-in float datatypes to implement geometric types 7 years ago
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